public static enum Grant.GrantMechanism extends Enum<Grant.GrantMechanism> implements BmcEnum
Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with ‘ADMINISTRATOR’: - ‘ADMINISTRATOR_TO_USER’ is for a direct grant to a specific User. - ‘ADMINISTRATOR_TO_GROUP’ is for a grant to a specific Group, which results in indirect grants to Users who are members of that Group. - ‘ADMINISTRATOR_TO_APP’ is for a grant to a specific App. The grantee (client) App gains access to the granted (server) App.
*SCIM++ Properties:** - caseExact: true - idcsCsvAttributeNameMappings: [[defaultValue:IMPORT_GRANTS]] - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none
Enum Constant and Description |
---|
AccessRequest |
AdministratorToApp |
AdministratorToDelegatedUser |
AdministratorToDynamicResourceGroup |
AdministratorToGroup |
AdministratorToUser |
AppEntitlementCollection |
GroupMembership |
ImportApproleMembers |
ImportGrants |
OpcInfraToApp |
ServiceManagerToApp |
ServiceManagerToUser |
SyncToUser |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static Grant.GrantMechanism |
create(String key) |
String |
getValue() |
static Grant.GrantMechanism |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Grant.GrantMechanism[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Grant.GrantMechanism ImportApproleMembers
public static final Grant.GrantMechanism AdministratorToUser
public static final Grant.GrantMechanism AdministratorToDelegatedUser
public static final Grant.GrantMechanism AdministratorToGroup
public static final Grant.GrantMechanism ServiceManagerToUser
public static final Grant.GrantMechanism AdministratorToApp
public static final Grant.GrantMechanism ServiceManagerToApp
public static final Grant.GrantMechanism OpcInfraToApp
public static final Grant.GrantMechanism GroupMembership
public static final Grant.GrantMechanism ImportGrants
public static final Grant.GrantMechanism SyncToUser
public static final Grant.GrantMechanism AccessRequest
public static final Grant.GrantMechanism AppEntitlementCollection
public static final Grant.GrantMechanism AdministratorToDynamicResourceGroup
public static final Grant.GrantMechanism UnknownEnumValue
public static Grant.GrantMechanism[] values()
for (Grant.GrantMechanism c : Grant.GrantMechanism.values()) System.out.println(c);
public static Grant.GrantMechanism valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static Grant.GrantMechanism create(String key)
Copyright © 2016–2024. All rights reserved.