Class AuthenticationFactorSettingsBypassCodeSettings
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.identitydomains.model.AuthenticationFactorSettingsBypassCodeSettings
-
@Generated(value="OracleSDKGenerator", comments="API Version: v1") public final class AuthenticationFactorSettingsBypassCodeSettings extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Settings related to the bypass code, such as bypass code length, bypass code expiry, max active bypass codes, and so on*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: complex - uniqueness: none
Note: Objects should always be created or deserialized using theAuthenticationFactorSettingsBypassCodeSettings.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theAuthenticationFactorSettingsBypassCodeSettings.Builder
, which maintain a set of all explicitly set fields calledAuthenticationFactorSettingsBypassCodeSettings.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AuthenticationFactorSettingsBypassCodeSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthenticationFactorSettingsBypassCodeSettings.Builder
builder()
Create a new builder.boolean
equals(Object o)
Integer
getHelpDeskCodeExpiryInMins()
Expiry (in minutes) of any bypass code that is generated by the help deskBoolean
getHelpDeskGenerationEnabled()
If true, indicates that help desk bypass code generation is enabledInteger
getHelpDeskMaxUsage()
The maximum number of times that any bypass code that is generated by the help desk can be usedInteger
getLength()
Exact length of the bypass code to be generatedInteger
getMaxActive()
The maximum number of bypass codes that can be issued to any userBoolean
getSelfServiceGenerationEnabled()
If true, indicates that self-service bypass code generation is enabledint
hashCode()
AuthenticationFactorSettingsBypassCodeSettings.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
AuthenticationFactorSettingsBypassCodeSettings
@Deprecated @ConstructorProperties({"selfServiceGenerationEnabled","helpDeskGenerationEnabled","length","maxActive","helpDeskCodeExpiryInMins","helpDeskMaxUsage"}) public AuthenticationFactorSettingsBypassCodeSettings(Boolean selfServiceGenerationEnabled, Boolean helpDeskGenerationEnabled, Integer length, Integer maxActive, Integer helpDeskCodeExpiryInMins, Integer helpDeskMaxUsage)
Deprecated.
-
-
Method Detail
-
builder
public static AuthenticationFactorSettingsBypassCodeSettings.Builder builder()
Create a new builder.
-
toBuilder
public AuthenticationFactorSettingsBypassCodeSettings.Builder toBuilder()
-
getSelfServiceGenerationEnabled
public Boolean getSelfServiceGenerationEnabled()
If true, indicates that self-service bypass code generation is enabled*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: boolean - uniqueness: none
- Returns:
- the value
-
getHelpDeskGenerationEnabled
public Boolean getHelpDeskGenerationEnabled()
If true, indicates that help desk bypass code generation is enabled*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: boolean - uniqueness: none
- Returns:
- the value
-
getLength
public Integer getLength()
Exact length of the bypass code to be generated*SCIM++ Properties:** - idcsMaxValue: 20 - idcsMinValue: 8 - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: integer - uniqueness: none
- Returns:
- the value
-
getMaxActive
public Integer getMaxActive()
The maximum number of bypass codes that can be issued to any user*SCIM++ Properties:** - idcsMaxValue: 6 - idcsMinValue: 1 - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: integer - uniqueness: none
- Returns:
- the value
-
getHelpDeskCodeExpiryInMins
public Integer getHelpDeskCodeExpiryInMins()
Expiry (in minutes) of any bypass code that is generated by the help desk*SCIM++ Properties:** - idcsMaxValue: 9999999 - idcsMinValue: 1 - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: integer - uniqueness: none
- Returns:
- the value
-
getHelpDeskMaxUsage
public Integer getHelpDeskMaxUsage()
The maximum number of times that any bypass code that is generated by the help desk can be used*SCIM++ Properties:** - idcsMaxValue: 999 - idcsMinValue: 1 - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: integer - uniqueness: none
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-