IIAMCreateUserRequest
Interface in AWS.IAM
Interface for CreateUser requests.
Ancestors
Properties
Path
property Path: string
Optionally, specify the path for the user.
Must begin and end with a slash (/). If not specified, a default path prefix of / is used.
PermissionsBoundary
property PermissionsBoundary: TARN
Optionally, specify the Amazon Resource Name (ARN) of the managed policy used to set the permissions boundary.
Tags
property Tags: TList<IIAMTag>
Type: IIAMTag
Optionally, specify a list of tags to associated with the IAM user.
UserName
property UserName: string
Specify a name for the user.
Methods
AddTag
function AddTag(const AKey, AValue: string): NativeInt;
Add a key/value pair to Tags.
Parameters
| Name | Description |
|---|---|
AKey | Specify the key for the tag to add to Tags. |
AValue | Specify the value for the tag to add to Tags. |
Returns
Returns the index of the tag added to Tags.