AWS SDK for .NET Documentation
CreateLoginProfileRequest Class
AmazonAmazon.IdentityManagement.ModelCreateLoginProfileRequest Did this page help you?   Yes   No    Tell us about it...
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.
Declaration Syntax
C#
public class CreateLoginProfileRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreateLoginProfileRequest()()()()
Initializes a new instance of the CreateLoginProfileRequest class

Equals(Object)
Determines whether the specified Object is equal to the current 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
Gets and sets the property Password.

The new password for the user name.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
UserName
Gets and sets the property UserName.

Name of the user to create a password for.


WithPassword(String) Obsolete.
Sets the Password property

WithUserName(String) Obsolete.
Sets the UserName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CreateLoginProfileRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)