Class UserExtLocked.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.UserExtLocked.Builder
 
- 
- Enclosing class:
- UserExtLocked
 
 public static class UserExtLocked.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UserExtLockedbuild()UserExtLocked.Buildercopy(UserExtLocked model)UserExtLocked.Builderexpired(Boolean expired)Indicates whether the user password is expired.UserExtLocked.BuilderlockDate(String lockDate)The date and time that the current resource was locked.UserExtLocked.Builderon(Boolean on)Indicates that the account is locked.UserExtLocked.Builderreason(Integer reason)Indicates the reason for locking the account.
 
- 
- 
- 
Method Detail- 
reasonpublic UserExtLocked.Builder reason(Integer reason) Indicates the reason for locking the account.Valid values are: 0 - failed password login attempts, 1 - admin lock, 2 - failed reset password attempts, 3 - failed MFA login attempts, 4 - failed MFA login attempts for federated user, 5 - failed Database login attempts *SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - idcsRequiresWriteForAccessFlows: true - idcsRequiresImmediateReadAfterWriteForAccessFlows: true - required: false - returned: default - type: integer - uniqueness: none - Parameters:
- reason- the value to set
- Returns:
- this builder
 
 - 
onpublic UserExtLocked.Builder on(Boolean on) Indicates that the account is locked.*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - idcsRequiresWriteForAccessFlows: true - idcsRequiresImmediateReadAfterWriteForAccessFlows: true - required: false - returned: default - type: boolean - uniqueness: none - Parameters:
- on- the value to set
- Returns:
- this builder
 
 - 
lockDatepublic UserExtLocked.Builder lockDate(String lockDate) The date and time that the current resource was locked.*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - idcsRequiresWriteForAccessFlows: true - required: false - returned: default - type: dateTime - uniqueness: none - Parameters:
- lockDate- the value to set
- Returns:
- this builder
 
 - 
expiredpublic UserExtLocked.Builder expired(Boolean expired) Indicates whether the user password is expired.If this value is false, password expiry is still evaluated during user login. *Added In:** 20.1.3 *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: request - type: boolean - uniqueness: none - Parameters:
- expired- the value to set
- Returns:
- this builder
 
 - 
buildpublic UserExtLocked build() 
 - 
copypublic UserExtLocked.Builder copy(UserExtLocked model) 
 
- 
 
-