Uses of Class
com.oracle.bmc.identitydomains.model.Grant.GrantMechanism
-
Packages that use Grant.GrantMechanism Package Description com.oracle.bmc.identitydomains.model -
-
Uses of Grant.GrantMechanism in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return Grant.GrantMechanism Modifier and Type Method Description static Grant.GrantMechanism
Grant.GrantMechanism. create(String key)
Grant.GrantMechanism
Grant. getGrantMechanism()
Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted.static Grant.GrantMechanism
Grant.GrantMechanism. valueOf(String name)
Returns the enum constant of this type with the specified name.static Grant.GrantMechanism[]
Grant.GrantMechanism. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type Grant.GrantMechanism Modifier and Type Method Description Grant.Builder
Grant.Builder. grantMechanism(Grant.GrantMechanism grantMechanism)
Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted.Constructors in com.oracle.bmc.identitydomains.model with parameters of type Grant.GrantMechanism Constructor Description Grant(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, Grant.GrantMechanism grantMechanism, String compositeKey, Boolean isFulfilled, String grantedAttributeValuesJson, GrantAppEntitlementCollection appEntitlementCollection, GrantGrantor grantor, GrantGrantee grantee, GrantApp app, GrantEntitlement entitlement)
Deprecated.
-