Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
static ExtensionGroupGroup.CreationMechanism |
ExtensionGroupGroup.CreationMechanism.create(String key) |
ExtensionGroupGroup.CreationMechanism |
ExtensionGroupGroup.getCreationMechanism()
Source from which this group got created.
|
static ExtensionGroupGroup.CreationMechanism |
ExtensionGroupGroup.CreationMechanism.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionGroupGroup.CreationMechanism[] |
ExtensionGroupGroup.CreationMechanism.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExtensionGroupGroup.Builder |
ExtensionGroupGroup.Builder.creationMechanism(ExtensionGroupGroup.CreationMechanism creationMechanism)
Source from which this group got created.
|
Constructor and Description |
---|
ExtensionGroupGroup(String description,
ExtensionGroupGroup.CreationMechanism creationMechanism,
GroupExtPasswordPolicy passwordPolicy,
GroupExtSyncedFromApp syncedFromApp,
List<GroupExtGrants> grants,
List<GroupExtOwners> owners,
List<GroupExtAppRoles> appRoles)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.