x509TokenKeyRaw

@JvmName(name = "fshmwjxjhtljpqbn")
suspend fun x509TokenKeyRaw(value: Output<String>)
@JvmName(name = "hegcesbihstfarrw")
suspend fun x509TokenKeyRaw(value: String?)

Parameters

value

The raw data field of a certificate in PKCS 12 format (X509Certificate2 in .NET). Specifies a certificate for token validation.

NOTE: Each alternate_key block can only have one type of primary verification key: if you want to use RSA you must provide rsa_token_key_exponent and rsa_token_key_modulus, if you want to use symmetric you need to provide symmetric_token_key and for x509 you must provide x509_token_key_raw.