Skip to main content

TIAMDeleteLoginProfileRequest

Class in AWS.IAM

DeleteLoginProfile request class.

Ancestors

Properties

UserName

property UserName: string

Constructors

Create

constructor Create(const AUserName: string = '');

Constructor for TIAMDeleteLoginProfileRequest.

Parameters

NameDescription
AUserNameSpecify the name of the user whose password you want to delete. If not specified, the calling user will be assumed.