Skip to main content

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

NameDescription
AIdentityStoreIdSpecify the identifier of the identity store containing the user.
AUserIdSpecify the unique identifier of the user to delete.