Class DeleteAliasRequest

    • Method Detail

      • organizationId

        public final String organizationId()

        The identifier for the organization under which the user exists.

        Returns:
        The identifier for the organization under which the user exists.
      • entityId

        public final String entityId()

        The identifier for the member (user or group) from which to have the aliases removed.

        Returns:
        The identifier for the member (user or group) from which to have the aliases removed.
      • alias

        public final String alias()

        The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set).

        Returns:
        The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set).
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object