Class UserExtOAuth2ClientCredentials.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • value

        public UserExtOAuth2ClientCredentials.Builder value​(String value)
        The user’s OAuth2 client credential 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 UserExtOAuth2ClientCredentials.Builder ocid​(String ocid)
        The user’s OAuth2 client credential 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 UserExtOAuth2ClientCredentials.Builder ref​(String ref)
        The URI of the corresponding OAuth2ClientCredential 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