Key Vault Certificate Properties Args
data class KeyVaultCertificatePropertiesArgs(val autoSync: Output<Either<String, KeyVaultCertificateAutoSync>>? = null, val certVersion: Output<String>? = null, val excludePrivateKey: Output<Boolean>? = null, val keyVaultCertName: Output<String>, val type: Output<String>, val vaultUri: Output<String>) : ConvertibleToJava<KeyVaultCertificatePropertiesArgs>
Properties of certificate imported from key vault.
Properties
Link copied to clipboard
Indicates whether to automatically synchronize certificate from key vault or not.
Link copied to clipboard
The certificate version of key vault.
Link copied to clipboard
Optional. If set to true, it will not import private key from key vault.
Link copied to clipboard
The certificate name of key vault.