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
| Name | Description |
|---|---|
AUserName | Specify a name for the user. |