ConnectorProfileCustomConnectorProfilePropertiesArgs

data class ConnectorProfileCustomConnectorProfilePropertiesArgs(val oAuth2Properties: Output<ConnectorProfileOAuth2PropertiesArgs>? = null, val profileProperties: Output<Map<String, String>>? = null) : ConvertibleToJava<ConnectorProfileCustomConnectorProfilePropertiesArgs>

Constructors

constructor(oAuth2Properties: Output<ConnectorProfileOAuth2PropertiesArgs>? = null, profileProperties: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard

The OAuth 2.0 properties required for OAuth 2.0 authentication.

Link copied to clipboard
val profileProperties: Output<Map<String, String>>? = null

A map of properties that are required to create a profile for the custom connector.

Functions

Link copied to clipboard
open override fun toJava(): ConnectorProfileCustomConnectorProfilePropertiesArgs