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