Class IdentitySettingsMyProfile.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.IdentitySettingsMyProfile.Builder
-
- Enclosing class:
- IdentitySettingsMyProfile
public static class IdentitySettingsMyProfile.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
allowEndUsersToChangeTheirPassword
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
- Parameters:
allowEndUsersToChangeTheirPassword
- the value to set- Returns:
- this builder
-
allowEndUsersToLinkTheirSupportAccount
public 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
- Parameters:
allowEndUsersToLinkTheirSupportAccount
- the value to set- Returns:
- this builder
-
allowEndUsersToUpdateTheirSecuritySettings
public 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
- Parameters:
allowEndUsersToUpdateTheirSecuritySettings
- the value to set- Returns:
- this builder
-
allowEndUsersToManageTheirCapabilities
public 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
- Parameters:
allowEndUsersToManageTheirCapabilities
- the value to set- Returns:
- this builder
-
build
public IdentitySettingsMyProfile build()
-
copy
public IdentitySettingsMyProfile.Builder copy(IdentitySettingsMyProfile model)
-
-