public static class GrantEntitlement.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GrantEntitlement.Builder |
attributeName(String attributeName)
The name of the attribute whose value (specified by attributeValue) confers privilege
within the service-instance (specified by app).
|
GrantEntitlement.Builder |
attributeValue(String attributeValue)
The value of the attribute (specified by attributeName) that confers privilege within the
service-instance (specified by app).
|
GrantEntitlement |
build() |
GrantEntitlement.Builder |
copy(GrantEntitlement model) |
public GrantEntitlement.Builder attributeName(String attributeName)
The name of the attribute whose value (specified by attributeValue) confers privilege within the service-instance (specified by app).
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none
attributeName
- the value to setpublic GrantEntitlement.Builder attributeValue(String attributeValue)
The value of the attribute (specified by attributeName) that confers privilege within the service-instance (specified by app). If attributeName is ‘appRoles’, then attributeValue is the ID of the AppRole.
*SCIM++ Properties:** - caseExact: true - idcsCsvAttributeName: Display Name - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: default - type: string - uniqueness: none
attributeValue
- the value to setpublic GrantEntitlement build()
public GrantEntitlement.Builder copy(GrantEntitlement model)
Copyright © 2016–2024. All rights reserved.