RosAccountPrivilegeProps
Properties for defining a RosAccountPrivilege.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rds-accountprivilege
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rds;
new RosAccountPrivilegeProps {
object AccountName,
object AccountPrivilege,
object DbInstanceId,
object DbName
};
Properties
| Name | Type | Description |
|---|---|---|
AccountName |
object |
No description. |
AccountPrivilege |
object |
No description. |
DbInstanceId |
object |
No description. |
DbName |
object |
No description. |
AccountNameRequired
public object AccountName { get; set; }
- Type: object
AccountPrivilegeRequired
public object AccountPrivilege { get; set; }
- Type: object
DbInstanceIdRequired
public object DbInstanceId { get; set; }
- Type: object
DbNameRequired
public object DbName { get; set; }
- Type: object