ConnectionAuthConfigOauth2JwtBearerClientKeyArgs

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

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(): ConnectionAuthConfigOauth2JwtBearerClientKeyArgs