Provider Features Key Vault Args
data class ProviderFeaturesKeyVaultArgs(val purgeSoftDeleteOnDestroy: Output<Boolean>? = null, val purgeSoftDeletedCertificatesOnDestroy: Output<Boolean>? = null, val purgeSoftDeletedHardwareSecurityModulesOnDestroy: Output<Boolean>? = null, val purgeSoftDeletedKeysOnDestroy: Output<Boolean>? = null, val purgeSoftDeletedSecretsOnDestroy: Output<Boolean>? = null, val recoverSoftDeletedCertificates: Output<Boolean>? = null, val recoverSoftDeletedKeyVaults: Output<Boolean>? = null, val recoverSoftDeletedKeys: Output<Boolean>? = null, val recoverSoftDeletedSecrets: Output<Boolean>? = null) : ConvertibleToJava<ProviderFeaturesKeyVaultArgs>
Constructors
Link copied to clipboard
fun ProviderFeaturesKeyVaultArgs(purgeSoftDeleteOnDestroy: Output<Boolean>? = null, purgeSoftDeletedCertificatesOnDestroy: Output<Boolean>? = null, purgeSoftDeletedHardwareSecurityModulesOnDestroy: Output<Boolean>? = null, purgeSoftDeletedKeysOnDestroy: Output<Boolean>? = null, purgeSoftDeletedSecretsOnDestroy: Output<Boolean>? = null, recoverSoftDeletedCertificates: Output<Boolean>? = null, recoverSoftDeletedKeyVaults: Output<Boolean>? = null, recoverSoftDeletedKeys: Output<Boolean>? = null, recoverSoftDeletedSecrets: Output<Boolean>? = null)