OAuthClientCredentialsArgs

data class OAuthClientCredentialsArgs(val clientId: Output<String>, val clientSecret: Output<KeyVaultPropertiesArgs>, val kind: Output<String>) : ConvertibleToJava<OAuthClientCredentialsArgs>

OAuthClientCredentials for clientId clientSecret auth.

Constructors

Link copied to clipboard
constructor(clientId: Output<String>, clientSecret: Output<KeyVaultPropertiesArgs>, kind: Output<String>)

Properties

Link copied to clipboard
val clientId: Output<String>

ClientId associated with the provider.

Link copied to clipboard

Properties of the key vault.

Link copied to clipboard
val kind: Output<String>

Enum for different types of AuthCredentials supported. Expected value is 'OAuthClientCredentials'.

Functions

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