Skip to content

RosAccountsProps

Properties for defining a RosAccounts.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-graphdatabase-accounts

Initializer

using AlibabaCloud.SDK.ROS.CDK.Graphdatabase;
new RosAccountsProps {
    object DbInstanceId,
    object AccountName = null,
    object RefreshOptions = null
};

Properties

Name Type Description
DbInstanceId object No description.
AccountName object No description.
RefreshOptions object No description.

DbInstanceIdRequired

public object DbInstanceId { get; set; }
  • Type: object

AccountNameOptional

public object AccountName { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object