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. |
ConnectorId
Required
public object ConnectorId { get; set; }
- Type: object
AuthConfigNames
Optional
public object AuthConfigNames { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object