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
| Name | Description |
|---|---|
AAccessKeyId | Specify the access key ID of the access key to be deleted. |
AUserName | Specify the name of the IAM user whose access key you want to delete. If not specified, the calling user will be assumed. |