Skip to main content

TIAMDeleteAccessKeyRequest

Class in AWS.IAM

DeleteAccessKey request class.

Ancestors

Properties

AccessKeyId

property AccessKeyId: string

UserName

property UserName: string

Constructors

Create

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

Constructor for TIAMDeleteAccessKeyRequest.

Parameters

NameDescription
AAccessKeyIdSpecify the access key ID of the access key to be deleted.
AUserNameSpecify the name of the IAM user whose access key you want to delete. If not specified, the calling user will be assumed.