Class GrantEntitlement.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.GrantEntitlement.Builder
-
- Enclosing class:
- GrantEntitlement
public static class GrantEntitlement.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
attributeName
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
- Parameters:
attributeName
- the value to set- Returns:
- this builder
-
attributeValue
public 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
- Parameters:
attributeValue
- the value to set- Returns:
- this builder
-
build
public GrantEntitlement build()
-
copy
public GrantEntitlement.Builder copy(GrantEntitlement model)
-
-