Connector Profile Custom Connector Profile Properties Args
data class ConnectorProfileCustomConnectorProfilePropertiesArgs(val oAuth2Properties: Output<ConnectorProfileOAuth2PropertiesArgs>? = null, val profileProperties: Output<ConnectorProfileProfilePropertiesArgs>? = null) : ConvertibleToJava<ConnectorProfileCustomConnectorProfilePropertiesArgs>
Constructors
Link copied to clipboard
fun ConnectorProfileCustomConnectorProfilePropertiesArgs(oAuth2Properties: Output<ConnectorProfileOAuth2PropertiesArgs>? = null, profileProperties: Output<ConnectorProfileProfilePropertiesArgs>? = null)