Uses of Class
com.oracle.bmc.identitydomains.model.IdentitySettingsMyProfile
-
Packages that use IdentitySettingsMyProfile Package Description com.oracle.bmc.identitydomains.model -
-
Uses of IdentitySettingsMyProfile in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return IdentitySettingsMyProfile Modifier and Type Method Description IdentitySettingsMyProfile
IdentitySettingsMyProfile.Builder. build()
IdentitySettingsMyProfile
IdentitySetting. getMyProfile()
Methods in com.oracle.bmc.identitydomains.model with parameters of type IdentitySettingsMyProfile Modifier and Type Method Description IdentitySettingsMyProfile.Builder
IdentitySettingsMyProfile.Builder. copy(IdentitySettingsMyProfile model)
IdentitySetting.Builder
IdentitySetting.Builder. myProfile(IdentitySettingsMyProfile myProfile)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type IdentitySettingsMyProfile Constructor Description IdentitySetting(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, String externalId, Boolean userAllowedToSetRecoveryEmail, Boolean emitLockedMessageWhenUserIsLocked, Boolean primaryEmailRequired, Boolean removeInvalidEmails, Boolean returnInactiveOverLockedMessage, IdentitySettingsMyProfile myProfile, IdentitySettingsPOSIXUid pOSIXUid, IdentitySettingsPOSIXGid pOSIXGid, List<IdentitySettingsTokens> tokens)
Deprecated.
-