Connector Profile Connector Profile Config Connector Profile Properties Custom Connector Args
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorArgs(val oauth2Properties: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2PropertiesArgs>? = null, val profileProperties: Output<Map<String, String>>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorArgs>
Constructors
Link copied to clipboard
constructor(oauth2Properties: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2PropertiesArgs>? = null, profileProperties: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
val oauth2Properties: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2PropertiesArgs>? = null
The OAuth 2.0 properties required for OAuth 2.0 authentication.
Link copied to clipboard
A map of properties that are required to create a profile for the custom connector.