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
Mostra file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method 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

Method Description
IsSetUserName ( ) : bool

Method Details

GetLoginProfileRequest() public method

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

GetLoginProfileRequest() public method

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: =,.@-
return System