Skip to content

UserAuthConfigsProps

Properties for defining a UserAuthConfigs.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-appflow-userauthconfigs

Initializer

using AlibabaCloud.SDK.ROS.CDK.Appflow;
new UserAuthConfigsProps {
    object ConnectorId,
    object AuthConfigNames = null,
    object RefreshOptions = null
};

Properties

Name Type Description
ConnectorId object Property connectorId: The id of connector.
AuthConfigNames object Property authConfigNames: The names of the config.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

ConnectorIdRequired

public object ConnectorId { get; set; }
  • Type: object

Property connectorId: The id of connector.


AuthConfigNamesOptional

public object AuthConfigNames { get; set; }
  • Type: object

Property authConfigNames: The names of the config.


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

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.