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

Container for the parameters to the DeleteLoginProfile operation. Deletes the password for the specified IAM user, which terminates the user's ability to access AWS services through the AWS Management Console.

Deleting a user's password does not prevent a user from accessing AWS through the command line interface or the API. To prevent all user access you must also either make any access keys inactive or delete them. For more information about making keys inactive or deleting them, see UpdateAccessKey and DeleteAccessKey.

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

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

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

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

DeleteLoginProfileRequest ( string userName ) : System

Instantiates DeleteLoginProfileRequest with the parameterized properties

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

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

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

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

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

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

Instantiates DeleteLoginProfileRequest with the parameterized properties
public DeleteLoginProfileRequest ( string userName ) : System
userName string The name of the user whose password you want to delete. 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