ConnectionAuthConfigOauth2ClientCredentialsClientSecretArgs

data class ConnectionAuthConfigOauth2ClientCredentialsClientSecretArgs(val secretVersion: Output<String>) : ConvertibleToJava<ConnectionAuthConfigOauth2ClientCredentialsClientSecretArgs>

Constructors

constructor(secretVersion: Output<String>)

Properties

Link copied to clipboard
val secretVersion: Output<String>

The resource name of the secret version in the format, format as: projects//secrets//versions/. ///

Functions

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