Skip to content

AccountProps

Properties for defining a Account.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-drds-account

Initializer

using AlibabaCloud.SDK.ROS.CDK.Drds;
new AccountProps {
    object DbPrivileges,
    object DrdsAccountName,
    object InstanceId,
    object Password,
    object Description = null
};

Properties

Name Type Description
DbPrivileges object Property dbPrivileges: Database permission information.
DrdsAccountName object Property drdsAccountName: The name of the account.
InstanceId object Property instanceId: The ID of the instance.
Password object Property password: The password of the account.
Description object Property description: Account remarks.

DbPrivilegesRequired

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

Property dbPrivileges: Database permission information.


DrdsAccountNameRequired

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

Property drdsAccountName: The name of the account.


InstanceIdRequired

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

Property instanceId: The ID of the instance.


PasswordRequired

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

Property password: The password of the account.


DescriptionOptional

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

Property description: Account remarks.

The default value of the advanced account is Created by DRDS, and the normal account does not have any comments. Remarks can be customized in account management.