Container for the parameters to the CreateLoginProfile operation.
Creates a password for the specified user, giving the user the ability to access AWS services through the AWS Management Console. For more information about managing passwords, see Managing Passwords in Using IAM .
| C# |
public class CreateLoginProfileRequest : AmazonWebServiceRequest
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CreateLoginProfileRequest()()()() | Initializes a new instance of the CreateLoginProfileRequest class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| Password |
The new password for the user name.
Constraints: | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| UserName |
Name of the user to create a password for.
Constraints: | |
| WithPassword(String) |
Sets the Password property
| |
| WithUserName(String) |
Sets the UserName property
|
| Object | ||
| AmazonWebServiceRequest | ||
| CreateLoginProfileRequest | ||