public static class UserExtLocked.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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
reason
- the value to setpublic 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
on
- the value to setpublic 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
lockDate
- the value to setpublic 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
expired
- the value to setpublic UserExtLocked build()
public UserExtLocked.Builder copy(UserExtLocked model)
Copyright © 2016–2024. All rights reserved.