Class AppAllowedScopes.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • fqs

        public AppAllowedScopes.Builder fqs​(String fqs)
        A fully qualified scope that this App is allowed to access when it acts as an OAuthClient.

        *SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none

        Parameters:
        fqs - the value to set
        Returns:
        this builder
      • idOfDefiningApp

        public AppAllowedScopes.Builder idOfDefiningApp​(String idOfDefiningApp)
        The ID of the App that defines this scope.

        *SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none

        Parameters:
        idOfDefiningApp - the value to set
        Returns:
        this builder
      • readOnly

        public AppAllowedScopes.Builder readOnly​(Boolean readOnly)
        If true, indicates that this value must be protected.

        *Added In:** 18.2.2

        *SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: boolean - uniqueness: none

        Parameters:
        readOnly - the value to set
        Returns:
        this builder