Show / Hide Table of Contents

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 Source

AccountDescription

Account description.

Declaration
public readonly string AccountDescription
Field Value
Type Description
System.String
View Source

AccountLockState

Account lock state, Valid values are Lock, UnLock.

Declaration
public readonly string AccountLockState
Field Value
Type Description
System.String
View Source

AccountName

Account name.

Declaration
public readonly string AccountName
Field Value
Type Description
System.String
View Source

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
View Source

AccountType

Account type, Valid values are Normal, Super.

Declaration
public readonly string AccountType
Field Value
Type Description
System.String
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.