Skip to content

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.

AccountNameRequired

AccountName interface{}
  • Type: interface{}

Property accountName: Account name.


AccountPasswordRequired

AccountPassword interface{}
  • Type: interface{}

Property accountPassword: Account password.


DbInstanceIdRequired

DbInstanceId interface{}
  • Type: interface{}

Property dbInstanceId: Instance Id.


AccountDescriptionOptional

AccountDescription interface{}
  • Type: interface{}

Property accountDescription: Account description.