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

Container for the parameters to the UpdateLoginProfile operation.

Updates the login profile for the specified User. Use this API to change the User's password.

NOTE:In the full release you will be able to use IAM to access your services through the AWS Management Console. Although this feature is not currently available, you can create login profiles for your Users now. Then, when this feature is implemented, your Users can use IAM to access your services through the AWS Management Console.

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

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

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

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

UpdateLoginProfileRequest ( string userName ) : System

Instantiates UpdateLoginProfileRequest with the parameterized properties

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

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

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

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

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

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

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