Class MyTrustedUserAgentUser.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • value

        public MyTrustedUserAgentUser.Builder value​(String value)
        The SCIM ID of the user for whom the trust-token was issued.

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

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

        public MyTrustedUserAgentUser.Builder ref​(String ref)
        Full URI to the user for whom the trust-token was issued.

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

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

        public MyTrustedUserAgentUser.Builder display​(String display)
        Friendly name of the User to be used for purposes of display.

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

        Parameters:
        display - the value to set
        Returns:
        this builder
      • ocid

        public MyTrustedUserAgentUser.Builder ocid​(String ocid)
        The OCID of the user

        *Added In:** 2105091740

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

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