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

Container for the parameters to the ListAccessKeys operation. Returns information about the access key IDs associated with the specified IAM user. If there are none, the action returns an empty list.

Although each user is limited to a small number of keys, you can still paginate the results using the MaxItems and Marker parameters.

If the UserName field is not specified, the UserName is determined implicitly based on the AWS access key ID used to sign the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users.

To ensure the security of your AWS account, the secret access key is accessible only during key and user creation.

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

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

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

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

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

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

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

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

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