Skip to content

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.

ConnectorIdRequired

ConnectorId interface{}
  • Type: interface{}

Property connectorId: The id of connector.


AuthConfigNamesOptional

AuthConfigNames interface{}
  • Type: interface{}

Property authConfigNames: The names of the config.


RefreshOptionsOptional

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.