C# Класс Amazon.IdentityManagement.Model.ListMFADevicesRequest

Container for the parameters to the ListMFADevices operation. Lists the MFA devices for an IAM user. If the request includes a IAM user name, then this action lists all the MFA devices associated with the specified user. If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request for this API.

You can paginate the results using the MaxItems and Marker parameters.

Наследование: AmazonIdentityManagementServiceRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ListMFADevicesRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

ListMFADevicesRequest ( string userName ) : System

Instantiates ListMFADevicesRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool
IsSetUserName ( ) : bool

Описание методов

ListMFADevicesRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public ListMFADevicesRequest ( ) : System
Результат System

ListMFADevicesRequest() публичный Метод

Instantiates ListMFADevicesRequest with the parameterized properties
public ListMFADevicesRequest ( string userName ) : System
userName string The name of the user whose MFA devices you want to list. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
Результат System