AWS SDK Version 3 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.

Describes a user in the user pool.

Inheritance Hierarchy

System.Object
  Amazon.AppStream.Model.User

Namespace: Amazon.AppStream.Model
Assembly: AWSSDK.AppStream.dll
Version: 3.x.y.z

Syntax

C#
public class User

The User type exposes the following members

Constructors

NameDescription
Public Method User()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the user.

Public Property AuthenticationType Amazon.AppStream.AuthenticationType

Gets and sets the property AuthenticationType.

The authentication type for the user.

Public Property CreatedTime System.DateTime

Gets and sets the property CreatedTime.

The date and time the user was created in the user pool.

Public Property Enabled System.Boolean

Gets and sets the property Enabled.

Specifies whether the user in the user pool is enabled.

Public Property FirstName System.String

Gets and sets the property FirstName.

The first name, or given name, of the user.

Public Property LastName System.String

Gets and sets the property LastName.

The last name, or surname, of the user.

Public Property Status System.String

Gets and sets the property Status.

The status of the user in the user pool. The status can be one of the following:

  • UNCONFIRMED – The user is created but not confirmed.

  • CONFIRMED – The user is confirmed.

  • ARCHIVED – The user is no longer active.

  • COMPROMISED – The user is disabled because of a potential security threat.

  • UNKNOWN – The user status is not known.

Public Property UserName System.String

Gets and sets the property UserName.

The email address of the user.

Users' email addresses are case-sensitive.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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