AuthorizationProviderOAuth2GrantTypesArgs

data class AuthorizationProviderOAuth2GrantTypesArgs(val authorizationCode: Output<Map<String, String>>? = null, val clientCredentials: Output<Map<String, String>>? = null) : ConvertibleToJava<AuthorizationProviderOAuth2GrantTypesArgs>

Authorization Provider oauth2 grant types settings

Constructors

constructor(authorizationCode: Output<Map<String, String>>? = null, clientCredentials: Output<Map<String, String>>? = null)

Properties

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

OAuth2 authorization code grant parameters

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

OAuth2 client credential grant parameters

Functions

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