Class UserExtLocked.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.UserExtLocked.Builder
-
- Enclosing class:
- UserExtLocked
public static class UserExtLocked.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserExtLocked
build()
UserExtLocked.Builder
copy(UserExtLocked model)
UserExtLocked.Builder
expired(Boolean expired)
Indicates whether the user password is expired.UserExtLocked.Builder
lockDate(String lockDate)
The date and time that the current resource was locked.UserExtLocked.Builder
on(Boolean on)
Indicates that the account is locked.UserExtLocked.Builder
reason(Integer reason)
Indicates the reason for locking the account.
-
-
-
Method Detail
-
reason
public 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
-
on
public 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
-
lockDate
public 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
-
expired
public 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
-
build
public UserExtLocked build()
-
copy
public UserExtLocked.Builder copy(UserExtLocked model)
-
-