Skip to content

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.

AccountNameRequired

public object AccountName { get; set; }
  • Type: object

Property accountName: RDS account name.


AccountPrivilegeRequired

public object AccountPrivilege { get; set; }
  • Type: object

Property accountPrivilege: RDS account privilege.


DbInstanceIdRequired

public object DbInstanceId { get; set; }
  • Type: object

Property dbInstanceId: RDS instance ID.


DbNameRequired

public object DbName { get; set; }
  • Type: object

Property dbName: RDS database name.