ConnectorProfileOAuth2PropertiesArgs

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
val tokenUrl: Output<String>? = null

The token URL required for OAuth 2.0 authentication.

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

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.

Functions

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