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.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class LoginProfile
Public Class LoginProfile
public ref class LoginProfile
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| LoginProfile()()()() | Initializes a new instance of the LoginProfile class | |
| CreateDate |
The date when the password for the user was created.
| |
| 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.) | |
| ToString()()()() | (Inherited from Object.) | |
| UserName |
The name of the user, which can be used for signing into the AWS Management Console.
Constraints: | |
| WithCreateDate(DateTime) |
Sets the CreateDate property
| |
| WithUserName(String) |
Sets the UserName property
|