Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppGrants |
build() |
AppGrants.Builder |
copy(AppGrants model) |
AppGrants.Builder |
granteeId(String granteeId)
Grantee identifier
|
AppGrants.Builder |
granteeType(AppGrants.GranteeType granteeType)
Grantee resource type.
|
AppGrants.Builder |
grantMechanism(AppGrants.GrantMechanism grantMechanism)
Each value of grantMechanism indicates how (or by what component) some App (or
App-Entitlement) was granted.
|
AppGrants.Builder |
ref(String ref)
Grant URI
|
AppGrants.Builder |
value(String value)
Grant identifier
|
public AppGrants.Builder value(String value)
Grant identifier
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
value
- the value to setpublic AppGrants.Builder ref(String ref)
Grant URI
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic AppGrants.Builder granteeId(String granteeId)
Grantee identifier
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
granteeId
- the value to setpublic AppGrants.Builder granteeType(AppGrants.GranteeType granteeType)
Grantee resource type. Allowed values are User and Group.
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
granteeType
- the value to setpublic AppGrants.Builder grantMechanism(AppGrants.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 - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
grantMechanism
- the value to setpublic AppGrants build()
public AppGrants.Builder copy(AppGrants model)
Copyright © 2016–2024. All rights reserved.