clientKey

@JvmName(name = "bhksmvdocksxwcis")
suspend fun clientKey(value: Output<SecretArgs>)
@JvmName(name = "gtublbdcecihwyfr")
suspend fun clientKey(value: SecretArgs?)

Parameters

value

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/*. //*/


@JvmName(name = "ortvllfggkkvjjvn")
suspend fun clientKey(argument: suspend SecretArgsBuilder.() -> Unit)

Parameters

argument

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/*. //*/