Class AccountPrivilegeArgs
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class AccountPrivilegeArgs : ResourceArgs
Constructors
View SourceAccountPrivilegeArgs()
Declaration
public AccountPrivilegeArgs()
Properties
View SourceAccountName
A specified account name.
Declaration
public Input<string> AccountName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DbClusterId
The Id of cluster in which account belongs.
Declaration
public Input<string> DbClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DbNames
List of specified database name.
Declaration
public InputList<string> DbNames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Privilege
The privilege of one account access database. Valid values: ["ReadOnly", "ReadWrite"]. Default to "ReadOnly".
Declaration
public Input<string> Privilege { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |