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.

The Amazon Chime account details. An AWS account can have multiple Amazon Chime accounts.

Inheritance Hierarchy

System.Object
  Amazon.Chime.Model.Account

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

Syntax

C#
public class Account

The Account type exposes the following members

Constructors

NameDescription
Public Method Account()

Properties

NameTypeDescription
Public Property AccountId System.String

Gets and sets the property AccountId.

The Amazon Chime account ID.

Public Property AccountStatus Amazon.Chime.AccountStatus

Gets and sets the property AccountStatus.

The status of the account.

Public Property AccountType Amazon.Chime.AccountType

Gets and sets the property AccountType.

The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.

Public Property AwsAccountId System.String

Gets and sets the property AwsAccountId.

The AWS account ID.

Public Property CreatedTimestamp System.DateTime

Gets and sets the property CreatedTimestamp.

The Amazon Chime account creation timestamp, in ISO 8601 format.

Public Property DefaultLicense Amazon.Chime.License

Gets and sets the property DefaultLicense.

The default license for the Amazon Chime account.

Public Property Name System.String

Gets and sets the property Name.

The Amazon Chime account name.

Public Property SigninDelegateGroups System.Collections.Generic.List<Amazon.Chime.Model.SigninDelegateGroup>

Gets and sets the property SigninDelegateGroups.

The sign-in delegate groups associated with the account.

Public Property SupportedLicenses System.Collections.Generic.List<System.String>

Gets and sets the property SupportedLicenses.

Supported licenses for the Amazon Chime account.

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