Class GetUserIdRequest

    • Method Detail

      • identityStoreId

        public final String identityStoreId()

        The globally unique identifier for the identity store.

        Returns:
        The globally unique identifier for the identity store.
      • alternateIdentifier

        public final AlternateIdentifier alternateIdentifier()

        A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For the unique attribute, the only valid paths are userName and emails.value.

        Returns:
        A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For the unique attribute, the only valid paths are userName and emails.value.
      • 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