UserAuthConfigsProps
Properties for defining a UserAuthConfigs
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-appflow-userauthconfigs
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkappflow/datasource"
&datasource.UserAuthConfigsProps {
ConnectorId: interface{},
AuthConfigNames: interface{},
RefreshOptions: interface{},
}
Properties
Name | Type | Description |
---|---|---|
ConnectorId |
interface{} |
Property connectorId: The id of connector. |
AuthConfigNames |
interface{} |
Property authConfigNames: The names of the config. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ConnectorId
Required
ConnectorId interface{}
- Type: interface{}
Property connectorId: The id of connector.
AuthConfigNames
Optional
AuthConfigNames interface{}
- Type: interface{}
Property authConfigNames: The names of the config.
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.