Class DynamicResourceGroupGrants.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.DynamicResourceGroupGrants.Builder
 
- 
- Enclosing class:
- DynamicResourceGroupGrants
 
 public static class DynamicResourceGroupGrants.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DynamicResourceGroupGrants.BuilderappId(String appId)App identifierDynamicResourceGroupGrantsbuild()DynamicResourceGroupGrants.Buildercopy(DynamicResourceGroupGrants model)DynamicResourceGroupGrants.BuildergrantMechanism(DynamicResourceGroupGrants.GrantMechanism grantMechanism)Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted.DynamicResourceGroupGrants.Builderref(String ref)Grant URIDynamicResourceGroupGrants.Buildervalue(String value)Grant identifier
 
- 
- 
- 
Method Detail- 
valuepublic DynamicResourceGroupGrants.Builder value(String value) Grant identifier*SCIM++ Properties:** - caseExact: true - idcsAddedSinceVersion: 3 - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none - Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
refpublic DynamicResourceGroupGrants.Builder ref(String ref) Grant URI*SCIM++ Properties:** - idcsAddedSinceVersion: 3 - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none - Parameters:
- ref- the value to set
- Returns:
- this builder
 
 - 
appIdpublic DynamicResourceGroupGrants.Builder appId(String appId) App identifier*SCIM++ Properties:** - caseExact: true - idcsAddedSinceVersion: 3 - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none - Parameters:
- appId- the value to set
- Returns:
- this builder
 
 - 
grantMechanismpublic DynamicResourceGroupGrants.Builder grantMechanism(DynamicResourceGroupGrants.GrantMechanism grantMechanism) 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 - idcsAddedSinceVersion: 3 - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none - Parameters:
- grantMechanism- the value to set
- Returns:
- this builder
 
 - 
buildpublic DynamicResourceGroupGrants build() 
 - 
copypublic DynamicResourceGroupGrants.Builder copy(DynamicResourceGroupGrants model) 
 
- 
 
-