public static class IdentitySettingsMyProfile.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IdentitySettingsMyProfile.Builder |
allowEndUsersToChangeTheirPassword(Boolean allowEndUsersToChangeTheirPassword)
Whether to allow users to change their own password.
|
IdentitySettingsMyProfile.Builder |
allowEndUsersToLinkTheirSupportAccount(Boolean allowEndUsersToLinkTheirSupportAccount)
Whether to allow users to link or unlink their support accounts.
|
IdentitySettingsMyProfile.Builder |
allowEndUsersToManageTheirCapabilities(Boolean allowEndUsersToManageTheirCapabilities)
Whether to allow users to update their capabilities.
|
IdentitySettingsMyProfile.Builder |
allowEndUsersToUpdateTheirSecuritySettings(Boolean allowEndUsersToUpdateTheirSecuritySettings)
Whether to allow users to update their security settings.
|
IdentitySettingsMyProfile |
build() |
IdentitySettingsMyProfile.Builder |
copy(IdentitySettingsMyProfile model) |
public IdentitySettingsMyProfile.Builder allowEndUsersToChangeTheirPassword(Boolean allowEndUsersToChangeTheirPassword)
Whether to allow users to change their own password.
*Added In:** 2207040824
*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
allowEndUsersToChangeTheirPassword
- the value to setpublic IdentitySettingsMyProfile.Builder allowEndUsersToLinkTheirSupportAccount(Boolean allowEndUsersToLinkTheirSupportAccount)
Whether to allow users to link or unlink their support accounts.
*Added In:** 2207040824
*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
allowEndUsersToLinkTheirSupportAccount
- the value to setpublic IdentitySettingsMyProfile.Builder allowEndUsersToUpdateTheirSecuritySettings(Boolean allowEndUsersToUpdateTheirSecuritySettings)
Whether to allow users to update their security settings.
*Added In:** 2207040824
*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
allowEndUsersToUpdateTheirSecuritySettings
- the value to setpublic IdentitySettingsMyProfile.Builder allowEndUsersToManageTheirCapabilities(Boolean allowEndUsersToManageTheirCapabilities)
Whether to allow users to update their capabilities.
*Added In:** 2207040824
*SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
allowEndUsersToManageTheirCapabilities
- the value to setpublic IdentitySettingsMyProfile build()
public IdentitySettingsMyProfile.Builder copy(IdentitySettingsMyProfile model)
Copyright © 2016–2024. All rights reserved.