AccountProps
Properties for defining a Account
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-graphdatabase-account
Initializer
using AlibabaCloud.SDK.ROS.CDK.Graphdatabase;
new AccountProps {
object AccountName,
object AccountPassword,
object DbInstanceId,
object AccountDescription = null
};
Properties
Name | Type | Description |
---|---|---|
AccountName |
object |
Property accountName: Account name. |
AccountPassword |
object |
Property accountPassword: Account password. |
DbInstanceId |
object |
Property dbInstanceId: Instance Id. |
AccountDescription |
object |
Property accountDescription: Account description. |
AccountName
Required
public object AccountName { get; set; }
- Type: object
Property accountName: Account name.
AccountPassword
Required
public object AccountPassword { get; set; }
- Type: object
Property accountPassword: Account password.
DbInstanceId
Required
public object DbInstanceId { get; set; }
- Type: object
Property dbInstanceId: Instance Id.
AccountDescription
Optional
public object AccountDescription { get; set; }
- Type: object
Property accountDescription: Account description.