public static class DynamicResourceGroupGrants.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DynamicResourceGroupGrants.Builder |
appId(String appId)
App identifier
|
DynamicResourceGroupGrants |
build() |
DynamicResourceGroupGrants.Builder |
copy(DynamicResourceGroupGrants model) |
DynamicResourceGroupGrants.Builder |
grantMechanism(DynamicResourceGroupGrants.GrantMechanism grantMechanism)
Each value of grantMechanism indicates how (or by what component) some App (or
App-Entitlement) was granted.
|
DynamicResourceGroupGrants.Builder |
ref(String ref)
Grant URI
|
DynamicResourceGroupGrants.Builder |
value(String value)
Grant identifier
|
public 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
value
- the value to setpublic 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
ref
- the value to setpublic 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
appId
- the value to setpublic 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
grantMechanism
- the value to setpublic DynamicResourceGroupGrants build()
public DynamicResourceGroupGrants.Builder copy(DynamicResourceGroupGrants model)
Copyright © 2016–2024. All rights reserved.