AccountPrivilegeProps
Properties for defining a AccountPrivilege
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-accountprivilege
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rds;
new AccountPrivilegeProps {
object AccountName,
object AccountPrivilege,
object DbInstanceId,
object DbName
};
Properties
Name | Type | Description |
---|---|---|
AccountName |
object |
Property accountName: RDS account name. |
AccountPrivilege |
object |
Property accountPrivilege: RDS account privilege. |
DbInstanceId |
object |
Property dbInstanceId: RDS instance ID. |
DbName |
object |
Property dbName: RDS database name. |
AccountName
Required
public object AccountName { get; set; }
- Type: object
Property accountName: RDS account name.
AccountPrivilege
Required
public object AccountPrivilege { get; set; }
- Type: object
Property accountPrivilege: RDS account privilege.
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
Property dbInstanceId: RDS instance ID.
DbName
Required
public object DbName { get; set; }
- Type: object
Property dbName: RDS database name.