ConnectionAuthConfigOauth2JwtBearerArgs

data class ConnectionAuthConfigOauth2JwtBearerArgs(val clientKey: Output<ConnectionAuthConfigOauth2JwtBearerClientKeyArgs>? = null, val jwtClaims: Output<ConnectionAuthConfigOauth2JwtBearerJwtClaimsArgs>? = null) : ConvertibleToJava<ConnectionAuthConfigOauth2JwtBearerArgs>

Constructors

Link copied to clipboard
constructor(clientKey: Output<ConnectionAuthConfigOauth2JwtBearerClientKeyArgs>? = null, jwtClaims: Output<ConnectionAuthConfigOauth2JwtBearerJwtClaimsArgs>? = null)

Properties

Link copied to clipboard

Secret version reference containing a PKCS#8 PEM-encoded private key associated with the Client Certificate. This private key will be used to sign JWTs used for the jwt-bearer authorization grant. Specified in the form as: projects//secrets//versions/*.

Link copied to clipboard

JwtClaims providers fields to generate the token. //*/

Functions

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