Class GetAccountsAccountResult
Inheritance
System.Object
GetAccountsAccountResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.PolarDB.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetAccountsAccountResult
Fields
View SourceAccountDescription
Account description.
Declaration
public readonly string AccountDescription
Field Value
| Type | Description |
|---|---|
| System.String |
AccountLockState
Account lock state, Valid values are Lock, UnLock.
Declaration
public readonly string AccountLockState
Field Value
| Type | Description |
|---|---|
| System.String |
AccountName
Account name.
Declaration
public readonly string AccountName
Field Value
| Type | Description |
|---|---|
| System.String |
AccountStatus
Cluster address type.Cluster: the default address of the Cluster.Primary: Primary address.Custom: Custom cluster addresses.
Declaration
public readonly string AccountStatus
Field Value
| Type | Description |
|---|---|
| System.String |
AccountType
Account type, Valid values are Normal, Super.
Declaration
public readonly string AccountType
Field Value
| Type | Description |
|---|---|
| System.String |
DatabasePrivileges
A list of database privilege. Each element contains the following attributes.
Declaration
public readonly ImmutableArray<GetAccountsAccountDatabasePrivilegeResult> DatabasePrivileges
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetAccountsAccountDatabasePrivilegeResult> |