C# Class 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.

Inheritance: Amazon.Runtime.AmazonWebServiceRequest
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IsSetUserName ( ) : bool

Method Details

GetLoginProfileRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public GetLoginProfileRequest ( ) : System
Résultat System

GetLoginProfileRequest() public méthode

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: =,.@-
Résultat System