Class GrantEntitlement.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • 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