Class AppProtectableSecondaryAudiences.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • value

        public AppProtectableSecondaryAudiences.Builder value​(String value)
        The value of an secondary audience–additional URI to be added automatically to any OAuth token that allows access to this App.

        *Added In:** 18.2.2

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

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

        public AppProtectableSecondaryAudiences.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: request - type: boolean - uniqueness: none

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