C# 클래스 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

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsSetArn ( ) : bool
IsSetCreateDate ( ) : bool
IsSetPasswordLastUsed ( ) : bool
IsSetPath ( ) : bool
IsSetUserId ( ) : bool
IsSetUserName ( ) : bool

메소드 상세

User() 공개 메소드

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

User() 공개 메소드

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.
리턴 System