IIAMCreateVirtualMFADeviceRequest
Interface in AWS.IAM
Interface for CreateVirtualMFADevice requests.
Ancestors
Properties
Path
property Path: string
Optionally, specify the path for the virtual MFA device.
Must begin and end with a slash (/). If not specified, a default path prefix of / is used.
Tags
property Tags: TList<IIAMTag>
Type: IIAMTag
Optionally, specify a list of tags to associated with the IAM virtual MFA device.
VirtualMFADeviceName
property VirtualMFADeviceName: string
Specify a name for the virtual MFA device.
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.