Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
Grant.Builder |
Grant.Builder.app(GrantApp app) |
Grant.Builder |
Grant.Builder.appEntitlementCollection(GrantAppEntitlementCollection appEntitlementCollection) |
static Grant.Builder |
Grant.builder()
Create a new builder.
|
Grant.Builder |
Grant.Builder.compartmentOcid(String compartmentOcid)
OCI Compartment Id (ocid) in which the resource lives.
|
Grant.Builder |
Grant.Builder.compositeKey(String compositeKey)
Unique key of grant, composed by combining a subset of app, entitlement, grantee, grantor
and grantMechanism.
|
Grant.Builder |
Grant.Builder.copy(Grant model) |
Grant.Builder |
Grant.Builder.deleteInProgress(Boolean deleteInProgress)
A boolean flag indicating this resource in the process of being deleted.
|
Grant.Builder |
Grant.Builder.domainOcid(String domainOcid)
OCI Domain Id (ocid) in which the resource lives.
|
Grant.Builder |
Grant.Builder.entitlement(GrantEntitlement entitlement) |
Grant.Builder |
Grant.Builder.grantedAttributeValuesJson(String grantedAttributeValuesJson)
Store granted attribute-values as a string in Javascript Object Notation (JSON) format.
|
Grant.Builder |
Grant.Builder.grantee(GrantGrantee grantee) |
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.
|
Grant.Builder |
Grant.Builder.grantor(GrantGrantor grantor) |
Grant.Builder |
Grant.Builder.id(String id)
Unique identifier for the SCIM Resource as defined by the Service Provider.
|
Grant.Builder |
Grant.Builder.idcsCreatedBy(IdcsCreatedBy idcsCreatedBy) |
Grant.Builder |
Grant.Builder.idcsLastModifiedBy(IdcsLastModifiedBy idcsLastModifiedBy) |
Grant.Builder |
Grant.Builder.idcsLastUpgradedInRelease(String idcsLastUpgradedInRelease)
The release number when the resource was upgraded.
|
Grant.Builder |
Grant.Builder.idcsPreventedOperations(List<IdcsPreventedOperations> idcsPreventedOperations)
Each value of this attribute specifies an operation that only an internal client may
perform on this particular resource.
|
Grant.Builder |
Grant.Builder.isFulfilled(Boolean isFulfilled)
If true, this Grant has been fulfilled successfully.
|
Grant.Builder |
Grant.Builder.meta(Meta meta) |
Grant.Builder |
Grant.Builder.ocid(String ocid)
Unique OCI identifier for the SCIM Resource.
|
Grant.Builder |
Grant.Builder.schemas(List<String> schemas)
REQUIRED.
|
Grant.Builder |
Grant.Builder.tags(List<Tags> tags)
A list of tags on this resource.
|
Grant.Builder |
Grant.Builder.tenancyOcid(String tenancyOcid)
OCI Tenant Id (ocid) in which the resource lives.
|
Grant.Builder |
Grant.toBuilder() |
Copyright © 2016–2024. All rights reserved.