RosUserAuthConfigsProps
Properties for defining a RosUserAuthConfigs.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-appflow-userauthconfigs
Initializer
using AlibabaCloud.SDK.ROS.CDK.Appflow;
new RosUserAuthConfigsProps {
object ConnectorId,
object AuthConfigNames = null,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
ConnectorId |
object |
No description. |
AuthConfigNames |
object |
No description. |
RefreshOptions |
object |
No description. |
ConnectorIdRequired
public object ConnectorId { get; set; }
- Type: object
AuthConfigNamesOptional
public object AuthConfigNames { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object