AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Contains information about an IAM user entity.

This data type is used as a response element in the following actions:

Inheritance Hierarchy

System.Object
  Amazon.IdentityManagement.Model.User

Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class User : Object

The User type exposes the following members

Constructors

NameDescription
Public Method User() Empty constructor used to set properties independently even when a simple constructor is available
Public Method User(string, string, string, string, DateTime) Instantiates User with the parameterized properties

Properties

NameTypeDescription
Public Property Arn System.String Gets and sets the property Arn.

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.

Public Property CreateDate System.DateTime Gets and sets the property CreateDate.

The date and time, in ISO 8601 date-time format, when the user was created.

Public Property PasswordLastUsed System.DateTime Gets and sets the property PasswordLastUsed.

The date and time, in ISO 8601 date-time format, when the user's password was last used to sign in to an AWS website. For a list of AWS websites that capture a user's last sign-in time, see the Credential Reports topic in the Using IAM guide. If a password is used more than once in a five-minute span, only the first use is returned in this field. This field is null (not present) when:

  • The user does not have a password

  • The password exists but has never been used (at least not since IAM started tracking this information on October 20th, 2014

  • there is no sign-in data associated with the user

This value is returned only in the GetUser and ListUsers actions.

Public Property Path System.String Gets and sets the property Path.

The path to the user. For more information about paths, see IAM Identifiers in the Using IAM guide.

Public Property UserId System.String Gets and sets the property UserId.

The stable and unique string identifying the user. For more information about IDs, see IAM Identifiers in the Using IAM guide.

Public Property UserName System.String Gets and sets the property UserName.

The friendly name identifying the user.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1