AWS SDK for .NET Documentation
LoginProfile Class
AmazonAmazon.IdentityManagement.ModelLoginProfile Did this page help you?   Yes   No    Tell us about it...
The LoginProfile data type contains the user name and password create date for a user.

This data type is used as a response element in the actions CreateLoginProfile and GetLoginProfile.

Declaration Syntax
C#
public class LoginProfile
Members
All MembersConstructorsMethodsProperties



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

CreateDate
Gets and sets the property CreateDate.

The date when the password for the user was created.


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.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
UserName
Gets and sets the property UserName.

The name of the user, which can be used for signing into the AWS Management Console.


WithCreateDate(DateTime) Obsolete.
Sets the CreateDate property

WithUserName(String) Obsolete.
Sets the UserName property

Inheritance Hierarchy
Object
LoginProfile

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