UserAuthConfigProps
Properties for defining a UserAuthConfig
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-appflow-userauthconfig
Initializer
using AlibabaCloud.SDK.ROS.CDK.Appflow;
new UserAuthConfigProps {
object AuthConfig,
object AuthConfigName,
object ConnectorId
};
Properties
Name | Type | Description |
---|---|---|
AuthConfig |
object |
Property authConfig: AuthConfig. |
AuthConfigName |
object |
Property authConfigName: The name of the config. |
ConnectorId |
object |
Property connectorId: The id of connector. |
AuthConfig
Required
public object AuthConfig { get; set; }
- Type: object
Property authConfig: AuthConfig.
AuthConfigName
Required
public object AuthConfigName { get; set; }
- Type: object
Property authConfigName: The name of the config.
ConnectorId
Required
public object ConnectorId { get; set; }
- Type: object
Property connectorId: The id of connector.