C# Class Amazon.IdentityManagement.Model.User

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

显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
User ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

User ( string path, string userName, string userId, string arn, System.DateTime createDate ) : System

Instantiates User with the parameterized properties

Private Methods

Method Description
IsSetArn ( ) : bool
IsSetCreateDate ( ) : bool
IsSetPasswordLastUsed ( ) : bool
IsSetPath ( ) : bool
IsSetUserId ( ) : bool
IsSetUserName ( ) : bool

Method Details

User() public method

Empty constructor used to set properties independently even when a simple constructor is available
public User ( ) : System
return System

User() public method

Instantiates User with the parameterized properties
public User ( string path, string userName, string userId, string arn, System.DateTime createDate ) : System
path string The path to the user. For more information about paths, see IAM Identifiers in the Using IAM guide.
userName string The friendly name identifying the user.
userId string The stable and unique string identifying the user. For more information about IDs, see IAM Identifiers in the Using IAM guide.
arn string The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the Using IAM guide.
createDate System.DateTime The date and time, in ISO 8601 date-time format, when the user was created.
return System