Class AppSamlServiceProvider.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • value

        public AppSamlServiceProvider.Builder value​(String value)
        The id of the App that acts as a Service Provider.

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

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

        public AppSamlServiceProvider.Builder ref​(String ref)
        The URI of the App that acts as a Service Provider.

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

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