AccountProps
Properties for defining a Account
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-graphdatabase-account
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkgraphdatabase"
&alicloudroscdkgraphdatabase.AccountProps {
AccountName: interface{},
AccountPassword: interface{},
DbInstanceId: interface{},
AccountDescription: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AccountName |
interface{} |
Property accountName: Account name. |
AccountPassword |
interface{} |
Property accountPassword: Account password. |
DbInstanceId |
interface{} |
Property dbInstanceId: Instance Id. |
AccountDescription |
interface{} |
Property accountDescription: Account description. |
AccountName
Required
AccountName interface{}
- Type: interface{}
Property accountName: Account name.
AccountPassword
Required
AccountPassword interface{}
- Type: interface{}
Property accountPassword: Account password.
DbInstanceId
Required
DbInstanceId interface{}
- Type: interface{}
Property dbInstanceId: Instance Id.
AccountDescription
Optional
AccountDescription interface{}
- Type: interface{}
Property accountDescription: Account description.