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
| Name | Description |
|---|---|
AIdentityStoreId | The identifier of the identity store containing the user. |
AUserId | The unique identifier of the user to describe. |