Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetUserIdRequest

import type { GetUserIdRequest } from "https://aws-api.deno.dev/v0.4/services/identitystore.ts?docs=full";
interface GetUserIdRequest {
AlternateIdentifier: AlternateIdentifier;
IdentityStoreId: string;
}

§Properties

§
AlternateIdentifier: AlternateIdentifier
[src]

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 example, a unique UserDisplayName.

§
IdentityStoreId: string
[src]

The globally unique identifier for the identity store.