Skip to main content

TIdentityStoreDescribeUserRequest

Class in AWS.IdentityStore

DescribeUser request class.

Ancestors

Properties

IdentityStoreId

property IdentityStoreId: string

UserId

property UserId: string

Constructors

Create

constructor Create(const AIdentityStoreId, AUserId: string);

Constructor for TIdentityStoreDescribeUserRequest.

Parameters

NameDescription
AIdentityStoreIdThe identifier of the identity store containing the user.
AUserIdThe unique identifier of the user to describe.