Skip to content

AccountProps

Properties for defining a Account.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkadb"
&alicloudroscdkadb.AccountProps {
    AccountName: interface{},
    AccountPassword: interface{},
    DbClusterId: interface{},
    AccountDescription: interface{},
    AccountType: interface{},
}

Properties

Name Type Description
AccountName interface{} Property accountName: The name of the account.
AccountPassword interface{} Property accountPassword: The password of the account.
DbClusterId interface{} Property dbClusterId: The ID of the cluster.
AccountDescription interface{} Property accountDescription: The description of the account.
AccountType interface{} Property accountType: Normal: standard account Super: privileged account.

AccountNameRequired

AccountName interface{}
  • Type: interface{}

Property accountName: The name of the account.


AccountPasswordRequired

AccountPassword interface{}
  • Type: interface{}

Property accountPassword: The password of the account.

The password must contain uppercase letters, lowercase letters, digits, and special characters. Special characters include ! @ # $ % ^ & * () _ + - and = The password must be 8 to 32 characters in length.


DbClusterIdRequired

DbClusterId interface{}
  • Type: interface{}

Property dbClusterId: The ID of the cluster.


AccountDescriptionOptional

AccountDescription interface{}
  • Type: interface{}

Property accountDescription: The description of the account.

The description cannot start with http://or https://. The description can be up to 256 characters in length.


AccountTypeOptional

AccountType interface{}
  • Type: interface{}

Property accountType: Normal: standard account Super: privileged account.