UserAuthConfigProps
Properties for defining a UserAuthConfig
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-appflow-userauthconfig
Initializer
import com.aliyun.ros.cdk.appflow.UserAuthConfigProps;
UserAuthConfigProps.builder()
.authConfig(IResolvable)
.authConfig(java.util.Map<java.lang.String, java.lang.Object>)
.authConfigName(java.lang.String)
.authConfigName(IResolvable)
.connectorId(java.lang.String)
.connectorId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
authConfig |
com.aliyun.ros.cdk.core.IResolvable OR java.util.Map |
Property authConfig: AuthConfig. |
authConfigName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property authConfigName: The name of the config. |
connectorId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property connectorId: The id of connector. |
authConfig
Required
public java.lang.Object getAuthConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.Map
Property authConfig: AuthConfig.
authConfigName
Required
public java.lang.Object getAuthConfigName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property authConfigName: The name of the config.
connectorId
Required
public java.lang.Object getConnectorId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property connectorId: The id of connector.