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

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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