Connector Profile OAuth2Properties Args
data class ConnectorProfileOAuth2PropertiesArgs(val oAuth2GrantType: Output<ConnectorProfileOAuth2GrantType>? = null, val tokenUrl: Output<String>? = null, val tokenUrlCustomProperties: Output<Map<String, String>>? = null) : ConvertibleToJava<ConnectorProfileOAuth2PropertiesArgs>
Constructors
Link copied to clipboard
constructor(oAuth2GrantType: Output<ConnectorProfileOAuth2GrantType>? = null, tokenUrl: Output<String>? = null, tokenUrlCustomProperties: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.
Link copied to clipboard
Associates your token URL with a map of properties that you define. Use this parameter to provide any additional details that the connector requires to authenticate your request.