Skip to content

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.

AuthConfigRequired

AuthConfig interface{}
  • Type: interface{}

Property authConfig: AuthConfig.


AuthConfigNameRequired

AuthConfigName interface{}
  • Type: interface{}

Property authConfigName: The name of the config.


ConnectorIdRequired

ConnectorId interface{}
  • Type: interface{}

Property connectorId: The id of connector.