TIdentityStoreDeleteUserRequest
Class in AWS.IdentityStore
DeleteUser request class.
Ancestors
Properties
IdentityStoreId
property IdentityStoreId: string
UserId
property UserId: string
Constructors
Create
constructor Create(const AIdentityStoreId, AUserId: string);
Constructor for TIdentityStoreDeleteUserRequest.
Parameters
| Name | Description |
|---|---|
AIdentityStoreId | Specify the identifier of the identity store containing the user. |
AUserId | Specify the unique identifier of the user to delete. |