Connector Profile OAuth2Properties Args
data class ConnectorProfileOAuth2PropertiesArgs(val oAuth2GrantType: Output<ConnectorProfileOAuth2GrantType>? = null, val tokenUrl: Output<String>? = null, val tokenUrlCustomProperties: Output<ConnectorProfileTokenUrlCustomPropertiesArgs>? = null) : ConvertibleToJava<ConnectorProfileOAuth2PropertiesArgs>
Constructors
Link copied to clipboard
fun ConnectorProfileOAuth2PropertiesArgs(oAuth2GrantType: Output<ConnectorProfileOAuth2GrantType>? = null, tokenUrl: Output<String>? = null, tokenUrlCustomProperties: Output<ConnectorProfileTokenUrlCustomPropertiesArgs>? = null)