Skip to content

UserAuthConfigProps

Properties for defining a UserAuthConfig.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-appflow-userauthconfig

Initializer

import ros_cdk_appflow
ros_cdk_appflow.UserAuthConfigProps(
  auth_config: typing.Union[IResolvable, typing.Mapping[typing.Any]],
  auth_config_name: typing.Union[str, IResolvable],
  connector_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
auth_config typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]] Property authConfig: AuthConfig.
auth_config_name typing.Union[str, ros_cdk_core.IResolvable] Property authConfigName: The name of the config.
connector_id typing.Union[str, ros_cdk_core.IResolvable] Property connectorId: The id of connector.

auth_configRequired

auth_config: typing.Union[IResolvable, typing.Mapping[typing.Any]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]]

Property authConfig: AuthConfig.


auth_config_nameRequired

auth_config_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property authConfigName: The name of the config.


connector_idRequired

connector_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property connectorId: The id of connector.