AccountProps
Properties for defining a Account
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-drds-account
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdrds"
&alicloudroscdkdrds.AccountProps {
DbPrivileges: interface{},
DrdsAccountName: interface{},
InstanceId: interface{},
Password: interface{},
Description: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DbPrivileges |
interface{} |
Property dbPrivileges: Database permission information. |
DrdsAccountName |
interface{} |
Property drdsAccountName: The name of the account. |
InstanceId |
interface{} |
Property instanceId: The ID of the instance. |
Password |
interface{} |
Property password: The password of the account. |
Description |
interface{} |
Property description: Account remarks. |
DbPrivileges
Required
DbPrivileges interface{}
- Type: interface{}
Property dbPrivileges: Database permission information.
DrdsAccountName
Required
DrdsAccountName interface{}
- Type: interface{}
Property drdsAccountName: The name of the account.
InstanceId
Required
InstanceId interface{}
- Type: interface{}
Property instanceId: The ID of the instance.
Password
Required
Password interface{}
- Type: interface{}
Property password: The password of the account.
Description
Optional
Description interface{}
- Type: interface{}
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.