Uses of Class
com.oracle.bmc.identitydomains.model.IdentitySettingsPOSIXGid
-
Packages that use IdentitySettingsPOSIXGid Package Description com.oracle.bmc.identitydomains.model -
-
Uses of IdentitySettingsPOSIXGid in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return IdentitySettingsPOSIXGid Modifier and Type Method Description IdentitySettingsPOSIXGid
IdentitySettingsPOSIXGid.Builder. build()
IdentitySettingsPOSIXGid
IdentitySetting. getPOSIXGid()
Methods in com.oracle.bmc.identitydomains.model with parameters of type IdentitySettingsPOSIXGid Modifier and Type Method Description IdentitySettingsPOSIXGid.Builder
IdentitySettingsPOSIXGid.Builder. copy(IdentitySettingsPOSIXGid model)
IdentitySetting.Builder
IdentitySetting.Builder. pOSIXGid(IdentitySettingsPOSIXGid pOSIXGid)
Constructors in com.oracle.bmc.identitydomains.model with parameters of type IdentitySettingsPOSIXGid 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.
-