Skip to main content

TIAMCreateAccessKeyRequest

Class in AWS.IAM

CreateAccessKey request class.

Ancestors

Properties

UserName

property UserName: string

Constructors

Create

constructor Create(const AUserName: string);

Constructor for TIAMCreateAccessKeyRequest.

Parameters

NameDescription
AUserNameSpecify the name of the IAM user to create an access key for. If not specified, IAM will assume the owner to be the calling user.