RosAccountsProps
Properties for defining a RosAccounts
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-drds-accounts
Initializer
using AlibabaCloud.SDK.ROS.CDK.Drds;
new RosAccountsProps {
object InstanceId = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceId |
object |
No description. |
RefreshOptions |
object |
No description. |
InstanceId
Optional
public object InstanceId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object