Skip to content

AccountProps

Properties for defining a Account.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Gpdb;
new AccountProps {
    object AccountName,
    object AccountPassword,
    object DbInstanceId,
    object AccountDescription = null
};

Properties

Name Type Description
AccountName object Property accountName: The name of the privileged account.
AccountPassword object Property accountPassword: The password of the privileged account.
DbInstanceId object Property dbInstanceId: The ID of the instance.
AccountDescription object Property accountDescription: The description of the privileged account.

AccountNameRequired

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

Property accountName: The name of the privileged account.

The name can contain lowercase letters, digits, and underscores (_). The name must start with a lowercase letter and end with a lowercase letter or a digit. The name cannot start with gp. The name must be 2 to 16 characters in length.


AccountPasswordRequired

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

Property accountPassword: The password of the privileged account.

The password must contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * ( ) _ + - = The password must be 8 to 32 characters in length.


DbInstanceIdRequired

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

Property dbInstanceId: The ID of the instance.

Note You can call the DescribeDBInstances operation to query details of all AnalyticDB for PostgreSQL instances in a specific region, including instance IDs.


AccountDescriptionOptional

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

Property accountDescription: The description of the privileged account.