Class AppIdentityBridges.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • value

        public AppIdentityBridges.Builder value​(String value)
        The Id of the IdentityBridge associated with the App.

        *Added In:** 19.1.4

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

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

        public AppIdentityBridges.Builder ref​(String ref)
        The URI of the IdentityBridge associated with the App.

        *Added In:** 19.1.4

        *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
      • name

        public AppIdentityBridges.Builder name​(String name)
        Name of the IdentityBridge associated with the App.

        *Added In:** 19.1.4

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

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