Class UserExtAuthTokens.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • value

        public UserExtAuthTokens.Builder value​(String value)
        The user’s Auth token identifier.

        *Added In:** 2012271618

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

        public UserExtAuthTokens.Builder ocid​(String ocid)
        The user’s Auth token OCID.

        *Added In:** 2012271618

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

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

        public UserExtAuthTokens.Builder ref​(String ref)
        The URI of the corresponding AuthToken resource to which the user belongs.

        *Added In:** 2012271618

        *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