Skip to main content

TIAMCreateUserRequest

Class in AWS.IAM

CreateUser request class.

Ancestors

Properties

Path

property Path: string

PermissionsBoundary

property PermissionsBoundary: TARN

Tags

property Tags: TList<IIAMTag>

Type: IIAMTag

UserName

property UserName: string

Constructors

Create

constructor Create(const AUserName: string);

Constructor for TIAMCreateUserRequest.

Parameters

NameDescription
AUserNameSpecify a name for the user.