Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
static UserExtGrants.GrantMechanism |
UserExtGrants.GrantMechanism.create(String key) |
UserExtGrants.GrantMechanism |
UserExtGrants.getGrantMechanism()
Each value of grantMechanism indicates how (or by what component) some App (or
App-Entitlement) was granted.
|
static UserExtGrants.GrantMechanism |
UserExtGrants.GrantMechanism.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserExtGrants.GrantMechanism[] |
UserExtGrants.GrantMechanism.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UserExtGrants.Builder |
UserExtGrants.Builder.grantMechanism(UserExtGrants.GrantMechanism grantMechanism)
Each value of grantMechanism indicates how (or by what component) some App (or
App-Entitlement) was granted.
|
Constructor and Description |
---|
UserExtGrants(String value,
String ref,
String appId,
UserExtGrants.GrantMechanism grantMechanism,
String grantorId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.