Skip to main content

TIAMUpdateAccessKeyRequest

Class in AWS.IAM

UpdateAccessKey request class.

Ancestors

Properties

AccessKeyId

property AccessKeyId: string

Status

property Status: string

UserName

property UserName: string

Constructors

Create

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

Constructor for TIAMUpdateAccessKeyRequest.

Parameters

NameDescription
AAccessKeyIdSpecify the ID of the access key to update.
AStatusSpecify the desired status of the access key. Valid values:|.
AUserNameOptionally, specify the name of the user to who the access key belongs. If not specified, the user will be implied to be the caller of the operation.