The User data type contains information about a user.
This data type is used as a response element in the following actions:
CreateUser
GetUser
ListUsers
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class User
Public Class User
public ref class User
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| User()()()() | Initializes a new instance of the User class | |
| Arn |
The Amazon Resource Name (ARN) specifying the user. For more information about ARNs and how to use them in policies, see Identifiers for IAM
Entities in Using AWS Identity and Access Management.
Constraints: | |
| CreateDate |
The date when 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.) | |
| Path |
Path to the user name. For more information about paths, see Identifiers for IAM
Entities in Using AWS Identity and Access Management.
Constraints: | |
| ToString()()()() | (Inherited from Object.) | |
| UserId |
The stable and unique string identifying the user. For more information about IDs, see Identifiers for IAM
Entities in Using AWS Identity and Access Management.
Constraints: | |
| UserName |
The name identifying the user.
Constraints: | |
| WithArn(String) |
Sets the Arn property
| |
| WithCreateDate(DateTime) |
Sets the CreateDate property
| |
| WithPath(String) |
Sets the Path property
| |
| WithUserId(String) |
Sets the UserId property
| |
| WithUserName(String) |
Sets the UserName property
|