UserAuthConfigProps
Properties for defining a UserAuthConfig
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-appflow-userauthconfig
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkappflow"
&alicloudroscdkappflow.UserAuthConfigProps {
AuthConfig: interface{},
AuthConfigName: interface{},
ConnectorId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AuthConfig |
interface{} |
Property authConfig: AuthConfig. |
AuthConfigName |
interface{} |
Property authConfigName: The name of the config. |
ConnectorId |
interface{} |
Property connectorId: The id of connector. |
AuthConfig
Required
AuthConfig interface{}
- Type: interface{}
Property authConfig: AuthConfig.
AuthConfigName
Required
AuthConfigName interface{}
- Type: interface{}
Property authConfigName: The name of the config.
ConnectorId
Required
ConnectorId interface{}
- Type: interface{}
Property connectorId: The id of connector.