Class UserExtApiKeys.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • key

        public UserExtApiKeys.Builder key​(String key)
        The user’s API key value.

        *Added In:** 2106240046

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

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

        public UserExtApiKeys.Builder value​(String value)
        The user’s API key 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 UserExtApiKeys.Builder ocid​(String ocid)
        The user’s API key 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 UserExtApiKeys.Builder ref​(String ref)
        The URI of the corresponding ApiKey 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