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

Container for the parameters to the GetLoginProfile operation.

Retrieves the login profile for the specified User.

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
Показать файл Открыть проект Примеры использования класса

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

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

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

GetLoginProfileRequest ( string userName ) : System

Instantiates GetLoginProfileRequest with the parameterized properties

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

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

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

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

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

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

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