Vault Properties Response Redundancy Settings
    data class VaultPropertiesResponseRedundancySettings(val crossRegionRestore: String, val standardTierStorageRedundancy: String)
The redundancy Settings of a Vault
Constructors
Link copied to clipboard
                fun VaultPropertiesResponseRedundancySettings(crossRegionRestore: String, standardTierStorageRedundancy: String)