@azure/arm-keyvault 4.0.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -10
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/keyVaultManagementContext.d.ts +22 -0
- package/dist/browser/api/keyVaultManagementContext.js +24 -0
- package/dist/browser/api/keyVaultManagementContext.js.map +1 -0
- package/dist/browser/api/keys/index.d.ts +3 -0
- package/dist/browser/api/keys/index.js +4 -0
- package/dist/browser/api/keys/index.js.map +1 -0
- package/dist/browser/api/keys/operations.d.ts +26 -0
- package/dist/browser/api/keys/operations.js +152 -0
- package/dist/browser/api/keys/operations.js.map +1 -0
- package/dist/browser/api/keys/options.d.ts +17 -0
- package/dist/browser/api/keys/options.js +4 -0
- package/dist/browser/api/keys/options.js.map +1 -0
- package/dist/browser/api/managedHsmKeys/index.d.ts +3 -0
- package/dist/browser/api/managedHsmKeys/index.js +4 -0
- package/dist/browser/api/managedHsmKeys/index.js.map +1 -0
- package/dist/browser/api/managedHsmKeys/operations.d.ts +26 -0
- package/dist/browser/api/managedHsmKeys/operations.js +152 -0
- package/dist/browser/api/managedHsmKeys/operations.js.map +1 -0
- package/dist/browser/api/managedHsmKeys/options.d.ts +17 -0
- package/dist/browser/api/managedHsmKeys/options.js +4 -0
- package/dist/browser/api/managedHsmKeys/options.js.map +1 -0
- package/dist/browser/api/managedHsms/index.d.ts +3 -0
- package/dist/browser/api/managedHsms/index.js +4 -0
- package/dist/browser/api/managedHsms/index.js.map +1 -0
- package/dist/browser/api/managedHsms/operations.d.ts +52 -0
- package/dist/browser/api/managedHsms/operations.js +305 -0
- package/dist/browser/api/managedHsms/operations.js.map +1 -0
- package/dist/browser/api/managedHsms/options.d.ts +44 -0
- package/dist/browser/api/managedHsms/options.js +4 -0
- package/dist/browser/api/managedHsms/options.js.map +1 -0
- package/dist/browser/api/mhsmPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/mhsmPrivateEndpointConnections/index.js +4 -0
- package/dist/browser/api/mhsmPrivateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/mhsmPrivateEndpointConnections/operations.d.ts +28 -0
- package/dist/browser/api/mhsmPrivateEndpointConnections/operations.js +134 -0
- package/dist/browser/api/mhsmPrivateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/mhsmPrivateEndpointConnections/options.d.ts +16 -0
- package/dist/browser/api/mhsmPrivateEndpointConnections/options.js +4 -0
- package/dist/browser/api/mhsmPrivateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/mhsmPrivateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/mhsmPrivateLinkResources/index.js +4 -0
- package/dist/browser/api/mhsmPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/api/mhsmPrivateLinkResources/operations.d.ts +9 -0
- package/dist/browser/api/mhsmPrivateLinkResources/operations.js +34 -0
- package/dist/browser/api/mhsmPrivateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/mhsmPrivateLinkResources/options.d.ts +5 -0
- package/dist/browser/api/mhsmPrivateLinkResources/options.js +4 -0
- package/dist/browser/api/mhsmPrivateLinkResources/options.js.map +1 -0
- package/dist/browser/api/mhsmRegions/index.d.ts +3 -0
- package/dist/browser/api/mhsmRegions/index.js +4 -0
- package/dist/browser/api/mhsmRegions/index.js.map +1 -0
- package/dist/browser/api/mhsmRegions/operations.d.ts +10 -0
- package/dist/browser/api/mhsmRegions/operations.js +34 -0
- package/dist/browser/api/mhsmRegions/operations.js.map +1 -0
- package/dist/browser/api/mhsmRegions/options.d.ts +5 -0
- package/dist/browser/api/mhsmRegions/options.js +4 -0
- package/dist/browser/api/mhsmRegions/options.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +31 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnections/index.js +4 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +28 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +134 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/browser/api/privateEndpointConnections/options.js +4 -0
- package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/privateLinkResources/index.js +4 -0
- package/dist/browser/api/privateLinkResources/index.js.map +1 -0
- package/dist/browser/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/browser/api/privateLinkResources/operations.js +34 -0
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/privateLinkResources/options.d.ts +5 -0
- package/dist/browser/api/privateLinkResources/options.js +4 -0
- package/dist/browser/api/privateLinkResources/options.js.map +1 -0
- package/dist/browser/api/secrets/index.d.ts +3 -0
- package/dist/browser/api/secrets/index.js +4 -0
- package/dist/browser/api/secrets/index.js.map +1 -0
- package/dist/browser/api/secrets/operations.d.ts +22 -0
- package/dist/browser/api/secrets/operations.js +126 -0
- package/dist/browser/api/secrets/operations.js.map +1 -0
- package/dist/browser/api/secrets/options.d.ts +16 -0
- package/dist/browser/api/secrets/options.js +4 -0
- package/dist/browser/api/secrets/options.js.map +1 -0
- package/dist/browser/api/vaults/index.d.ts +3 -0
- package/dist/browser/api/vaults/index.js +4 -0
- package/dist/browser/api/vaults/index.js.map +1 -0
- package/dist/browser/api/vaults/operations.d.ts +60 -0
- package/dist/browser/api/vaults/operations.js +353 -0
- package/dist/browser/api/vaults/operations.js.map +1 -0
- package/dist/browser/api/vaults/options.d.ts +48 -0
- package/dist/browser/api/vaults/options.js +4 -0
- package/dist/browser/api/vaults/options.js.map +1 -0
- package/dist/browser/classic/index.d.ts +12 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/keys/index.d.ts +19 -0
- package/dist/browser/classic/keys/index.js +18 -0
- package/dist/browser/classic/keys/index.js.map +1 -0
- package/dist/browser/classic/managedHsmKeys/index.d.ts +19 -0
- package/dist/browser/classic/managedHsmKeys/index.js +18 -0
- package/dist/browser/classic/managedHsmKeys/index.js.map +1 -0
- package/dist/browser/classic/managedHsms/index.d.ts +52 -0
- package/dist/browser/classic/managedHsms/index.js +56 -0
- package/dist/browser/classic/managedHsms/index.js.map +1 -0
- package/dist/browser/classic/mhsmPrivateEndpointConnections/index.d.ts +28 -0
- package/dist/browser/classic/mhsmPrivateEndpointConnections/index.js +26 -0
- package/dist/browser/classic/mhsmPrivateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/mhsmPrivateLinkResources/index.d.ts +10 -0
- package/dist/browser/classic/mhsmPrivateLinkResources/index.js +14 -0
- package/dist/browser/classic/mhsmPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/mhsmRegions/index.d.ts +11 -0
- package/dist/browser/classic/mhsmRegions/index.js +14 -0
- package/dist/browser/classic/mhsmRegions/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +28 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +26 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/browser/classic/privateLinkResources/index.js +14 -0
- package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/secrets/index.d.ts +17 -0
- package/dist/browser/classic/secrets/index.js +17 -0
- package/dist/browser/classic/secrets/index.js.map +1 -0
- package/dist/browser/classic/vaults/index.d.ts +48 -0
- package/dist/browser/classic/vaults/index.js +42 -0
- package/dist/browser/classic/vaults/index.js.map +1 -0
- package/dist/browser/index.d.ts +24 -3
- package/dist/browser/index.js +4 -6
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/keyVaultManagementClient.d.ts +43 -28
- package/dist/browser/keyVaultManagementClient.js +61 -109
- package/dist/browser/keyVaultManagementClient.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -2351
- package/dist/browser/models/index.js +1 -356
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +1826 -0
- package/dist/browser/models/models.js +2133 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +107 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +27 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/keyVaultManagementContext.d.ts +22 -0
- package/dist/commonjs/api/keyVaultManagementContext.js +44 -0
- package/dist/commonjs/api/keyVaultManagementContext.js.map +7 -0
- package/dist/commonjs/api/keys/index.d.ts +3 -0
- package/dist/commonjs/api/keys/index.js +35 -0
- package/dist/commonjs/api/keys/index.js.map +7 -0
- package/dist/commonjs/api/keys/operations.d.ts +26 -0
- package/dist/commonjs/api/keys/operations.js +244 -0
- package/dist/commonjs/api/keys/operations.js.map +7 -0
- package/dist/commonjs/api/keys/options.d.ts +17 -0
- package/dist/commonjs/api/keys/options.js +15 -0
- package/dist/commonjs/api/keys/options.js.map +7 -0
- package/dist/commonjs/api/managedHsmKeys/index.d.ts +3 -0
- package/dist/commonjs/api/managedHsmKeys/index.js +35 -0
- package/dist/commonjs/api/managedHsmKeys/index.js.map +7 -0
- package/dist/commonjs/api/managedHsmKeys/operations.d.ts +26 -0
- package/dist/commonjs/api/managedHsmKeys/operations.js +244 -0
- package/dist/commonjs/api/managedHsmKeys/operations.js.map +7 -0
- package/dist/commonjs/api/managedHsmKeys/options.d.ts +17 -0
- package/dist/commonjs/api/managedHsmKeys/options.js +15 -0
- package/dist/commonjs/api/managedHsmKeys/options.js.map +7 -0
- package/dist/commonjs/api/managedHsms/index.d.ts +3 -0
- package/dist/commonjs/api/managedHsms/index.js +45 -0
- package/dist/commonjs/api/managedHsms/index.js.map +7 -0
- package/dist/commonjs/api/managedHsms/operations.d.ts +52 -0
- package/dist/commonjs/api/managedHsms/operations.js +429 -0
- package/dist/commonjs/api/managedHsms/operations.js.map +7 -0
- package/dist/commonjs/api/managedHsms/options.d.ts +44 -0
- package/dist/commonjs/api/managedHsms/options.js +15 -0
- package/dist/commonjs/api/managedHsms/options.js.map +7 -0
- package/dist/commonjs/api/mhsmPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/mhsmPrivateEndpointConnections/index.js +33 -0
- package/dist/commonjs/api/mhsmPrivateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/api/mhsmPrivateEndpointConnections/operations.d.ts +28 -0
- package/dist/commonjs/api/mhsmPrivateEndpointConnections/operations.js +205 -0
- package/dist/commonjs/api/mhsmPrivateEndpointConnections/operations.js.map +7 -0
- package/dist/commonjs/api/mhsmPrivateEndpointConnections/options.d.ts +16 -0
- package/dist/commonjs/api/mhsmPrivateEndpointConnections/options.js +15 -0
- package/dist/commonjs/api/mhsmPrivateEndpointConnections/options.js.map +7 -0
- package/dist/commonjs/api/mhsmPrivateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/mhsmPrivateLinkResources/index.js +27 -0
- package/dist/commonjs/api/mhsmPrivateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/mhsmPrivateLinkResources/operations.d.ts +9 -0
- package/dist/commonjs/api/mhsmPrivateLinkResources/operations.js +64 -0
- package/dist/commonjs/api/mhsmPrivateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/mhsmPrivateLinkResources/options.d.ts +5 -0
- package/dist/commonjs/api/mhsmPrivateLinkResources/options.js +15 -0
- package/dist/commonjs/api/mhsmPrivateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/mhsmRegions/index.d.ts +3 -0
- package/dist/commonjs/api/mhsmRegions/index.js +27 -0
- package/dist/commonjs/api/mhsmRegions/index.js.map +7 -0
- package/dist/commonjs/api/mhsmRegions/operations.d.ts +10 -0
- package/dist/commonjs/api/mhsmRegions/operations.js +70 -0
- package/dist/commonjs/api/mhsmRegions/operations.js.map +7 -0
- package/dist/commonjs/api/mhsmRegions/options.d.ts +5 -0
- package/dist/commonjs/api/mhsmRegions/options.js +15 -0
- package/dist/commonjs/api/mhsmRegions/options.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +27 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +67 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +15 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +33 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +28 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +205 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +15 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/privateLinkResources/index.js +27 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/commonjs/api/privateLinkResources/operations.js +64 -0
- package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/options.d.ts +5 -0
- package/dist/commonjs/api/privateLinkResources/options.js +15 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/secrets/index.d.ts +3 -0
- package/dist/commonjs/api/secrets/index.js +33 -0
- package/dist/commonjs/api/secrets/index.js.map +7 -0
- package/dist/commonjs/api/secrets/operations.d.ts +22 -0
- package/dist/commonjs/api/secrets/operations.js +203 -0
- package/dist/commonjs/api/secrets/operations.js.map +7 -0
- package/dist/commonjs/api/secrets/options.d.ts +16 -0
- package/dist/commonjs/api/secrets/options.js +15 -0
- package/dist/commonjs/api/secrets/options.js.map +7 -0
- package/dist/commonjs/api/vaults/index.d.ts +3 -0
- package/dist/commonjs/api/vaults/index.js +49 -0
- package/dist/commonjs/api/vaults/index.js.map +7 -0
- package/dist/commonjs/api/vaults/operations.d.ts +60 -0
- package/dist/commonjs/api/vaults/operations.js +508 -0
- package/dist/commonjs/api/vaults/operations.js.map +7 -0
- package/dist/commonjs/api/vaults/options.d.ts +48 -0
- package/dist/commonjs/api/vaults/options.js +15 -0
- package/dist/commonjs/api/vaults/options.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +12 -0
- package/dist/commonjs/classic/index.js +15 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/keys/index.d.ts +19 -0
- package/dist/commonjs/classic/keys/index.js +41 -0
- package/dist/commonjs/classic/keys/index.js.map +7 -0
- package/dist/commonjs/classic/managedHsmKeys/index.d.ts +19 -0
- package/dist/commonjs/classic/managedHsmKeys/index.js +41 -0
- package/dist/commonjs/classic/managedHsmKeys/index.js.map +7 -0
- package/dist/commonjs/classic/managedHsms/index.d.ts +52 -0
- package/dist/commonjs/classic/managedHsms/index.js +79 -0
- package/dist/commonjs/classic/managedHsms/index.js.map +7 -0
- package/dist/commonjs/classic/mhsmPrivateEndpointConnections/index.d.ts +28 -0
- package/dist/commonjs/classic/mhsmPrivateEndpointConnections/index.js +61 -0
- package/dist/commonjs/classic/mhsmPrivateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/classic/mhsmPrivateLinkResources/index.d.ts +10 -0
- package/dist/commonjs/classic/mhsmPrivateLinkResources/index.js +37 -0
- package/dist/commonjs/classic/mhsmPrivateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/mhsmRegions/index.d.ts +11 -0
- package/dist/commonjs/classic/mhsmRegions/index.js +37 -0
- package/dist/commonjs/classic/mhsmRegions/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +37 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +28 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +68 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/commonjs/classic/privateLinkResources/index.js +37 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/secrets/index.d.ts +17 -0
- package/dist/commonjs/classic/secrets/index.js +40 -0
- package/dist/commonjs/classic/secrets/index.js.map +7 -0
- package/dist/commonjs/classic/vaults/index.d.ts +48 -0
- package/dist/commonjs/classic/vaults/index.js +65 -0
- package/dist/commonjs/classic/vaults/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +24 -3
- package/dist/commonjs/index.js +82 -16
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/keyVaultManagementClient.d.ts +43 -28
- package/dist/commonjs/keyVaultManagementClient.js +93 -124
- package/dist/commonjs/keyVaultManagementClient.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +28 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -2351
- package/dist/commonjs/models/index.js +73 -362
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +1826 -0
- package/dist/commonjs/models/models.js +2128 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +119 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +51 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +142 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +100 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +34 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +66 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +196 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +7 -0
- package/dist/esm/api/keyVaultManagementContext.d.ts +22 -0
- package/dist/esm/api/keyVaultManagementContext.js +21 -0
- package/dist/esm/api/keyVaultManagementContext.js.map +7 -0
- package/dist/esm/api/keys/index.d.ts +3 -0
- package/dist/esm/api/keys/index.js +8 -0
- package/dist/esm/api/keys/index.js.map +7 -0
- package/dist/esm/api/keys/operations.d.ts +26 -0
- package/dist/esm/api/keys/operations.js +212 -0
- package/dist/esm/api/keys/operations.js.map +7 -0
- package/dist/esm/api/keys/options.d.ts +17 -0
- package/dist/esm/api/keys/options.js +0 -0
- package/dist/esm/api/keys/options.js.map +7 -0
- package/dist/esm/api/managedHsmKeys/index.d.ts +3 -0
- package/dist/esm/api/managedHsmKeys/index.js +8 -0
- package/dist/esm/api/managedHsmKeys/index.js.map +7 -0
- package/dist/esm/api/managedHsmKeys/operations.d.ts +26 -0
- package/dist/esm/api/managedHsmKeys/operations.js +212 -0
- package/dist/esm/api/managedHsmKeys/operations.js.map +7 -0
- package/dist/esm/api/managedHsmKeys/options.d.ts +17 -0
- package/dist/esm/api/managedHsmKeys/options.js +0 -0
- package/dist/esm/api/managedHsmKeys/options.js.map +7 -0
- package/dist/esm/api/managedHsms/index.d.ts +3 -0
- package/dist/esm/api/managedHsms/index.js +24 -0
- package/dist/esm/api/managedHsms/index.js.map +7 -0
- package/dist/esm/api/managedHsms/operations.d.ts +52 -0
- package/dist/esm/api/managedHsms/operations.js +387 -0
- package/dist/esm/api/managedHsms/operations.js.map +7 -0
- package/dist/esm/api/managedHsms/options.d.ts +44 -0
- package/dist/esm/api/managedHsms/options.js +0 -0
- package/dist/esm/api/managedHsms/options.js.map +7 -0
- package/dist/esm/api/mhsmPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/mhsmPrivateEndpointConnections/index.js +7 -0
- package/dist/esm/api/mhsmPrivateEndpointConnections/index.js.map +7 -0
- package/dist/esm/api/mhsmPrivateEndpointConnections/operations.d.ts +28 -0
- package/dist/esm/api/mhsmPrivateEndpointConnections/operations.js +177 -0
- package/dist/esm/api/mhsmPrivateEndpointConnections/operations.js.map +7 -0
- package/dist/esm/api/mhsmPrivateEndpointConnections/options.d.ts +16 -0
- package/dist/esm/api/mhsmPrivateEndpointConnections/options.js +0 -0
- package/dist/esm/api/mhsmPrivateEndpointConnections/options.js.map +7 -0
- package/dist/esm/api/mhsmPrivateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/mhsmPrivateLinkResources/index.js +4 -0
- package/dist/esm/api/mhsmPrivateLinkResources/index.js.map +7 -0
- package/dist/esm/api/mhsmPrivateLinkResources/operations.d.ts +9 -0
- package/dist/esm/api/mhsmPrivateLinkResources/operations.js +42 -0
- package/dist/esm/api/mhsmPrivateLinkResources/operations.js.map +7 -0
- package/dist/esm/api/mhsmPrivateLinkResources/options.d.ts +5 -0
- package/dist/esm/api/mhsmPrivateLinkResources/options.js +0 -0
- package/dist/esm/api/mhsmPrivateLinkResources/options.js.map +7 -0
- package/dist/esm/api/mhsmRegions/index.d.ts +3 -0
- package/dist/esm/api/mhsmRegions/index.js +4 -0
- package/dist/esm/api/mhsmRegions/index.js.map +7 -0
- package/dist/esm/api/mhsmRegions/operations.d.ts +10 -0
- package/dist/esm/api/mhsmRegions/operations.js +48 -0
- package/dist/esm/api/mhsmRegions/operations.js.map +7 -0
- package/dist/esm/api/mhsmRegions/options.d.ts +5 -0
- package/dist/esm/api/mhsmRegions/options.js +0 -0
- package/dist/esm/api/mhsmRegions/options.js.map +7 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +7 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +42 -0
- package/dist/esm/api/operations/operations.js.map +7 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +0 -0
- package/dist/esm/api/operations/options.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +7 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +28 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +176 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/esm/api/privateEndpointConnections/options.js +0 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +7 -0
- package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/privateLinkResources/index.js +4 -0
- package/dist/esm/api/privateLinkResources/index.js.map +7 -0
- package/dist/esm/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/esm/api/privateLinkResources/operations.js +42 -0
- package/dist/esm/api/privateLinkResources/operations.js.map +7 -0
- package/dist/esm/api/privateLinkResources/options.d.ts +5 -0
- package/dist/esm/api/privateLinkResources/options.js +0 -0
- package/dist/esm/api/privateLinkResources/options.js.map +7 -0
- package/dist/esm/api/secrets/index.d.ts +3 -0
- package/dist/esm/api/secrets/index.js +7 -0
- package/dist/esm/api/secrets/index.js.map +7 -0
- package/dist/esm/api/secrets/operations.d.ts +22 -0
- package/dist/esm/api/secrets/operations.js +175 -0
- package/dist/esm/api/secrets/operations.js.map +7 -0
- package/dist/esm/api/secrets/options.d.ts +16 -0
- package/dist/esm/api/secrets/options.js +0 -0
- package/dist/esm/api/secrets/options.js.map +7 -0
- package/dist/esm/api/vaults/index.d.ts +3 -0
- package/dist/esm/api/vaults/index.js +28 -0
- package/dist/esm/api/vaults/index.js.map +7 -0
- package/dist/esm/api/vaults/operations.d.ts +60 -0
- package/dist/esm/api/vaults/operations.js +463 -0
- package/dist/esm/api/vaults/operations.js.map +7 -0
- package/dist/esm/api/vaults/options.d.ts +48 -0
- package/dist/esm/api/vaults/options.js +0 -0
- package/dist/esm/api/vaults/options.js.map +7 -0
- package/dist/esm/classic/index.d.ts +12 -0
- package/dist/esm/classic/index.js +0 -0
- package/dist/esm/classic/index.js.map +7 -0
- package/dist/esm/classic/keys/index.d.ts +19 -0
- package/dist/esm/classic/keys/index.js +24 -0
- package/dist/esm/classic/keys/index.js.map +7 -0
- package/dist/esm/classic/managedHsmKeys/index.d.ts +19 -0
- package/dist/esm/classic/managedHsmKeys/index.js +24 -0
- package/dist/esm/classic/managedHsmKeys/index.js.map +7 -0
- package/dist/esm/classic/managedHsms/index.d.ts +52 -0
- package/dist/esm/classic/managedHsms/index.js +67 -0
- package/dist/esm/classic/managedHsms/index.js.map +7 -0
- package/dist/esm/classic/mhsmPrivateEndpointConnections/index.d.ts +28 -0
- package/dist/esm/classic/mhsmPrivateEndpointConnections/index.js +43 -0
- package/dist/esm/classic/mhsmPrivateEndpointConnections/index.js.map +7 -0
- package/dist/esm/classic/mhsmPrivateLinkResources/index.d.ts +10 -0
- package/dist/esm/classic/mhsmPrivateLinkResources/index.js +14 -0
- package/dist/esm/classic/mhsmPrivateLinkResources/index.js.map +7 -0
- package/dist/esm/classic/mhsmRegions/index.d.ts +11 -0
- package/dist/esm/classic/mhsmRegions/index.js +14 -0
- package/dist/esm/classic/mhsmRegions/index.js.map +7 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +7 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +28 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +50 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/esm/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/esm/classic/privateLinkResources/index.js +14 -0
- package/dist/esm/classic/privateLinkResources/index.js.map +7 -0
- package/dist/esm/classic/secrets/index.d.ts +17 -0
- package/dist/esm/classic/secrets/index.js +17 -0
- package/dist/esm/classic/secrets/index.js.map +7 -0
- package/dist/esm/classic/vaults/index.d.ts +48 -0
- package/dist/esm/classic/vaults/index.js +55 -0
- package/dist/esm/classic/vaults/index.js.map +7 -0
- package/dist/esm/index.d.ts +24 -3
- package/dist/esm/index.js +58 -10
- package/dist/esm/index.js.map +7 -1
- package/dist/esm/keyVaultManagementClient.d.ts +43 -28
- package/dist/esm/keyVaultManagementClient.js +70 -119
- package/dist/esm/keyVaultManagementClient.js.map +7 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +7 -0
- package/dist/esm/models/index.d.ts +2 -2351
- package/dist/esm/models/index.js +52 -359
- package/dist/esm/models/index.js.map +7 -1
- package/dist/esm/models/models.d.ts +1826 -0
- package/dist/esm/models/models.js +1878 -0
- package/dist/esm/models/models.js.map +7 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +104 -0
- package/dist/esm/restorePollerHelpers.js.map +7 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +27 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +119 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +77 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +11 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +43 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +173 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +7 -0
- package/dist/react-native/api/index.d.ts +3 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/keyVaultManagementContext.d.ts +22 -0
- package/dist/react-native/api/keyVaultManagementContext.js +24 -0
- package/dist/react-native/api/keyVaultManagementContext.js.map +1 -0
- package/dist/react-native/api/keys/index.d.ts +3 -0
- package/dist/react-native/api/keys/index.js +4 -0
- package/dist/react-native/api/keys/index.js.map +1 -0
- package/dist/react-native/api/keys/operations.d.ts +26 -0
- package/dist/react-native/api/keys/operations.js +152 -0
- package/dist/react-native/api/keys/operations.js.map +1 -0
- package/dist/react-native/api/keys/options.d.ts +17 -0
- package/dist/react-native/api/keys/options.js +4 -0
- package/dist/react-native/api/keys/options.js.map +1 -0
- package/dist/react-native/api/managedHsmKeys/index.d.ts +3 -0
- package/dist/react-native/api/managedHsmKeys/index.js +4 -0
- package/dist/react-native/api/managedHsmKeys/index.js.map +1 -0
- package/dist/react-native/api/managedHsmKeys/operations.d.ts +26 -0
- package/dist/react-native/api/managedHsmKeys/operations.js +152 -0
- package/dist/react-native/api/managedHsmKeys/operations.js.map +1 -0
- package/dist/react-native/api/managedHsmKeys/options.d.ts +17 -0
- package/dist/react-native/api/managedHsmKeys/options.js +4 -0
- package/dist/react-native/api/managedHsmKeys/options.js.map +1 -0
- package/dist/react-native/api/managedHsms/index.d.ts +3 -0
- package/dist/react-native/api/managedHsms/index.js +4 -0
- package/dist/react-native/api/managedHsms/index.js.map +1 -0
- package/dist/react-native/api/managedHsms/operations.d.ts +52 -0
- package/dist/react-native/api/managedHsms/operations.js +305 -0
- package/dist/react-native/api/managedHsms/operations.js.map +1 -0
- package/dist/react-native/api/managedHsms/options.d.ts +44 -0
- package/dist/react-native/api/managedHsms/options.js +4 -0
- package/dist/react-native/api/managedHsms/options.js.map +1 -0
- package/dist/react-native/api/mhsmPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/react-native/api/mhsmPrivateEndpointConnections/index.js +4 -0
- package/dist/react-native/api/mhsmPrivateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/api/mhsmPrivateEndpointConnections/operations.d.ts +28 -0
- package/dist/react-native/api/mhsmPrivateEndpointConnections/operations.js +134 -0
- package/dist/react-native/api/mhsmPrivateEndpointConnections/operations.js.map +1 -0
- package/dist/react-native/api/mhsmPrivateEndpointConnections/options.d.ts +16 -0
- package/dist/react-native/api/mhsmPrivateEndpointConnections/options.js +4 -0
- package/dist/react-native/api/mhsmPrivateEndpointConnections/options.js.map +1 -0
- package/dist/react-native/api/mhsmPrivateLinkResources/index.d.ts +3 -0
- package/dist/react-native/api/mhsmPrivateLinkResources/index.js +4 -0
- package/dist/react-native/api/mhsmPrivateLinkResources/index.js.map +1 -0
- package/dist/react-native/api/mhsmPrivateLinkResources/operations.d.ts +9 -0
- package/dist/react-native/api/mhsmPrivateLinkResources/operations.js +34 -0
- package/dist/react-native/api/mhsmPrivateLinkResources/operations.js.map +1 -0
- package/dist/react-native/api/mhsmPrivateLinkResources/options.d.ts +5 -0
- package/dist/react-native/api/mhsmPrivateLinkResources/options.js +4 -0
- package/dist/react-native/api/mhsmPrivateLinkResources/options.js.map +1 -0
- package/dist/react-native/api/mhsmRegions/index.d.ts +3 -0
- package/dist/react-native/api/mhsmRegions/index.js +4 -0
- package/dist/react-native/api/mhsmRegions/index.js.map +1 -0
- package/dist/react-native/api/mhsmRegions/operations.d.ts +10 -0
- package/dist/react-native/api/mhsmRegions/operations.js +34 -0
- package/dist/react-native/api/mhsmRegions/operations.js.map +1 -0
- package/dist/react-native/api/mhsmRegions/options.d.ts +5 -0
- package/dist/react-native/api/mhsmRegions/options.js +4 -0
- package/dist/react-native/api/mhsmRegions/options.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.js +31 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +28 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js +134 -0
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/react-native/api/privateEndpointConnections/options.d.ts +16 -0
- package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
- package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/index.d.ts +3 -0
- package/dist/react-native/api/privateLinkResources/index.js +4 -0
- package/dist/react-native/api/privateLinkResources/index.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/operations.d.ts +9 -0
- package/dist/react-native/api/privateLinkResources/operations.js +34 -0
- package/dist/react-native/api/privateLinkResources/operations.js.map +1 -0
- package/dist/react-native/api/privateLinkResources/options.d.ts +5 -0
- package/dist/react-native/api/privateLinkResources/options.js +4 -0
- package/dist/react-native/api/privateLinkResources/options.js.map +1 -0
- package/dist/react-native/api/secrets/index.d.ts +3 -0
- package/dist/react-native/api/secrets/index.js +4 -0
- package/dist/react-native/api/secrets/index.js.map +1 -0
- package/dist/react-native/api/secrets/operations.d.ts +22 -0
- package/dist/react-native/api/secrets/operations.js +126 -0
- package/dist/react-native/api/secrets/operations.js.map +1 -0
- package/dist/react-native/api/secrets/options.d.ts +16 -0
- package/dist/react-native/api/secrets/options.js +4 -0
- package/dist/react-native/api/secrets/options.js.map +1 -0
- package/dist/react-native/api/vaults/index.d.ts +3 -0
- package/dist/react-native/api/vaults/index.js +4 -0
- package/dist/react-native/api/vaults/index.js.map +1 -0
- package/dist/react-native/api/vaults/operations.d.ts +60 -0
- package/dist/react-native/api/vaults/operations.js +353 -0
- package/dist/react-native/api/vaults/operations.js.map +1 -0
- package/dist/react-native/api/vaults/options.d.ts +48 -0
- package/dist/react-native/api/vaults/options.js +4 -0
- package/dist/react-native/api/vaults/options.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +12 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/keys/index.d.ts +19 -0
- package/dist/react-native/classic/keys/index.js +18 -0
- package/dist/react-native/classic/keys/index.js.map +1 -0
- package/dist/react-native/classic/managedHsmKeys/index.d.ts +19 -0
- package/dist/react-native/classic/managedHsmKeys/index.js +18 -0
- package/dist/react-native/classic/managedHsmKeys/index.js.map +1 -0
- package/dist/react-native/classic/managedHsms/index.d.ts +52 -0
- package/dist/react-native/classic/managedHsms/index.js +56 -0
- package/dist/react-native/classic/managedHsms/index.js.map +1 -0
- package/dist/react-native/classic/mhsmPrivateEndpointConnections/index.d.ts +28 -0
- package/dist/react-native/classic/mhsmPrivateEndpointConnections/index.js +26 -0
- package/dist/react-native/classic/mhsmPrivateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/classic/mhsmPrivateLinkResources/index.d.ts +10 -0
- package/dist/react-native/classic/mhsmPrivateLinkResources/index.js +14 -0
- package/dist/react-native/classic/mhsmPrivateLinkResources/index.js.map +1 -0
- package/dist/react-native/classic/mhsmRegions/index.d.ts +11 -0
- package/dist/react-native/classic/mhsmRegions/index.js +14 -0
- package/dist/react-native/classic/mhsmRegions/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.js +14 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +28 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js +26 -0
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/react-native/classic/privateLinkResources/index.d.ts +10 -0
- package/dist/react-native/classic/privateLinkResources/index.js +14 -0
- package/dist/react-native/classic/privateLinkResources/index.js.map +1 -0
- package/dist/react-native/classic/secrets/index.d.ts +17 -0
- package/dist/react-native/classic/secrets/index.js +17 -0
- package/dist/react-native/classic/secrets/index.js.map +1 -0
- package/dist/react-native/classic/vaults/index.d.ts +48 -0
- package/dist/react-native/classic/vaults/index.js +42 -0
- package/dist/react-native/classic/vaults/index.js.map +1 -0
- package/dist/react-native/index.d.ts +24 -3
- package/dist/react-native/index.js +4 -6
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/keyVaultManagementClient.d.ts +43 -28
- package/dist/react-native/keyVaultManagementClient.js +61 -109
- package/dist/react-native/keyVaultManagementClient.js.map +1 -1
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -2351
- package/dist/react-native/models/index.js +1 -356
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/models.d.ts +1826 -0
- package/dist/react-native/models/models.js +2133 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +107 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +143 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +95 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +200 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +317 -95
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/keyVaultManagementClient.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -20
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -110
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -3556
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -34
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -280
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -12
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -16
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/keys.d.ts +0 -93
- package/dist/browser/operations/keys.d.ts.map +0 -1
- package/dist/browser/operations/keys.js +0 -343
- package/dist/browser/operations/keys.js.map +0 -1
- package/dist/browser/operations/managedHsmKeys.d.ts +0 -105
- package/dist/browser/operations/managedHsmKeys.d.ts.map +0 -1
- package/dist/browser/operations/managedHsmKeys.js +0 -355
- package/dist/browser/operations/managedHsmKeys.js.map +0 -1
- package/dist/browser/operations/managedHsms.d.ts +0 -154
- package/dist/browser/operations/managedHsms.d.ts.map +0 -1
- package/dist/browser/operations/managedHsms.js +0 -738
- package/dist/browser/operations/managedHsms.js.map +0 -1
- package/dist/browser/operations/mhsmPrivateEndpointConnections.d.ts +0 -78
- package/dist/browser/operations/mhsmPrivateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operations/mhsmPrivateEndpointConnections.js +0 -300
- package/dist/browser/operations/mhsmPrivateEndpointConnections.js.map +0 -1
- package/dist/browser/operations/mhsmPrivateLinkResources.d.ts +0 -20
- package/dist/browser/operations/mhsmPrivateLinkResources.d.ts.map +0 -1
- package/dist/browser/operations/mhsmPrivateLinkResources.js +0 -49
- package/dist/browser/operations/mhsmPrivateLinkResources.js.map +0 -1
- package/dist/browser/operations/mhsmRegions.d.ts +0 -38
- package/dist/browser/operations/mhsmRegions.d.ts.map +0 -1
- package/dist/browser/operations/mhsmRegions.js +0 -128
- package/dist/browser/operations/mhsmRegions.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -111
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +0 -78
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operations/privateEndpointConnections.js +0 -306
- package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operations/privateLinkResources.d.ts +0 -20
- package/dist/browser/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operations/privateLinkResources.js +0 -49
- package/dist/browser/operations/privateLinkResources.js.map +0 -1
- package/dist/browser/operations/secrets.d.ts +0 -72
- package/dist/browser/operations/secrets.d.ts.map +0 -1
- package/dist/browser/operations/secrets.js +0 -244
- package/dist/browser/operations/secrets.js.map +0 -1
- package/dist/browser/operations/vaults.d.ts +0 -166
- package/dist/browser/operations/vaults.d.ts.map +0 -1
- package/dist/browser/operations/vaults.js +0 -752
- package/dist/browser/operations/vaults.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -12
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -16
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/keys.d.ts +0 -49
- package/dist/browser/operationsInterfaces/keys.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/keys.js +0 -4
- package/dist/browser/operationsInterfaces/keys.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedHsmKeys.d.ts +0 -57
- package/dist/browser/operationsInterfaces/managedHsmKeys.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedHsmKeys.js +0 -4
- package/dist/browser/operationsInterfaces/managedHsmKeys.js.map +0 -1
- package/dist/browser/operationsInterfaces/managedHsms.d.ts +0 -104
- package/dist/browser/operationsInterfaces/managedHsms.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managedHsms.js +0 -4
- package/dist/browser/operationsInterfaces/managedHsms.js.map +0 -1
- package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +0 -52
- package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.js +0 -4
- package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.d.ts +0 -12
- package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.js +0 -4
- package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/mhsmRegions.d.ts +0 -13
- package/dist/browser/operationsInterfaces/mhsmRegions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/mhsmRegions.js +0 -4
- package/dist/browser/operationsInterfaces/mhsmRegions.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -4
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -52
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/browser/operationsInterfaces/secrets.d.ts +0 -45
- package/dist/browser/operationsInterfaces/secrets.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/secrets.js +0 -4
- package/dist/browser/operationsInterfaces/secrets.js.map +0 -1
- package/dist/browser/operationsInterfaces/vaults.d.ts +0 -103
- package/dist/browser/operationsInterfaces/vaults.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/vaults.js +0 -4
- package/dist/browser/operationsInterfaces/vaults.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -25
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/keyVaultManagementClient.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -23
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -110
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -3561
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -34
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -283
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -12
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -19
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/keys.d.ts +0 -93
- package/dist/commonjs/operations/keys.d.ts.map +0 -1
- package/dist/commonjs/operations/keys.js +0 -348
- package/dist/commonjs/operations/keys.js.map +0 -1
- package/dist/commonjs/operations/managedHsmKeys.d.ts +0 -105
- package/dist/commonjs/operations/managedHsmKeys.d.ts.map +0 -1
- package/dist/commonjs/operations/managedHsmKeys.js +0 -360
- package/dist/commonjs/operations/managedHsmKeys.js.map +0 -1
- package/dist/commonjs/operations/managedHsms.d.ts +0 -154
- package/dist/commonjs/operations/managedHsms.d.ts.map +0 -1
- package/dist/commonjs/operations/managedHsms.js +0 -743
- package/dist/commonjs/operations/managedHsms.js.map +0 -1
- package/dist/commonjs/operations/mhsmPrivateEndpointConnections.d.ts +0 -78
- package/dist/commonjs/operations/mhsmPrivateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/mhsmPrivateEndpointConnections.js +0 -305
- package/dist/commonjs/operations/mhsmPrivateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operations/mhsmPrivateLinkResources.d.ts +0 -20
- package/dist/commonjs/operations/mhsmPrivateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operations/mhsmPrivateLinkResources.js +0 -54
- package/dist/commonjs/operations/mhsmPrivateLinkResources.js.map +0 -1
- package/dist/commonjs/operations/mhsmRegions.d.ts +0 -38
- package/dist/commonjs/operations/mhsmRegions.d.ts.map +0 -1
- package/dist/commonjs/operations/mhsmRegions.js +0 -133
- package/dist/commonjs/operations/mhsmRegions.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -116
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -78
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +0 -311
- package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +0 -20
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operations/privateLinkResources.js +0 -54
- package/dist/commonjs/operations/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operations/secrets.d.ts +0 -72
- package/dist/commonjs/operations/secrets.d.ts.map +0 -1
- package/dist/commonjs/operations/secrets.js +0 -249
- package/dist/commonjs/operations/secrets.js.map +0 -1
- package/dist/commonjs/operations/vaults.d.ts +0 -166
- package/dist/commonjs/operations/vaults.d.ts.map +0 -1
- package/dist/commonjs/operations/vaults.js +0 -757
- package/dist/commonjs/operations/vaults.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -19
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/keys.d.ts +0 -49
- package/dist/commonjs/operationsInterfaces/keys.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/keys.js +0 -5
- package/dist/commonjs/operationsInterfaces/keys.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedHsmKeys.d.ts +0 -57
- package/dist/commonjs/operationsInterfaces/managedHsmKeys.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedHsmKeys.js +0 -5
- package/dist/commonjs/operationsInterfaces/managedHsmKeys.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedHsms.d.ts +0 -104
- package/dist/commonjs/operationsInterfaces/managedHsms.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managedHsms.js +0 -5
- package/dist/commonjs/operationsInterfaces/managedHsms.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +0 -52
- package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.js +0 -5
- package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.js +0 -5
- package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/mhsmRegions.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/mhsmRegions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/mhsmRegions.js +0 -5
- package/dist/commonjs/operationsInterfaces/mhsmRegions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -52
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -5
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +0 -5
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/secrets.d.ts +0 -45
- package/dist/commonjs/operationsInterfaces/secrets.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/secrets.js +0 -5
- package/dist/commonjs/operationsInterfaces/secrets.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/vaults.d.ts +0 -103
- package/dist/commonjs/operationsInterfaces/vaults.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/vaults.js +0 -5
- package/dist/commonjs/operationsInterfaces/vaults.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -29
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/keyVaultManagementClient.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -20
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -110
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -3556
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -34
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -280
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -12
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -16
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/keys.d.ts +0 -93
- package/dist/esm/operations/keys.d.ts.map +0 -1
- package/dist/esm/operations/keys.js +0 -343
- package/dist/esm/operations/keys.js.map +0 -1
- package/dist/esm/operations/managedHsmKeys.d.ts +0 -105
- package/dist/esm/operations/managedHsmKeys.d.ts.map +0 -1
- package/dist/esm/operations/managedHsmKeys.js +0 -355
- package/dist/esm/operations/managedHsmKeys.js.map +0 -1
- package/dist/esm/operations/managedHsms.d.ts +0 -154
- package/dist/esm/operations/managedHsms.d.ts.map +0 -1
- package/dist/esm/operations/managedHsms.js +0 -738
- package/dist/esm/operations/managedHsms.js.map +0 -1
- package/dist/esm/operations/mhsmPrivateEndpointConnections.d.ts +0 -78
- package/dist/esm/operations/mhsmPrivateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operations/mhsmPrivateEndpointConnections.js +0 -300
- package/dist/esm/operations/mhsmPrivateEndpointConnections.js.map +0 -1
- package/dist/esm/operations/mhsmPrivateLinkResources.d.ts +0 -20
- package/dist/esm/operations/mhsmPrivateLinkResources.d.ts.map +0 -1
- package/dist/esm/operations/mhsmPrivateLinkResources.js +0 -49
- package/dist/esm/operations/mhsmPrivateLinkResources.js.map +0 -1
- package/dist/esm/operations/mhsmRegions.d.ts +0 -38
- package/dist/esm/operations/mhsmRegions.d.ts.map +0 -1
- package/dist/esm/operations/mhsmRegions.js +0 -128
- package/dist/esm/operations/mhsmRegions.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -111
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +0 -78
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operations/privateEndpointConnections.js +0 -306
- package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operations/privateLinkResources.d.ts +0 -20
- package/dist/esm/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operations/privateLinkResources.js +0 -49
- package/dist/esm/operations/privateLinkResources.js.map +0 -1
- package/dist/esm/operations/secrets.d.ts +0 -72
- package/dist/esm/operations/secrets.d.ts.map +0 -1
- package/dist/esm/operations/secrets.js +0 -244
- package/dist/esm/operations/secrets.js.map +0 -1
- package/dist/esm/operations/vaults.d.ts +0 -166
- package/dist/esm/operations/vaults.d.ts.map +0 -1
- package/dist/esm/operations/vaults.js +0 -752
- package/dist/esm/operations/vaults.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -12
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -16
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/keys.d.ts +0 -49
- package/dist/esm/operationsInterfaces/keys.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/keys.js +0 -4
- package/dist/esm/operationsInterfaces/keys.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedHsmKeys.d.ts +0 -57
- package/dist/esm/operationsInterfaces/managedHsmKeys.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedHsmKeys.js +0 -4
- package/dist/esm/operationsInterfaces/managedHsmKeys.js.map +0 -1
- package/dist/esm/operationsInterfaces/managedHsms.d.ts +0 -104
- package/dist/esm/operationsInterfaces/managedHsms.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managedHsms.js +0 -4
- package/dist/esm/operationsInterfaces/managedHsms.js.map +0 -1
- package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +0 -52
- package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.js +0 -4
- package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.d.ts +0 -12
- package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.js +0 -4
- package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/mhsmRegions.d.ts +0 -13
- package/dist/esm/operationsInterfaces/mhsmRegions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/mhsmRegions.js +0 -4
- package/dist/esm/operationsInterfaces/mhsmRegions.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -4
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -52
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/esm/operationsInterfaces/secrets.d.ts +0 -45
- package/dist/esm/operationsInterfaces/secrets.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/secrets.js +0 -4
- package/dist/esm/operationsInterfaces/secrets.js.map +0 -1
- package/dist/esm/operationsInterfaces/vaults.d.ts +0 -103
- package/dist/esm/operationsInterfaces/vaults.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/vaults.js +0 -4
- package/dist/esm/operationsInterfaces/vaults.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -25
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/keyVaultManagementClient.d.ts.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -20
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -110
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -3556
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -34
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -280
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -12
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -16
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/keys.d.ts +0 -93
- package/dist/react-native/operations/keys.d.ts.map +0 -1
- package/dist/react-native/operations/keys.js +0 -343
- package/dist/react-native/operations/keys.js.map +0 -1
- package/dist/react-native/operations/managedHsmKeys.d.ts +0 -105
- package/dist/react-native/operations/managedHsmKeys.d.ts.map +0 -1
- package/dist/react-native/operations/managedHsmKeys.js +0 -355
- package/dist/react-native/operations/managedHsmKeys.js.map +0 -1
- package/dist/react-native/operations/managedHsms.d.ts +0 -154
- package/dist/react-native/operations/managedHsms.d.ts.map +0 -1
- package/dist/react-native/operations/managedHsms.js +0 -738
- package/dist/react-native/operations/managedHsms.js.map +0 -1
- package/dist/react-native/operations/mhsmPrivateEndpointConnections.d.ts +0 -78
- package/dist/react-native/operations/mhsmPrivateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operations/mhsmPrivateEndpointConnections.js +0 -300
- package/dist/react-native/operations/mhsmPrivateEndpointConnections.js.map +0 -1
- package/dist/react-native/operations/mhsmPrivateLinkResources.d.ts +0 -20
- package/dist/react-native/operations/mhsmPrivateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operations/mhsmPrivateLinkResources.js +0 -49
- package/dist/react-native/operations/mhsmPrivateLinkResources.js.map +0 -1
- package/dist/react-native/operations/mhsmRegions.d.ts +0 -38
- package/dist/react-native/operations/mhsmRegions.d.ts.map +0 -1
- package/dist/react-native/operations/mhsmRegions.js +0 -128
- package/dist/react-native/operations/mhsmRegions.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -111
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -78
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operations/privateEndpointConnections.js +0 -306
- package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +0 -20
- package/dist/react-native/operations/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operations/privateLinkResources.js +0 -49
- package/dist/react-native/operations/privateLinkResources.js.map +0 -1
- package/dist/react-native/operations/secrets.d.ts +0 -72
- package/dist/react-native/operations/secrets.d.ts.map +0 -1
- package/dist/react-native/operations/secrets.js +0 -244
- package/dist/react-native/operations/secrets.js.map +0 -1
- package/dist/react-native/operations/vaults.d.ts +0 -166
- package/dist/react-native/operations/vaults.d.ts.map +0 -1
- package/dist/react-native/operations/vaults.js +0 -752
- package/dist/react-native/operations/vaults.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -16
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/keys.d.ts +0 -49
- package/dist/react-native/operationsInterfaces/keys.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/keys.js +0 -4
- package/dist/react-native/operationsInterfaces/keys.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedHsmKeys.d.ts +0 -57
- package/dist/react-native/operationsInterfaces/managedHsmKeys.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedHsmKeys.js +0 -4
- package/dist/react-native/operationsInterfaces/managedHsmKeys.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managedHsms.d.ts +0 -104
- package/dist/react-native/operationsInterfaces/managedHsms.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managedHsms.js +0 -4
- package/dist/react-native/operationsInterfaces/managedHsms.js.map +0 -1
- package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +0 -52
- package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.js +0 -4
- package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.js +0 -4
- package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/mhsmRegions.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/mhsmRegions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/mhsmRegions.js +0 -4
- package/dist/react-native/operationsInterfaces/mhsmRegions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -4
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -52
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -4
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +0 -4
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist/react-native/operationsInterfaces/secrets.d.ts +0 -45
- package/dist/react-native/operationsInterfaces/secrets.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/secrets.js +0 -4
- package/dist/react-native/operationsInterfaces/secrets.js.map +0 -1
- package/dist/react-native/operationsInterfaces/vaults.d.ts +0 -103
- package/dist/react-native/operationsInterfaces/vaults.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/vaults.js +0 -4
- package/dist/react-native/operationsInterfaces/vaults.js.map +0 -1
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -25
- package/dist/react-native/pagingHelper.js.map +0 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["/mnt/vss/_work/1/s/sdk/keyvault/arm-keyvault/src/models/models.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\nimport { uint8ArrayToString, stringToUint8Array } from \"@azure/core-util\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** Result of the request to list Storage operations. It contains a list of operations and a URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** List of Storage operations supported by the Storage resource provider. */\n value: Operation[];\n /** The URL to get the next set of operations. */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Key Vault REST API operation definition. */\nexport interface Operation {\n /** Operation name: {provider}/{resource}/{operation} */\n name?: string;\n /** Display metadata associated with the operation. */\n display?: OperationDisplay;\n /** The origin of operations. */\n origin?: string;\n /** Property to specify whether the action is a data action. */\n isDataAction?: boolean;\n /** One property of operation, include metric specifications. */\n serviceSpecification?: ServiceSpecification;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _operationOperationPropertiesDeserializer(item[\"properties\"])),\n isDataAction: item[\"isDataAction\"],\n };\n}\n\n/** Display metadata associated with the operation. */\nexport interface OperationDisplay {\n /** Service provider: Microsoft Key Vault. */\n provider?: string;\n /** Resource on which the operation is performed etc. */\n resource?: string;\n /** Type of operation: get, read, delete, etc. */\n operation?: string;\n /** Description of operation. */\n description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** Properties of operation, include metric specifications. */\nexport interface OperationProperties {\n /** One property of operation, include metric specifications. */\n serviceSpecification?: ServiceSpecification;\n}\n\nexport function operationPropertiesDeserializer(item: any): OperationProperties {\n return {\n serviceSpecification: !item[\"serviceSpecification\"]\n ? item[\"serviceSpecification\"]\n : serviceSpecificationDeserializer(item[\"serviceSpecification\"]),\n };\n}\n\n/** One property of operation, include log specifications. */\nexport interface ServiceSpecification {\n /** Log specifications of operation. */\n logSpecifications?: LogSpecification[];\n /** Metric specifications of operation. */\n metricSpecifications?: MetricSpecification[];\n}\n\nexport function serviceSpecificationDeserializer(item: any): ServiceSpecification {\n return {\n logSpecifications: !item[\"logSpecifications\"]\n ? item[\"logSpecifications\"]\n : logSpecificationArrayDeserializer(item[\"logSpecifications\"]),\n metricSpecifications: !item[\"metricSpecifications\"]\n ? item[\"metricSpecifications\"]\n : metricSpecificationArrayDeserializer(item[\"metricSpecifications\"]),\n };\n}\n\nexport function logSpecificationArrayDeserializer(result: Array<LogSpecification>): any[] {\n return result.map((item) => {\n return logSpecificationDeserializer(item);\n });\n}\n\n/** Log specification of operation. */\nexport interface LogSpecification {\n /** Name of log specification. */\n name?: string;\n /** Display name of log specification. */\n displayName?: string;\n /** Blob duration of specification. */\n blobDuration?: string;\n}\n\nexport function logSpecificationDeserializer(item: any): LogSpecification {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n blobDuration: item[\"blobDuration\"],\n };\n}\n\nexport function metricSpecificationArrayDeserializer(result: Array<MetricSpecification>): any[] {\n return result.map((item) => {\n return metricSpecificationDeserializer(item);\n });\n}\n\n/** Metric specification of operation. */\nexport interface MetricSpecification {\n /** Name of metric specification. */\n name?: string;\n /** Display name of metric specification. */\n displayName?: string;\n /** Display description of metric specification. */\n displayDescription?: string;\n /** The metric unit. Possible values include: 'Bytes', 'Count', 'Milliseconds'. */\n unit?: string;\n /** The metric aggregation type. Possible values include: 'Average', 'Count', 'Total'. */\n aggregationType?: string;\n /** The supported aggregation types for the metrics. */\n supportedAggregationTypes?: string[];\n /** The supported time grain types for the metrics. */\n supportedTimeGrainTypes?: string[];\n /** The metric lock aggregation type. */\n lockAggregationType?: string;\n /** The dimensions of metric */\n dimensions?: DimensionProperties[];\n /** Property to specify whether to fill gap with zero. */\n fillGapWithZero?: boolean;\n /** The internal metric name. */\n internalMetricName?: string;\n}\n\nexport function metricSpecificationDeserializer(item: any): MetricSpecification {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n displayDescription: item[\"displayDescription\"],\n unit: item[\"unit\"],\n aggregationType: item[\"aggregationType\"],\n supportedAggregationTypes: !item[\"supportedAggregationTypes\"]\n ? item[\"supportedAggregationTypes\"]\n : item[\"supportedAggregationTypes\"].map((p: any) => {\n return p;\n }),\n supportedTimeGrainTypes: !item[\"supportedTimeGrainTypes\"]\n ? item[\"supportedTimeGrainTypes\"]\n : item[\"supportedTimeGrainTypes\"].map((p: any) => {\n return p;\n }),\n lockAggregationType: item[\"lockAggregationType\"],\n dimensions: !item[\"dimensions\"]\n ? item[\"dimensions\"]\n : dimensionPropertiesArrayDeserializer(item[\"dimensions\"]),\n fillGapWithZero: item[\"fillGapWithZero\"],\n internalMetricName: item[\"internalMetricName\"],\n };\n}\n\nexport function dimensionPropertiesArrayDeserializer(result: Array<DimensionProperties>): any[] {\n return result.map((item) => {\n return dimensionPropertiesDeserializer(item);\n });\n}\n\n/** Type of operation: get, read, delete, etc. */\nexport interface DimensionProperties {\n /** Name of dimension. */\n name?: string;\n /** Display name of dimension. */\n displayName?: string;\n /** Property to specify whether the dimension should be exported for Shoebox. */\n toBeExportedForShoebox?: boolean;\n}\n\nexport function dimensionPropertiesDeserializer(item: any): DimensionProperties {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n toBeExportedForShoebox: item[\"toBeExportedForShoebox\"],\n };\n}\n\n/** An error response from Key Vault resource provider */\nexport interface CloudError {\n /** An error response from Key Vault resource provider */\n error?: CloudErrorBody;\n}\n\nexport function cloudErrorDeserializer(item: any): CloudError {\n return {\n error: !item[\"error\"] ? item[\"error\"] : cloudErrorBodyDeserializer(item[\"error\"]),\n };\n}\n\n/** An error response from Key Vault resource provider */\nexport interface CloudErrorBody {\n /** Error code. This is a mnemonic that can be consumed programmatically. */\n code?: string;\n /** User friendly error message. The message is typically localized and may vary with service version. */\n message?: string;\n}\n\nexport function cloudErrorBodyDeserializer(item: any): CloudErrorBody {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n };\n}\n\n/** Resource information with extended details. */\nexport interface Vault extends ProxyResource {\n /** Properties of the vault */\n properties: VaultProperties;\n /** Azure location of the key vault resource. */\n location?: string;\n /** Tags assigned to the key vault resource. */\n tags?: Record<string, string>;\n}\n\nexport function vaultDeserializer(item: any): Vault {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: vaultPropertiesDeserializer(item[\"properties\"]),\n location: item[\"location\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** Properties of the vault */\nexport interface VaultProperties {\n /** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */\n tenantId: string;\n /** SKU details */\n sku: Sku;\n /** An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. When `createMode` is set to `recover`, access policies are not required. Otherwise, access policies are required. */\n accessPolicies?: AccessPolicyEntry[];\n /** The URI of the vault for performing operations on keys and secrets. */\n vaultUri?: string;\n /** The resource id of HSM Pool. */\n readonly hsmPoolResourceId?: string;\n /** Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault. */\n enabledForDeployment?: boolean;\n /** Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys. */\n enabledForDiskEncryption?: boolean;\n /** Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault. */\n enabledForTemplateDeployment?: boolean;\n /** Property to specify whether the 'soft delete' functionality is enabled for this key vault. If it's not set to any value(true or false) when creating new key vault, it will be set to true by default. Once set to true, it cannot be reverted to false. */\n enableSoftDelete?: boolean;\n /** softDelete data retention days. It accepts >=7 and <=90. */\n softDeleteRetentionInDays?: number;\n /** Property that controls how data actions are authorized. When true, the key vault will use Role Based Access Control (RBAC) for authorization of data actions, and the access policies specified in vault properties will be ignored. When false, the key vault will use the access policies specified in vault properties, and any policy stored on Azure Resource Manager will be ignored. If null or not specified, the vault is created with the default value of false. Note that management actions are always authorized with RBAC. */\n enableRbacAuthorization?: boolean;\n /** The vault's create mode to indicate whether the vault need to be recovered or not. */\n createMode?: CreateMode;\n /** Property specifying whether protection against purge is enabled for this vault. Setting this property to true activates protection against purge for this vault and its content - only the Key Vault service may initiate a hard, irrecoverable deletion. The setting is effective only if soft delete is also enabled. Enabling this functionality is irreversible - that is, the property does not accept false as its value. */\n enablePurgeProtection?: boolean;\n /** Rules governing the accessibility of the key vault from specific network locations. */\n networkAcls?: NetworkRuleSet;\n /** Provisioning state of the vault. */\n provisioningState?: VaultProvisioningState;\n /** List of private endpoint connections associated with the key vault. */\n readonly privateEndpointConnections?: PrivateEndpointConnectionItem[];\n /** Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules. */\n publicNetworkAccess?: string;\n}\n\nexport function vaultPropertiesSerializer(item: VaultProperties): any {\n return {\n tenantId: item[\"tenantId\"],\n sku: skuSerializer(item[\"sku\"]),\n accessPolicies: !item[\"accessPolicies\"]\n ? item[\"accessPolicies\"]\n : accessPolicyEntryArraySerializer(item[\"accessPolicies\"]),\n vaultUri: item[\"vaultUri\"],\n enabledForDeployment: item[\"enabledForDeployment\"],\n enabledForDiskEncryption: item[\"enabledForDiskEncryption\"],\n enabledForTemplateDeployment: item[\"enabledForTemplateDeployment\"],\n enableSoftDelete: item[\"enableSoftDelete\"],\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n enableRbacAuthorization: item[\"enableRbacAuthorization\"],\n createMode: item[\"createMode\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n networkAcls: !item[\"networkAcls\"]\n ? item[\"networkAcls\"]\n : networkRuleSetSerializer(item[\"networkAcls\"]),\n provisioningState: item[\"provisioningState\"],\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n };\n}\n\nexport function vaultPropertiesDeserializer(item: any): VaultProperties {\n return {\n tenantId: item[\"tenantId\"],\n sku: skuDeserializer(item[\"sku\"]),\n accessPolicies: !item[\"accessPolicies\"]\n ? item[\"accessPolicies\"]\n : accessPolicyEntryArrayDeserializer(item[\"accessPolicies\"]),\n vaultUri: item[\"vaultUri\"],\n hsmPoolResourceId: item[\"hsmPoolResourceId\"],\n enabledForDeployment: item[\"enabledForDeployment\"],\n enabledForDiskEncryption: item[\"enabledForDiskEncryption\"],\n enabledForTemplateDeployment: item[\"enabledForTemplateDeployment\"],\n enableSoftDelete: item[\"enableSoftDelete\"],\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n enableRbacAuthorization: item[\"enableRbacAuthorization\"],\n createMode: item[\"createMode\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n networkAcls: !item[\"networkAcls\"]\n ? item[\"networkAcls\"]\n : networkRuleSetDeserializer(item[\"networkAcls\"]),\n provisioningState: item[\"provisioningState\"],\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionItemArrayDeserializer(item[\"privateEndpointConnections\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n };\n}\n\n/** SKU details */\nexport interface Sku {\n /** SKU family name */\n family: SkuFamily;\n /** SKU name to specify whether the key vault is a standard vault or a premium vault. */\n name: SkuName;\n}\n\nexport function skuSerializer(item: Sku): any {\n return { family: item[\"family\"], name: item[\"name\"] };\n}\n\nexport function skuDeserializer(item: any): Sku {\n return {\n family: item[\"family\"],\n name: item[\"name\"],\n };\n}\n\n/** SKU family name */\nexport enum KnownSkuFamily {\n /** A */\n A = \"A\",\n}\n\n/**\n * SKU family name \\\n * {@link KnownSkuFamily} can be used interchangeably with SkuFamily,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **A**\n */\nexport type SkuFamily = string;\n/** SKU name to specify whether the key vault is a standard vault or a premium vault. */\nexport type SkuName = \"standard\" | \"premium\";\n\nexport function accessPolicyEntryArraySerializer(result: Array<AccessPolicyEntry>): any[] {\n return result.map((item) => {\n return accessPolicyEntrySerializer(item);\n });\n}\n\nexport function accessPolicyEntryArrayDeserializer(result: Array<AccessPolicyEntry>): any[] {\n return result.map((item) => {\n return accessPolicyEntryDeserializer(item);\n });\n}\n\n/** An identity that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. */\nexport interface AccessPolicyEntry {\n /** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */\n tenantId: string;\n /** The object ID of a user, service principal or security group in the Azure Active Directory tenant for the vault. The object ID must be unique for the list of access policies. */\n objectId: string;\n /** Application ID of the client making request on behalf of a principal */\n applicationId?: string;\n /** Permissions the identity has for keys, secrets and certificates. */\n permissions: Permissions;\n}\n\nexport function accessPolicyEntrySerializer(item: AccessPolicyEntry): any {\n return {\n tenantId: item[\"tenantId\"],\n objectId: item[\"objectId\"],\n applicationId: item[\"applicationId\"],\n permissions: permissionsSerializer(item[\"permissions\"]),\n };\n}\n\nexport function accessPolicyEntryDeserializer(item: any): AccessPolicyEntry {\n return {\n tenantId: item[\"tenantId\"],\n objectId: item[\"objectId\"],\n applicationId: item[\"applicationId\"],\n permissions: permissionsDeserializer(item[\"permissions\"]),\n };\n}\n\n/** Permissions the identity has for keys, secrets, certificates and storage. */\nexport interface Permissions {\n /** Permissions to keys */\n keys?: KeyPermissions[];\n /** Permissions to secrets */\n secrets?: SecretPermissions[];\n /** Permissions to certificates */\n certificates?: CertificatePermissions[];\n /** Permissions to storage accounts */\n storage?: StoragePermissions[];\n}\n\nexport function permissionsSerializer(item: Permissions): any {\n return {\n keys: !item[\"keys\"]\n ? item[\"keys\"]\n : item[\"keys\"].map((p: any) => {\n return p;\n }),\n secrets: !item[\"secrets\"]\n ? item[\"secrets\"]\n : item[\"secrets\"].map((p: any) => {\n return p;\n }),\n certificates: !item[\"certificates\"]\n ? item[\"certificates\"]\n : item[\"certificates\"].map((p: any) => {\n return p;\n }),\n storage: !item[\"storage\"]\n ? item[\"storage\"]\n : item[\"storage\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function permissionsDeserializer(item: any): Permissions {\n return {\n keys: !item[\"keys\"]\n ? item[\"keys\"]\n : item[\"keys\"].map((p: any) => {\n return p;\n }),\n secrets: !item[\"secrets\"]\n ? item[\"secrets\"]\n : item[\"secrets\"].map((p: any) => {\n return p;\n }),\n certificates: !item[\"certificates\"]\n ? item[\"certificates\"]\n : item[\"certificates\"].map((p: any) => {\n return p;\n }),\n storage: !item[\"storage\"]\n ? item[\"storage\"]\n : item[\"storage\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Known values of {@link KeyPermissions} that the service accepts. */\nexport enum KnownKeyPermissions {\n /** all */\n All = \"all\",\n /** encrypt */\n Encrypt = \"encrypt\",\n /** decrypt */\n Decrypt = \"decrypt\",\n /** wrapKey */\n WrapKey = \"wrapKey\",\n /** unwrapKey */\n UnwrapKey = \"unwrapKey\",\n /** sign */\n Sign = \"sign\",\n /** verify */\n Verify = \"verify\",\n /** get */\n Get = \"get\",\n /** list */\n List = \"list\",\n /** create */\n Create = \"create\",\n /** update */\n Update = \"update\",\n /** import */\n Import = \"import\",\n /** delete */\n Delete = \"delete\",\n /** backup */\n Backup = \"backup\",\n /** restore */\n Restore = \"restore\",\n /** recover */\n Recover = \"recover\",\n /** purge */\n Purge = \"purge\",\n /** release */\n Release = \"release\",\n /** rotate */\n Rotate = \"rotate\",\n /** getrotationpolicy */\n Getrotationpolicy = \"getrotationpolicy\",\n /** setrotationpolicy */\n Setrotationpolicy = \"setrotationpolicy\",\n}\n\n/** Type of KeyPermissions */\nexport type KeyPermissions = string;\n\n/** Known values of {@link SecretPermissions} that the service accepts. */\nexport enum KnownSecretPermissions {\n /** all */\n All = \"all\",\n /** get */\n Get = \"get\",\n /** list */\n List = \"list\",\n /** set */\n Set = \"set\",\n /** delete */\n Delete = \"delete\",\n /** backup */\n Backup = \"backup\",\n /** restore */\n Restore = \"restore\",\n /** recover */\n Recover = \"recover\",\n /** purge */\n Purge = \"purge\",\n}\n\n/** Type of SecretPermissions */\nexport type SecretPermissions = string;\n\n/** Known values of {@link CertificatePermissions} that the service accepts. */\nexport enum KnownCertificatePermissions {\n /** all */\n All = \"all\",\n /** get */\n Get = \"get\",\n /** list */\n List = \"list\",\n /** delete */\n Delete = \"delete\",\n /** create */\n Create = \"create\",\n /** import */\n Import = \"import\",\n /** update */\n Update = \"update\",\n /** managecontacts */\n Managecontacts = \"managecontacts\",\n /** getissuers */\n Getissuers = \"getissuers\",\n /** listissuers */\n Listissuers = \"listissuers\",\n /** setissuers */\n Setissuers = \"setissuers\",\n /** deleteissuers */\n Deleteissuers = \"deleteissuers\",\n /** manageissuers */\n Manageissuers = \"manageissuers\",\n /** recover */\n Recover = \"recover\",\n /** purge */\n Purge = \"purge\",\n /** backup */\n Backup = \"backup\",\n /** restore */\n Restore = \"restore\",\n}\n\n/** Type of CertificatePermissions */\nexport type CertificatePermissions = string;\n\n/** Known values of {@link StoragePermissions} that the service accepts. */\nexport enum KnownStoragePermissions {\n /** all */\n All = \"all\",\n /** get */\n Get = \"get\",\n /** list */\n List = \"list\",\n /** delete */\n Delete = \"delete\",\n /** set */\n Set = \"set\",\n /** update */\n Update = \"update\",\n /** regeneratekey */\n Regeneratekey = \"regeneratekey\",\n /** recover */\n Recover = \"recover\",\n /** purge */\n Purge = \"purge\",\n /** backup */\n Backup = \"backup\",\n /** restore */\n Restore = \"restore\",\n /** setsas */\n Setsas = \"setsas\",\n /** listsas */\n Listsas = \"listsas\",\n /** getsas */\n Getsas = \"getsas\",\n /** deletesas */\n Deletesas = \"deletesas\",\n}\n\n/** Type of StoragePermissions */\nexport type StoragePermissions = string;\n/** The vault's create mode to indicate whether the vault need to be recovered or not. */\nexport type CreateMode = \"recover\" | \"default\";\n\n/** A set of rules governing the network accessibility of a vault. */\nexport interface NetworkRuleSet {\n /** Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'. */\n bypass?: NetworkRuleBypassOptions;\n /** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */\n defaultAction?: NetworkRuleAction;\n /** The list of IP address rules. */\n ipRules?: IPRule[];\n /** The list of virtual network rules. */\n virtualNetworkRules?: VirtualNetworkRule[];\n}\n\nexport function networkRuleSetSerializer(item: NetworkRuleSet): any {\n return {\n bypass: item[\"bypass\"],\n defaultAction: item[\"defaultAction\"],\n ipRules: !item[\"ipRules\"] ? item[\"ipRules\"] : ipRuleArraySerializer(item[\"ipRules\"]),\n virtualNetworkRules: !item[\"virtualNetworkRules\"]\n ? item[\"virtualNetworkRules\"]\n : virtualNetworkRuleArraySerializer(item[\"virtualNetworkRules\"]),\n };\n}\n\nexport function networkRuleSetDeserializer(item: any): NetworkRuleSet {\n return {\n bypass: item[\"bypass\"],\n defaultAction: item[\"defaultAction\"],\n ipRules: !item[\"ipRules\"] ? item[\"ipRules\"] : ipRuleArrayDeserializer(item[\"ipRules\"]),\n virtualNetworkRules: !item[\"virtualNetworkRules\"]\n ? item[\"virtualNetworkRules\"]\n : virtualNetworkRuleArrayDeserializer(item[\"virtualNetworkRules\"]),\n };\n}\n\n/** Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'. */\nexport enum KnownNetworkRuleBypassOptions {\n /** AzureServices */\n AzureServices = \"AzureServices\",\n /** None */\n None = \"None\",\n}\n\n/**\n * Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'. \\\n * {@link KnownNetworkRuleBypassOptions} can be used interchangeably with NetworkRuleBypassOptions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AzureServices** \\\n * **None**\n */\nexport type NetworkRuleBypassOptions = string;\n\n/** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */\nexport enum KnownNetworkRuleAction {\n /** Allow */\n Allow = \"Allow\",\n /** Deny */\n Deny = \"Deny\",\n}\n\n/**\n * The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. \\\n * {@link KnownNetworkRuleAction} can be used interchangeably with NetworkRuleAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Deny**\n */\nexport type NetworkRuleAction = string;\n\nexport function ipRuleArraySerializer(result: Array<IPRule>): any[] {\n return result.map((item) => {\n return ipRuleSerializer(item);\n });\n}\n\nexport function ipRuleArrayDeserializer(result: Array<IPRule>): any[] {\n return result.map((item) => {\n return ipRuleDeserializer(item);\n });\n}\n\n/** A rule governing the accessibility of a vault from a specific ip address or ip range. */\nexport interface IPRule {\n /** An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78). */\n value: string;\n}\n\nexport function ipRuleSerializer(item: IPRule): any {\n return { value: item[\"value\"] };\n}\n\nexport function ipRuleDeserializer(item: any): IPRule {\n return {\n value: item[\"value\"],\n };\n}\n\nexport function virtualNetworkRuleArraySerializer(result: Array<VirtualNetworkRule>): any[] {\n return result.map((item) => {\n return virtualNetworkRuleSerializer(item);\n });\n}\n\nexport function virtualNetworkRuleArrayDeserializer(result: Array<VirtualNetworkRule>): any[] {\n return result.map((item) => {\n return virtualNetworkRuleDeserializer(item);\n });\n}\n\n/** A rule governing the accessibility of a vault from a specific virtual network. */\nexport interface VirtualNetworkRule {\n /** Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. */\n id: string;\n /** Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured. */\n ignoreMissingVnetServiceEndpoint?: boolean;\n}\n\nexport function virtualNetworkRuleSerializer(item: VirtualNetworkRule): any {\n return {\n id: item[\"id\"],\n ignoreMissingVnetServiceEndpoint: item[\"ignoreMissingVnetServiceEndpoint\"],\n };\n}\n\nexport function virtualNetworkRuleDeserializer(item: any): VirtualNetworkRule {\n return {\n id: item[\"id\"],\n ignoreMissingVnetServiceEndpoint: item[\"ignoreMissingVnetServiceEndpoint\"],\n };\n}\n\n/** Provisioning state of the vault. */\nexport enum KnownVaultProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** RegisteringDns */\n RegisteringDns = \"RegisteringDns\",\n}\n\n/**\n * Provisioning state of the vault. \\\n * {@link KnownVaultProvisioningState} can be used interchangeably with VaultProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **RegisteringDns**\n */\nexport type VaultProvisioningState = string;\n\nexport function privateEndpointConnectionItemArrayDeserializer(\n result: Array<PrivateEndpointConnectionItem>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionItemDeserializer(item);\n });\n}\n\n/** Private endpoint connection item. */\nexport interface PrivateEndpointConnectionItem {\n /** Id of private endpoint connection. */\n id?: string;\n /** Modified whenever there is a change in the state of private endpoint connection. */\n etag?: string;\n /** Properties of the private endpoint object. */\n privateEndpoint?: PrivateEndpoint;\n /** Approval state of the private link connection. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /** Provisioning state of the private endpoint connection. */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\nexport function privateEndpointConnectionItemDeserializer(\n item: any,\n): PrivateEndpointConnectionItem {\n return {\n id: item[\"id\"],\n etag: item[\"etag\"],\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateEndpointConnectionItemPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of the private endpoint connection resource. */\nexport interface PrivateEndpointConnectionProperties {\n /** Properties of the private endpoint object. */\n privateEndpoint?: PrivateEndpoint;\n /** Approval state of the private link connection. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /** Provisioning state of the private endpoint connection. */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\nexport function privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnectionProperties,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function privateEndpointConnectionPropertiesDeserializer(\n item: any,\n): PrivateEndpointConnectionProperties {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateDeserializer(item[\"privateLinkServiceConnectionState\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Private endpoint object properties. */\nexport interface PrivateEndpoint {\n /** Full identifier of the private endpoint resource. */\n readonly id?: string;\n}\n\nexport function privateEndpointSerializer(item: PrivateEndpoint): any {\n return item;\n}\n\nexport function privateEndpointDeserializer(item: any): PrivateEndpoint {\n return {\n id: item[\"id\"],\n };\n}\n\n/** An object that represents the approval state of the private link connection. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been approved, rejected or removed by the key vault owner. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval or rejection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: ActionsRequired;\n}\n\nexport function privateLinkServiceConnectionStateSerializer(\n item: PrivateLinkServiceConnectionState,\n): any {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\nexport function privateLinkServiceConnectionStateDeserializer(\n item: any,\n): PrivateLinkServiceConnectionState {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\n/** The private endpoint connection status. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * The private endpoint connection status. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** A message indicating if changes on the service provider require any updates on the consumer. */\nexport enum KnownActionsRequired {\n /** None */\n None = \"None\",\n}\n\n/**\n * A message indicating if changes on the service provider require any updates on the consumer. \\\n * {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**\n */\nexport type ActionsRequired = string;\n\n/** The current provisioning state. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Updating */\n Updating = \"Updating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * The current provisioning state. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Updating** \\\n * **Deleting** \\\n * **Failed** \\\n * **Disconnected**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(item: ProxyResource): any {\n return item;\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(item: Resource): any {\n return item;\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** Parameters for creating or updating a vault */\nexport interface VaultCreateOrUpdateParameters {\n /** The supported Azure location where the key vault should be created. */\n location: string;\n /** The tags that will be assigned to the key vault. */\n tags?: Record<string, string>;\n /** Properties of the vault */\n properties: VaultProperties;\n}\n\nexport function vaultCreateOrUpdateParametersSerializer(item: VaultCreateOrUpdateParameters): any {\n return {\n location: item[\"location\"],\n tags: item[\"tags\"],\n properties: vaultPropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** Parameters for creating or updating a vault */\nexport interface VaultPatchParameters {\n /** The tags that will be assigned to the key vault. */\n tags?: Record<string, string>;\n /** Properties of the vault */\n properties?: VaultPatchProperties;\n}\n\nexport function vaultPatchParametersSerializer(item: VaultPatchParameters): any {\n return {\n tags: item[\"tags\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : vaultPatchPropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** Properties of the vault */\nexport interface VaultPatchProperties {\n /** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */\n tenantId?: string;\n /** SKU details */\n sku?: Sku;\n /** An array of 0 to 16 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. */\n accessPolicies?: AccessPolicyEntry[];\n /** Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault. */\n enabledForDeployment?: boolean;\n /** Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys. */\n enabledForDiskEncryption?: boolean;\n /** Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault. */\n enabledForTemplateDeployment?: boolean;\n /** Property to specify whether the 'soft delete' functionality is enabled for this key vault. Once set to true, it cannot be reverted to false. */\n enableSoftDelete?: boolean;\n /** Property that controls how data actions are authorized. When true, the key vault will use Role Based Access Control (RBAC) for authorization of data actions, and the access policies specified in vault properties will be ignored. When false, the key vault will use the access policies specified in vault properties, and any policy stored on Azure Resource Manager will be ignored. If null or not specified, the value of this property will not change. */\n enableRbacAuthorization?: boolean;\n /** softDelete data retention days. It accepts >=7 and <=90. */\n softDeleteRetentionInDays?: number;\n /** The vault's create mode to indicate whether the vault need to be recovered or not. */\n createMode?: CreateMode;\n /** Property specifying whether protection against purge is enabled for this vault. Setting this property to true activates protection against purge for this vault and its content - only the Key Vault service may initiate a hard, irrecoverable deletion. The setting is effective only if soft delete is also enabled. Enabling this functionality is irreversible - that is, the property does not accept false as its value. */\n enablePurgeProtection?: boolean;\n /** A collection of rules governing the accessibility of the vault from specific network locations. */\n networkAcls?: NetworkRuleSet;\n /** Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules. */\n publicNetworkAccess?: string;\n}\n\nexport function vaultPatchPropertiesSerializer(item: VaultPatchProperties): any {\n return {\n tenantId: item[\"tenantId\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : skuSerializer(item[\"sku\"]),\n accessPolicies: !item[\"accessPolicies\"]\n ? item[\"accessPolicies\"]\n : accessPolicyEntryArraySerializer(item[\"accessPolicies\"]),\n enabledForDeployment: item[\"enabledForDeployment\"],\n enabledForDiskEncryption: item[\"enabledForDiskEncryption\"],\n enabledForTemplateDeployment: item[\"enabledForTemplateDeployment\"],\n enableSoftDelete: item[\"enableSoftDelete\"],\n enableRbacAuthorization: item[\"enableRbacAuthorization\"],\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n createMode: item[\"createMode\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n networkAcls: !item[\"networkAcls\"]\n ? item[\"networkAcls\"]\n : networkRuleSetSerializer(item[\"networkAcls\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n };\n}\n\n/** The response of a Vault list operation. */\nexport interface _VaultListResult {\n /** The Vault items on this page */\n value: Vault[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _vaultListResultDeserializer(item: any): _VaultListResult {\n return {\n value: vaultArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function vaultArrayDeserializer(result: Array<Vault>): any[] {\n return result.map((item) => {\n return vaultDeserializer(item);\n });\n}\n\n/** Parameters for updating the access policy in a vault */\nexport interface VaultAccessPolicyParameters {\n /** The resource id of the access policy. */\n readonly id?: string;\n /** The resource name of the access policy. */\n readonly name?: string;\n /** The resource name of the access policy. */\n readonly type?: string;\n /** The resource type of the access policy. */\n readonly location?: string;\n /** Properties of the access policy */\n properties: VaultAccessPolicyProperties;\n}\n\nexport function vaultAccessPolicyParametersSerializer(item: VaultAccessPolicyParameters): any {\n return { properties: vaultAccessPolicyPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function vaultAccessPolicyParametersDeserializer(item: any): VaultAccessPolicyParameters {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n location: item[\"location\"],\n properties: vaultAccessPolicyPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of the vault access policy */\nexport interface VaultAccessPolicyProperties {\n /** An array of 0 to 16 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. */\n accessPolicies: AccessPolicyEntry[];\n}\n\nexport function vaultAccessPolicyPropertiesSerializer(item: VaultAccessPolicyProperties): any {\n return { accessPolicies: accessPolicyEntryArraySerializer(item[\"accessPolicies\"]) };\n}\n\nexport function vaultAccessPolicyPropertiesDeserializer(item: any): VaultAccessPolicyProperties {\n return {\n accessPolicies: accessPolicyEntryArrayDeserializer(item[\"accessPolicies\"]),\n };\n}\n\n/** Deleted vault information with extended details. */\nexport interface DeletedVault extends ProxyResource {\n /** Properties of the vault */\n properties?: DeletedVaultProperties;\n}\n\nexport function deletedVaultDeserializer(item: any): DeletedVault {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : deletedVaultPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of the deleted vault. */\nexport interface DeletedVaultProperties {\n /** The resource id of the original vault. */\n readonly vaultId?: string;\n /** The location of the original vault. */\n readonly location?: string;\n /** The deleted date. */\n readonly deletionDate?: Date;\n /** The scheduled purged date. */\n readonly scheduledPurgeDate?: Date;\n /** Tags of the original vault. */\n readonly tags?: Record<string, string>;\n /** Purge protection status of the original vault. */\n readonly purgeProtectionEnabled?: boolean;\n}\n\nexport function deletedVaultPropertiesDeserializer(item: any): DeletedVaultProperties {\n return {\n vaultId: item[\"vaultId\"],\n location: item[\"location\"],\n deletionDate: !item[\"deletionDate\"] ? item[\"deletionDate\"] : new Date(item[\"deletionDate\"]),\n scheduledPurgeDate: !item[\"scheduledPurgeDate\"]\n ? item[\"scheduledPurgeDate\"]\n : new Date(item[\"scheduledPurgeDate\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n purgeProtectionEnabled: item[\"purgeProtectionEnabled\"],\n };\n}\n\n/** The response of a DeletedVault list operation. */\nexport interface _DeletedVaultListResult {\n /** The DeletedVault items on this page */\n value: DeletedVault[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _deletedVaultListResultDeserializer(item: any): _DeletedVaultListResult {\n return {\n value: deletedVaultArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function deletedVaultArrayDeserializer(result: Array<DeletedVault>): any[] {\n return result.map((item) => {\n return deletedVaultDeserializer(item);\n });\n}\n\n/** The list of vault resources. */\nexport interface _ResourceListResult {\n /** The list of vault resources. */\n value: TrackedResource[];\n /** The URL to get the next set of vault resources. */\n nextLink?: string;\n}\n\nexport function _resourceListResultDeserializer(item: any): _ResourceListResult {\n return {\n value: trackedResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function trackedResourceArrayDeserializer(result: Array<TrackedResource>): any[] {\n return result.map((item) => {\n return trackedResourceDeserializer(item);\n });\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** The parameters used to check the availability of the vault name. */\nexport interface VaultCheckNameAvailabilityParameters {\n /** The vault name. */\n name: string;\n /** The type of resource, Microsoft.KeyVault/vaults */\n type: \"Microsoft.KeyVault/vaults\";\n}\n\nexport function vaultCheckNameAvailabilityParametersSerializer(\n item: VaultCheckNameAvailabilityParameters,\n): any {\n return { name: item[\"name\"], type: item[\"type\"] };\n}\n\n/** The CheckNameAvailability operation response. */\nexport interface CheckNameAvailabilityResult {\n /** A boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or is invalid and cannot be used. */\n readonly nameAvailable?: boolean;\n /** The reason that a vault name could not be used. The Reason element is only returned if NameAvailable is false. */\n readonly reason?: Reason;\n /** An error message explaining the Reason value in more detail. */\n readonly message?: string;\n}\n\nexport function checkNameAvailabilityResultDeserializer(item: any): CheckNameAvailabilityResult {\n return {\n nameAvailable: item[\"nameAvailable\"],\n reason: item[\"reason\"],\n message: item[\"message\"],\n };\n}\n\n/** The reason that a vault name could not be used. The Reason element is only returned if NameAvailable is false. */\nexport enum KnownReason {\n /** AccountNameInvalid */\n AccountNameInvalid = \"AccountNameInvalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * The reason that a vault name could not be used. The Reason element is only returned if NameAvailable is false. \\\n * {@link KnownReason} can be used interchangeably with Reason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AccountNameInvalid** \\\n * **AlreadyExists**\n */\nexport type Reason = string;\n\n/** Private endpoint connection resource. */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /** Azure location of the key vault resource. */\n readonly location?: string;\n /** Tags assigned to the key vault resource. */\n readonly tags?: Record<string, string>;\n /** Modified whenever there is a change in the state of private endpoint connection. */\n etag?: string;\n /** Properties of the private endpoint object. */\n privateEndpoint?: PrivateEndpoint;\n /** Approval state of the private link connection. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /** Provisioning state of the private endpoint connection. */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\nexport function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any {\n return {\n properties: areAllPropsUndefined(item, [\"privateEndpoint\", \"privateLinkServiceConnectionState\"])\n ? undefined\n : _privateEndpointConnectionPropertiesSerializer(item),\n etag: item[\"etag\"],\n };\n}\n\nexport function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateEndpointConnectionPropertiesDeserializer(item[\"properties\"])),\n location: item[\"location\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n etag: item[\"etag\"],\n };\n}\n\n/** The response of a PrivateEndpointConnection list operation. */\nexport interface _PrivateEndpointConnectionListResult {\n /** The PrivateEndpointConnection items on this page */\n value: PrivateEndpointConnection[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _privateEndpointConnectionListResultDeserializer(\n item: any,\n): _PrivateEndpointConnectionListResult {\n return {\n value: privateEndpointConnectionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function privateEndpointConnectionArraySerializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionSerializer(item);\n });\n}\n\nexport function privateEndpointConnectionArrayDeserializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionDeserializer(item);\n });\n}\n\n/** Resource information with extended details. */\nexport interface ManagedHsm extends ProxyResource {\n /** Properties of the managed HSM */\n properties?: ManagedHsmProperties;\n /** SKU details */\n sku?: ManagedHsmSku;\n /** Managed service identity */\n identity?: ManagedServiceIdentity;\n /** The geo-location where the resource lives */\n location?: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n}\n\nexport function managedHsmSerializer(item: ManagedHsm): any {\n return {\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : managedHsmPropertiesSerializer(item[\"properties\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : managedHsmSkuSerializer(item[\"sku\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n location: item[\"location\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function managedHsmDeserializer(item: any): ManagedHsm {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : managedHsmPropertiesDeserializer(item[\"properties\"]),\n sku: !item[\"sku\"] ? item[\"sku\"] : managedHsmSkuDeserializer(item[\"sku\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n location: item[\"location\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** Properties of the managed HSM Pool */\nexport interface ManagedHsmProperties {\n /** The Azure Active Directory tenant ID that should be used for authenticating requests to the managed HSM pool. */\n tenantId?: string;\n /** Array of initial administrators object ids for this managed hsm pool. */\n initialAdminObjectIds?: string[];\n /** The URI of the managed hsm pool for performing operations on keys. */\n readonly hsmUri?: string;\n /** Property to specify whether the 'soft delete' functionality is enabled for this managed HSM pool. Soft delete is enabled by default for all managed HSMs and is immutable. */\n enableSoftDelete?: boolean;\n /** Soft deleted data retention days. When you delete an HSM or a key, it will remain recoverable for the configured retention period or for a default period of 90 days. It accepts values between 7 and 90. */\n softDeleteRetentionInDays?: number;\n /** Property specifying whether protection against purge is enabled for this managed HSM pool. Setting this property to true activates protection against purge for this managed HSM pool and its content - only the Managed HSM service may initiate a hard, irrecoverable deletion. Enabling this functionality is irreversible. */\n enablePurgeProtection?: boolean;\n /** The create mode to indicate whether the resource is being created or is being recovered from a deleted resource. */\n createMode?: CreateMode;\n /** Resource Status Message. */\n readonly statusMessage?: string;\n /** Provisioning state. */\n readonly provisioningState?: ProvisioningState;\n /** Rules governing the accessibility of the key vault from specific network locations. */\n networkAcls?: MhsmNetworkRuleSet;\n /** List of all regions associated with the managed hsm pool. */\n regions?: MhsmGeoReplicatedRegion[];\n /** List of private endpoint connections associated with the managed hsm pool. */\n readonly privateEndpointConnections?: MhsmPrivateEndpointConnectionItem[];\n /** Control permission to the managed HSM from public networks. */\n publicNetworkAccess?: PublicNetworkAccess;\n /** The scheduled purge date in UTC. */\n readonly scheduledPurgeDate?: Date;\n /** Managed HSM security domain properties. */\n readonly securityDomainProperties?: ManagedHSMSecurityDomainProperties;\n}\n\nexport function managedHsmPropertiesSerializer(item: ManagedHsmProperties): any {\n return {\n tenantId: item[\"tenantId\"],\n initialAdminObjectIds: !item[\"initialAdminObjectIds\"]\n ? item[\"initialAdminObjectIds\"]\n : item[\"initialAdminObjectIds\"].map((p: any) => {\n return p;\n }),\n enableSoftDelete: item[\"enableSoftDelete\"],\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n createMode: item[\"createMode\"],\n networkAcls: !item[\"networkAcls\"]\n ? item[\"networkAcls\"]\n : mhsmNetworkRuleSetSerializer(item[\"networkAcls\"]),\n regions: !item[\"regions\"]\n ? item[\"regions\"]\n : mhsmGeoReplicatedRegionArraySerializer(item[\"regions\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n };\n}\n\nexport function managedHsmPropertiesDeserializer(item: any): ManagedHsmProperties {\n return {\n tenantId: item[\"tenantId\"],\n initialAdminObjectIds: !item[\"initialAdminObjectIds\"]\n ? item[\"initialAdminObjectIds\"]\n : item[\"initialAdminObjectIds\"].map((p: any) => {\n return p;\n }),\n hsmUri: item[\"hsmUri\"],\n enableSoftDelete: item[\"enableSoftDelete\"],\n softDeleteRetentionInDays: item[\"softDeleteRetentionInDays\"],\n enablePurgeProtection: item[\"enablePurgeProtection\"],\n createMode: item[\"createMode\"],\n statusMessage: item[\"statusMessage\"],\n provisioningState: item[\"provisioningState\"],\n networkAcls: !item[\"networkAcls\"]\n ? item[\"networkAcls\"]\n : mhsmNetworkRuleSetDeserializer(item[\"networkAcls\"]),\n regions: !item[\"regions\"]\n ? item[\"regions\"]\n : mhsmGeoReplicatedRegionArrayDeserializer(item[\"regions\"]),\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : mhsmPrivateEndpointConnectionItemArrayDeserializer(item[\"privateEndpointConnections\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n scheduledPurgeDate: !item[\"scheduledPurgeDate\"]\n ? item[\"scheduledPurgeDate\"]\n : new Date(item[\"scheduledPurgeDate\"]),\n securityDomainProperties: !item[\"securityDomainProperties\"]\n ? item[\"securityDomainProperties\"]\n : managedHSMSecurityDomainPropertiesDeserializer(item[\"securityDomainProperties\"]),\n };\n}\n\n/** Provisioning state. */\nexport enum KnownProvisioningState {\n /** The managed HSM Pool has been full provisioned. */\n Succeeded = \"Succeeded\",\n /** The managed HSM Pool is currently being provisioned. */\n Provisioning = \"Provisioning\",\n /** Provisioning of the managed HSM Pool has failed. */\n Failed = \"Failed\",\n /** The managed HSM Pool is currently being updated. */\n Updating = \"Updating\",\n /** The managed HSM Pool is currently being deleted. */\n Deleting = \"Deleting\",\n /** The managed HSM pool is ready for normal use. */\n Activated = \"Activated\",\n /** The managed HSM pool is waiting for a security domain restore action. */\n SecurityDomainRestore = \"SecurityDomainRestore\",\n /** The managed HSM pool is being restored from full HSM backup. */\n Restoring = \"Restoring\",\n}\n\n/**\n * Provisioning state. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: The managed HSM Pool has been full provisioned. \\\n * **Provisioning**: The managed HSM Pool is currently being provisioned. \\\n * **Failed**: Provisioning of the managed HSM Pool has failed. \\\n * **Updating**: The managed HSM Pool is currently being updated. \\\n * **Deleting**: The managed HSM Pool is currently being deleted. \\\n * **Activated**: The managed HSM pool is ready for normal use. \\\n * **SecurityDomainRestore**: The managed HSM pool is waiting for a security domain restore action. \\\n * **Restoring**: The managed HSM pool is being restored from full HSM backup.\n */\nexport type ProvisioningState = string;\n\n/** A set of rules governing the network accessibility of a managed hsm pool. */\nexport interface MhsmNetworkRuleSet {\n /** Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'. */\n bypass?: NetworkRuleBypassOptions;\n /** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */\n defaultAction?: NetworkRuleAction;\n /** The list of IP address rules. */\n ipRules?: MhsmipRule[];\n /** The list of service tags. */\n serviceTags?: MhsmServiceTagRule[];\n /** The list of virtual network rules. */\n virtualNetworkRules?: MhsmVirtualNetworkRule[];\n}\n\nexport function mhsmNetworkRuleSetSerializer(item: MhsmNetworkRuleSet): any {\n return {\n bypass: item[\"bypass\"],\n defaultAction: item[\"defaultAction\"],\n ipRules: !item[\"ipRules\"] ? item[\"ipRules\"] : mhsmipRuleArraySerializer(item[\"ipRules\"]),\n serviceTags: !item[\"serviceTags\"]\n ? item[\"serviceTags\"]\n : mhsmServiceTagRuleArraySerializer(item[\"serviceTags\"]),\n virtualNetworkRules: !item[\"virtualNetworkRules\"]\n ? item[\"virtualNetworkRules\"]\n : mhsmVirtualNetworkRuleArraySerializer(item[\"virtualNetworkRules\"]),\n };\n}\n\nexport function mhsmNetworkRuleSetDeserializer(item: any): MhsmNetworkRuleSet {\n return {\n bypass: item[\"bypass\"],\n defaultAction: item[\"defaultAction\"],\n ipRules: !item[\"ipRules\"] ? item[\"ipRules\"] : mhsmipRuleArrayDeserializer(item[\"ipRules\"]),\n serviceTags: !item[\"serviceTags\"]\n ? item[\"serviceTags\"]\n : mhsmServiceTagRuleArrayDeserializer(item[\"serviceTags\"]),\n virtualNetworkRules: !item[\"virtualNetworkRules\"]\n ? item[\"virtualNetworkRules\"]\n : mhsmVirtualNetworkRuleArrayDeserializer(item[\"virtualNetworkRules\"]),\n };\n}\n\nexport function mhsmipRuleArraySerializer(result: Array<MhsmipRule>): any[] {\n return result.map((item) => {\n return mhsmipRuleSerializer(item);\n });\n}\n\nexport function mhsmipRuleArrayDeserializer(result: Array<MhsmipRule>): any[] {\n return result.map((item) => {\n return mhsmipRuleDeserializer(item);\n });\n}\n\n/** A rule governing the accessibility of a managed HSM pool from a specific IP address or IP range. */\nexport interface MhsmipRule {\n /** An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78). */\n value: string;\n}\n\nexport function mhsmipRuleSerializer(item: MhsmipRule): any {\n return { value: item[\"value\"] };\n}\n\nexport function mhsmipRuleDeserializer(item: any): MhsmipRule {\n return {\n value: item[\"value\"],\n };\n}\n\nexport function mhsmServiceTagRuleArraySerializer(result: Array<MhsmServiceTagRule>): any[] {\n return result.map((item) => {\n return mhsmServiceTagRuleSerializer(item);\n });\n}\n\nexport function mhsmServiceTagRuleArrayDeserializer(result: Array<MhsmServiceTagRule>): any[] {\n return result.map((item) => {\n return mhsmServiceTagRuleDeserializer(item);\n });\n}\n\n/** A rule governing the accessibility of a managed hsm pool from a specific service tags. */\nexport interface MhsmServiceTagRule {\n /** Name of the service tag. */\n tag: string;\n}\n\nexport function mhsmServiceTagRuleSerializer(item: MhsmServiceTagRule): any {\n return { tag: item[\"tag\"] };\n}\n\nexport function mhsmServiceTagRuleDeserializer(item: any): MhsmServiceTagRule {\n return {\n tag: item[\"tag\"],\n };\n}\n\nexport function mhsmVirtualNetworkRuleArraySerializer(\n result: Array<MhsmVirtualNetworkRule>,\n): any[] {\n return result.map((item) => {\n return mhsmVirtualNetworkRuleSerializer(item);\n });\n}\n\nexport function mhsmVirtualNetworkRuleArrayDeserializer(\n result: Array<MhsmVirtualNetworkRule>,\n): any[] {\n return result.map((item) => {\n return mhsmVirtualNetworkRuleDeserializer(item);\n });\n}\n\n/** A rule governing the accessibility of a managed hsm pool from a specific virtual network. */\nexport interface MhsmVirtualNetworkRule {\n /** Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. */\n id: string;\n}\n\nexport function mhsmVirtualNetworkRuleSerializer(item: MhsmVirtualNetworkRule): any {\n return { id: item[\"id\"] };\n}\n\nexport function mhsmVirtualNetworkRuleDeserializer(item: any): MhsmVirtualNetworkRule {\n return {\n id: item[\"id\"],\n };\n}\n\nexport function mhsmGeoReplicatedRegionArraySerializer(\n result: Array<MhsmGeoReplicatedRegion>,\n): any[] {\n return result.map((item) => {\n return mhsmGeoReplicatedRegionSerializer(item);\n });\n}\n\nexport function mhsmGeoReplicatedRegionArrayDeserializer(\n result: Array<MhsmGeoReplicatedRegion>,\n): any[] {\n return result.map((item) => {\n return mhsmGeoReplicatedRegionDeserializer(item);\n });\n}\n\n/** A region that this managed HSM Pool has been extended to. */\nexport interface MhsmGeoReplicatedRegion {\n /** Name of the geo replicated region. */\n name?: string;\n /** Provisioning state of the geo replicated region. */\n readonly provisioningState?: GeoReplicationRegionProvisioningState;\n /** A boolean value that indicates whether the region is the primary region or a secondary region. */\n isPrimary?: boolean;\n}\n\nexport function mhsmGeoReplicatedRegionSerializer(item: MhsmGeoReplicatedRegion): any {\n return { name: item[\"name\"], isPrimary: item[\"isPrimary\"] };\n}\n\nexport function mhsmGeoReplicatedRegionDeserializer(item: any): MhsmGeoReplicatedRegion {\n return {\n name: item[\"name\"],\n provisioningState: item[\"provisioningState\"],\n isPrimary: item[\"isPrimary\"],\n };\n}\n\n/** The current provisioning state. */\nexport enum KnownGeoReplicationRegionProvisioningState {\n /** Preprovisioning */\n Preprovisioning = \"Preprovisioning\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Failed */\n Failed = \"Failed\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Cleanup */\n Cleanup = \"Cleanup\",\n}\n\n/**\n * The current provisioning state. \\\n * {@link KnownGeoReplicationRegionProvisioningState} can be used interchangeably with GeoReplicationRegionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Preprovisioning** \\\n * **Provisioning** \\\n * **Succeeded** \\\n * **Failed** \\\n * **Deleting** \\\n * **Cleanup**\n */\nexport type GeoReplicationRegionProvisioningState = string;\n\nexport function mhsmPrivateEndpointConnectionItemArrayDeserializer(\n result: Array<MhsmPrivateEndpointConnectionItem>,\n): any[] {\n return result.map((item) => {\n return mhsmPrivateEndpointConnectionItemDeserializer(item);\n });\n}\n\n/** Private endpoint connection item. */\nexport interface MhsmPrivateEndpointConnectionItem {\n /** Id of private endpoint connection. */\n id?: string;\n /** Modified whenever there is a change in the state of private endpoint connection. */\n etag?: string;\n /** Properties of the private endpoint object. */\n privateEndpoint?: MhsmPrivateEndpoint;\n /** Approval state of the private link connection. */\n privateLinkServiceConnectionState?: MhsmPrivateLinkServiceConnectionState;\n /** Provisioning state of the private endpoint connection. */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\nexport function mhsmPrivateEndpointConnectionItemDeserializer(\n item: any,\n): MhsmPrivateEndpointConnectionItem {\n return {\n id: item[\"id\"],\n etag: item[\"etag\"],\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _mhsmPrivateEndpointConnectionItemPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Properties of the private endpoint connection resource. */\nexport interface MhsmPrivateEndpointConnectionProperties {\n /** Properties of the private endpoint object. */\n privateEndpoint?: MhsmPrivateEndpoint;\n /** Approval state of the private link connection. */\n privateLinkServiceConnectionState?: MhsmPrivateLinkServiceConnectionState;\n /** Provisioning state of the private endpoint connection. */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\nexport function mhsmPrivateEndpointConnectionPropertiesSerializer(\n item: MhsmPrivateEndpointConnectionProperties,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : mhsmPrivateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : mhsmPrivateLinkServiceConnectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function mhsmPrivateEndpointConnectionPropertiesDeserializer(\n item: any,\n): MhsmPrivateEndpointConnectionProperties {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : mhsmPrivateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : mhsmPrivateLinkServiceConnectionStateDeserializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\n/** Private endpoint object properties. */\nexport interface MhsmPrivateEndpoint {\n /** Full identifier of the private endpoint resource. */\n readonly id?: string;\n}\n\nexport function mhsmPrivateEndpointSerializer(item: MhsmPrivateEndpoint): any {\n return item;\n}\n\nexport function mhsmPrivateEndpointDeserializer(item: any): MhsmPrivateEndpoint {\n return {\n id: item[\"id\"],\n };\n}\n\n/** An object that represents the approval state of the private link connection. */\nexport interface MhsmPrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been approved, rejected or removed by the key vault owner. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval or rejection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: ActionsRequired;\n}\n\nexport function mhsmPrivateLinkServiceConnectionStateSerializer(\n item: MhsmPrivateLinkServiceConnectionState,\n): any {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\nexport function mhsmPrivateLinkServiceConnectionStateDeserializer(\n item: any,\n): MhsmPrivateLinkServiceConnectionState {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\n/** Control permission to the managed HSM from public networks. */\nexport enum KnownPublicNetworkAccess {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Control permission to the managed HSM from public networks. \\\n * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PublicNetworkAccess = string;\n\n/** The security domain properties of the managed hsm. */\nexport interface ManagedHSMSecurityDomainProperties {\n /** Activation Status */\n readonly activationStatus?: ActivationStatus;\n /** Activation Status Message. */\n readonly activationStatusMessage?: string;\n}\n\nexport function managedHSMSecurityDomainPropertiesDeserializer(\n item: any,\n): ManagedHSMSecurityDomainProperties {\n return {\n activationStatus: item[\"activationStatus\"],\n activationStatusMessage: item[\"activationStatusMessage\"],\n };\n}\n\n/** Activation Status */\nexport enum KnownActivationStatus {\n /** The managed HSM Pool is active. */\n Active = \"Active\",\n /** The managed HSM Pool is not yet activated. */\n NotActivated = \"NotActivated\",\n /** An unknown error occurred while activating managed hsm. */\n Unknown = \"Unknown\",\n /** Failed to activate managed hsm. */\n Failed = \"Failed\",\n}\n\n/**\n * Activation Status \\\n * {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active**: The managed HSM Pool is active. \\\n * **NotActivated**: The managed HSM Pool is not yet activated. \\\n * **Unknown**: An unknown error occurred while activating managed hsm. \\\n * **Failed**: Failed to activate managed hsm.\n */\nexport type ActivationStatus = string;\n\n/** SKU details */\nexport interface ManagedHsmSku {\n /** SKU Family of the managed HSM Pool */\n family: ManagedHsmSkuFamily;\n /** SKU of the managed HSM Pool */\n name: ManagedHsmSkuName;\n}\n\nexport function managedHsmSkuSerializer(item: ManagedHsmSku): any {\n return { family: item[\"family\"], name: item[\"name\"] };\n}\n\nexport function managedHsmSkuDeserializer(item: any): ManagedHsmSku {\n return {\n family: item[\"family\"],\n name: item[\"name\"],\n };\n}\n\n/** SKU Family of the managed HSM Pool */\nexport enum KnownManagedHsmSkuFamily {\n /** B */\n B = \"B\",\n /** C */\n C = \"C\",\n}\n\n/**\n * SKU Family of the managed HSM Pool \\\n * {@link KnownManagedHsmSkuFamily} can be used interchangeably with ManagedHsmSkuFamily,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **B** \\\n * **C**\n */\nexport type ManagedHsmSkuFamily = string;\n/** SKU of the managed HSM Pool */\nexport type ManagedHsmSkuName =\n | \"Standard_B1\"\n | \"Custom_B32\"\n | \"Custom_B6\"\n | \"Custom_C42\"\n | \"Custom_C10\";\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /** The type of managed identity assigned to this resource. */\n type: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity>;\n}\n\nexport function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any {\n return { type: item[\"type\"], userAssignedIdentities: item[\"userAssignedIdentities\"] };\n}\n\nexport function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : Object.fromEntries(\n Object.entries(item[\"userAssignedIdentities\"]).map(([k, p]: [string, any]) => [\n k,\n !p ? p : userAssignedIdentityDeserializer(p),\n ]),\n ),\n };\n}\n\n/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\nexport enum KnownManagedServiceIdentityType {\n /** No managed identity. */\n None = \"None\",\n /** System assigned managed identity. */\n SystemAssigned = \"SystemAssigned\",\n /** User assigned managed identity. */\n UserAssigned = \"UserAssigned\",\n /** System and user assigned managed identity. */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No managed identity. \\\n * **SystemAssigned**: System assigned managed identity. \\\n * **UserAssigned**: User assigned managed identity. \\\n * **SystemAssigned,UserAssigned**: System and user assigned managed identity.\n */\nexport type ManagedServiceIdentityType = string;\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /** The principal ID of the assigned identity. */\n readonly principalId?: string;\n /** The client ID of the assigned identity. */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitySerializer(item: UserAssignedIdentity): any {\n return item;\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** The error exception. */\nexport interface ManagedHsmError {\n /** The server error. */\n readonly error?: ErrorModel;\n}\n\nexport function managedHsmErrorDeserializer(item: any): ManagedHsmError {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDeserializer(item[\"error\"]),\n };\n}\n\n/** The server error. */\nexport interface ErrorModel {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The inner error, contains a more specific error code. */\n readonly innerError?: ErrorModel;\n}\n\nexport function errorDeserializer(item: any): ErrorModel {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n innerError: !item[\"innererror\"] ? item[\"innererror\"] : errorDeserializer(item[\"innererror\"]),\n };\n}\n\n/** The response of a ManagedHsm list operation. */\nexport interface _ManagedHsmListResult {\n /** The ManagedHsm items on this page */\n value: ManagedHsm[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _managedHsmListResultDeserializer(item: any): _ManagedHsmListResult {\n return {\n value: managedHsmArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function managedHsmArraySerializer(result: Array<ManagedHsm>): any[] {\n return result.map((item) => {\n return managedHsmSerializer(item);\n });\n}\n\nexport function managedHsmArrayDeserializer(result: Array<ManagedHsm>): any[] {\n return result.map((item) => {\n return managedHsmDeserializer(item);\n });\n}\n\n/** Concrete proxy resource types can be created by aliasing this type using a specific property type. */\nexport interface DeletedManagedHsm extends ProxyResource {\n /** Properties of the deleted managed HSM */\n properties?: DeletedManagedHsmProperties;\n}\n\nexport function deletedManagedHsmDeserializer(item: any): DeletedManagedHsm {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : deletedManagedHsmPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of the deleted managed HSM. */\nexport interface DeletedManagedHsmProperties {\n /** The resource id of the original managed HSM. */\n readonly mhsmId?: string;\n /** The location of the original managed HSM. */\n readonly location?: string;\n /** The deleted date. */\n readonly deletionDate?: Date;\n /** The scheduled purged date. */\n readonly scheduledPurgeDate?: Date;\n /** Purge protection status of the original managed HSM. */\n readonly purgeProtectionEnabled?: boolean;\n /** Tags of the original managed HSM. */\n readonly tags?: Record<string, string>;\n}\n\nexport function deletedManagedHsmPropertiesDeserializer(item: any): DeletedManagedHsmProperties {\n return {\n mhsmId: item[\"mhsmId\"],\n location: item[\"location\"],\n deletionDate: !item[\"deletionDate\"] ? item[\"deletionDate\"] : new Date(item[\"deletionDate\"]),\n scheduledPurgeDate: !item[\"scheduledPurgeDate\"]\n ? item[\"scheduledPurgeDate\"]\n : new Date(item[\"scheduledPurgeDate\"]),\n purgeProtectionEnabled: item[\"purgeProtectionEnabled\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** The response of a DeletedManagedHsm list operation. */\nexport interface _DeletedManagedHsmListResult {\n /** The DeletedManagedHsm items on this page */\n value: DeletedManagedHsm[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _deletedManagedHsmListResultDeserializer(item: any): _DeletedManagedHsmListResult {\n return {\n value: deletedManagedHsmArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function deletedManagedHsmArrayDeserializer(result: Array<DeletedManagedHsm>): any[] {\n return result.map((item) => {\n return deletedManagedHsmDeserializer(item);\n });\n}\n\n/** The parameters used to check the availability of the managed hsm name. */\nexport interface CheckMhsmNameAvailabilityParameters {\n /** The managed hsm name. */\n name: string;\n}\n\nexport function checkMhsmNameAvailabilityParametersSerializer(\n item: CheckMhsmNameAvailabilityParameters,\n): any {\n return { name: item[\"name\"] };\n}\n\n/** The CheckMhsmNameAvailability operation response. */\nexport interface CheckMhsmNameAvailabilityResult {\n /** A boolean value that indicates whether the name is available for you to use. If true, the name is available. If false, the name has already been taken or is invalid and cannot be used. */\n readonly nameAvailable?: boolean;\n /** The reason that a managed hsm name could not be used. The reason element is only returned if NameAvailable is false. */\n readonly reason?: Reason;\n /** An error message explaining the Reason value in more detail. */\n readonly message?: string;\n}\n\nexport function checkMhsmNameAvailabilityResultDeserializer(\n item: any,\n): CheckMhsmNameAvailabilityResult {\n return {\n nameAvailable: item[\"nameAvailable\"],\n reason: item[\"reason\"],\n message: item[\"message\"],\n };\n}\n\n/** Resource information with extended details. */\nexport interface Secret extends ProxyResource {\n /** Properties of the secret */\n properties: SecretProperties;\n /** Azure location of the key vault resource. */\n readonly location?: string;\n /** Tags assigned to the key vault resource. */\n readonly tags?: Record<string, string>;\n}\n\nexport function secretDeserializer(item: any): Secret {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: secretPropertiesDeserializer(item[\"properties\"]),\n location: item[\"location\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** Properties of the secret */\nexport interface SecretProperties {\n /** The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets. */\n value?: string;\n /** The content type of the secret. */\n contentType?: string;\n /** The attributes of the secret. */\n attributes?: SecretAttributes;\n /** The URI to retrieve the current version of the secret. */\n readonly secretUri?: string;\n /** The URI to retrieve the specific version of the secret. */\n readonly secretUriWithVersion?: string;\n}\n\nexport function secretPropertiesSerializer(item: SecretProperties): any {\n return {\n value: item[\"value\"],\n contentType: item[\"contentType\"],\n attributes: !item[\"attributes\"]\n ? item[\"attributes\"]\n : secretAttributesSerializer(item[\"attributes\"]),\n };\n}\n\nexport function secretPropertiesDeserializer(item: any): SecretProperties {\n return {\n value: item[\"value\"],\n contentType: item[\"contentType\"],\n attributes: !item[\"attributes\"]\n ? item[\"attributes\"]\n : secretAttributesDeserializer(item[\"attributes\"]),\n secretUri: item[\"secretUri\"],\n secretUriWithVersion: item[\"secretUriWithVersion\"],\n };\n}\n\n/** The secret management attributes. */\nexport interface SecretAttributes extends Attributes {}\n\nexport function secretAttributesSerializer(item: SecretAttributes): any {\n return {\n enabled: item[\"enabled\"],\n nbf: !item[\"notBefore\"] ? item[\"notBefore\"] : (item[\"notBefore\"].getTime() / 1000) | 0,\n exp: !item[\"expires\"] ? item[\"expires\"] : (item[\"expires\"].getTime() / 1000) | 0,\n };\n}\n\nexport function secretAttributesDeserializer(item: any): SecretAttributes {\n return {\n enabled: item[\"enabled\"],\n notBefore: !item[\"nbf\"] ? item[\"nbf\"] : new Date(item[\"nbf\"] * 1000),\n expires: !item[\"exp\"] ? item[\"exp\"] : new Date(item[\"exp\"] * 1000),\n created: !item[\"created\"] ? item[\"created\"] : new Date(item[\"created\"] * 1000),\n updated: !item[\"updated\"] ? item[\"updated\"] : new Date(item[\"updated\"] * 1000),\n };\n}\n\n/** The object attributes managed by the KeyVault service. */\nexport interface Attributes {\n /** Determines whether the object is enabled. */\n enabled?: boolean;\n /** Not before date in seconds since 1970-01-01T00:00:00Z. */\n notBefore?: Date;\n /** Expiry date in seconds since 1970-01-01T00:00:00Z. */\n expires?: Date;\n /** Creation time in seconds since 1970-01-01T00:00:00Z. */\n readonly created?: Date;\n /** Last updated time in seconds since 1970-01-01T00:00:00Z. */\n readonly updated?: Date;\n}\n\nexport function attributesSerializer(item: Attributes): any {\n return {\n enabled: item[\"enabled\"],\n nbf: !item[\"notBefore\"] ? item[\"notBefore\"] : (item[\"notBefore\"].getTime() / 1000) | 0,\n exp: !item[\"expires\"] ? item[\"expires\"] : (item[\"expires\"].getTime() / 1000) | 0,\n };\n}\n\nexport function attributesDeserializer(item: any): Attributes {\n return {\n enabled: item[\"enabled\"],\n notBefore: !item[\"nbf\"] ? item[\"nbf\"] : new Date(item[\"nbf\"] * 1000),\n expires: !item[\"exp\"] ? item[\"exp\"] : new Date(item[\"exp\"] * 1000),\n created: !item[\"created\"] ? item[\"created\"] : new Date(item[\"created\"] * 1000),\n updated: !item[\"updated\"] ? item[\"updated\"] : new Date(item[\"updated\"] * 1000),\n };\n}\n\n/** Parameters for creating or updating a secret */\nexport interface SecretCreateOrUpdateParameters {\n /** The tags that will be assigned to the secret. */\n tags?: Record<string, string>;\n /** Properties of the secret */\n properties: SecretProperties;\n}\n\nexport function secretCreateOrUpdateParametersSerializer(\n item: SecretCreateOrUpdateParameters,\n): any {\n return { tags: item[\"tags\"], properties: secretPropertiesSerializer(item[\"properties\"]) };\n}\n\n/** Parameters for patching a secret */\nexport interface SecretPatchParameters {\n /** The tags that will be assigned to the secret. */\n tags?: Record<string, string>;\n /** Properties of the secret */\n properties?: SecretPatchProperties;\n}\n\nexport function secretPatchParametersSerializer(item: SecretPatchParameters): any {\n return {\n tags: item[\"tags\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : secretPatchPropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** Properties of the secret */\nexport interface SecretPatchProperties {\n /** The value of the secret. */\n value?: string;\n /** The content type of the secret. */\n contentType?: string;\n /** The attributes of the secret. */\n attributes?: SecretAttributes;\n}\n\nexport function secretPatchPropertiesSerializer(item: SecretPatchProperties): any {\n return {\n value: item[\"value\"],\n contentType: item[\"contentType\"],\n attributes: !item[\"attributes\"]\n ? item[\"attributes\"]\n : secretAttributesSerializer(item[\"attributes\"]),\n };\n}\n\n/** The response of a Secret list operation. */\nexport interface _SecretListResult {\n /** The Secret items on this page */\n value: Secret[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _secretListResultDeserializer(item: any): _SecretListResult {\n return {\n value: secretArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function secretArrayDeserializer(result: Array<Secret>): any[] {\n return result.map((item) => {\n return secretDeserializer(item);\n });\n}\n\n/** The key resource. */\nexport interface Key extends ProxyResource {\n /** The supported Azure location where the managed HSM Pool should be created. */\n readonly location?: string;\n /** Resource tags */\n readonly tags?: Record<string, string>;\n /** The attributes of the key. */\n attributes?: KeyAttributes;\n /** The type of the key. For valid values, see JsonWebKeyType. */\n kty?: JsonWebKeyType;\n keyOps?: JsonWebKeyOperation[];\n /** The key size in bits. For example: 2048, 3072, or 4096 for RSA. Default for RSA and RSA-HSM keys is 2048. Exception made for bring your own key (BYOK), key exchange keys default to 4096. */\n keySize?: number;\n /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */\n curveName?: JsonWebKeyCurveName;\n /** The URI to retrieve the current version of the key. */\n readonly keyUri?: string;\n /** The URI to retrieve the specific version of the key. */\n readonly keyUriWithVersion?: string;\n /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */\n rotationPolicy?: RotationPolicy;\n /** Key release policy in response. It will be used for both output and input. Omitted if empty */\n releasePolicy?: KeyReleasePolicy;\n}\n\nexport function keyDeserializer(item: any): Key {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ..._keyPropertiesDeserializer(item[\"properties\"]),\n location: item[\"location\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** The properties of the key. */\nexport interface KeyProperties {\n /** The attributes of the key. */\n attributes?: KeyAttributes;\n /** The type of the key. For valid values, see JsonWebKeyType. */\n kty?: JsonWebKeyType;\n keyOps?: JsonWebKeyOperation[];\n /** The key size in bits. For example: 2048, 3072, or 4096 for RSA. Default for RSA and RSA-HSM keys is 2048. Exception made for bring your own key (BYOK), key exchange keys default to 4096. */\n keySize?: number;\n /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */\n curveName?: JsonWebKeyCurveName;\n /** The URI to retrieve the current version of the key. */\n readonly keyUri?: string;\n /** The URI to retrieve the specific version of the key. */\n readonly keyUriWithVersion?: string;\n /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */\n rotationPolicy?: RotationPolicy;\n /** Key release policy in response. It will be used for both output and input. Omitted if empty */\n releasePolicy?: KeyReleasePolicy;\n}\n\nexport function keyPropertiesSerializer(item: KeyProperties): any {\n return {\n attributes: !item[\"attributes\"]\n ? item[\"attributes\"]\n : keyAttributesSerializer(item[\"attributes\"]),\n kty: item[\"kty\"],\n keyOps: !item[\"keyOps\"]\n ? item[\"keyOps\"]\n : item[\"keyOps\"].map((p: any) => {\n return p;\n }),\n keySize: item[\"keySize\"],\n curveName: item[\"curveName\"],\n rotationPolicy: !item[\"rotationPolicy\"]\n ? item[\"rotationPolicy\"]\n : rotationPolicySerializer(item[\"rotationPolicy\"]),\n release_policy: !item[\"releasePolicy\"]\n ? item[\"releasePolicy\"]\n : keyReleasePolicySerializer(item[\"releasePolicy\"]),\n };\n}\n\nexport function keyPropertiesDeserializer(item: any): KeyProperties {\n return {\n attributes: !item[\"attributes\"]\n ? item[\"attributes\"]\n : keyAttributesDeserializer(item[\"attributes\"]),\n kty: item[\"kty\"],\n keyOps: !item[\"keyOps\"]\n ? item[\"keyOps\"]\n : item[\"keyOps\"].map((p: any) => {\n return p;\n }),\n keySize: item[\"keySize\"],\n curveName: item[\"curveName\"],\n keyUri: item[\"keyUri\"],\n keyUriWithVersion: item[\"keyUriWithVersion\"],\n rotationPolicy: !item[\"rotationPolicy\"]\n ? item[\"rotationPolicy\"]\n : rotationPolicyDeserializer(item[\"rotationPolicy\"]),\n releasePolicy: !item[\"release_policy\"]\n ? item[\"release_policy\"]\n : keyReleasePolicyDeserializer(item[\"release_policy\"]),\n };\n}\n\n/** The object attributes managed by the Azure Key Vault service. */\nexport interface KeyAttributes {\n /** Determines whether or not the object is enabled. */\n enabled?: boolean;\n /** Not before date in seconds since 1970-01-01T00:00:00Z. */\n notBefore?: number;\n /** Expiry date in seconds since 1970-01-01T00:00:00Z. */\n expires?: number;\n /** Creation time in seconds since 1970-01-01T00:00:00Z. */\n readonly created?: number;\n /** Last updated time in seconds since 1970-01-01T00:00:00Z. */\n readonly updated?: number;\n /** The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval. */\n readonly recoveryLevel?: DeletionRecoveryLevel;\n /** Indicates if the private key can be exported. */\n exportable?: boolean;\n}\n\nexport function keyAttributesSerializer(item: KeyAttributes): any {\n return {\n enabled: item[\"enabled\"],\n nbf: item[\"notBefore\"],\n exp: item[\"expires\"],\n exportable: item[\"exportable\"],\n };\n}\n\nexport function keyAttributesDeserializer(item: any): KeyAttributes {\n return {\n enabled: item[\"enabled\"],\n notBefore: item[\"nbf\"],\n expires: item[\"exp\"],\n created: item[\"created\"],\n updated: item[\"updated\"],\n recoveryLevel: item[\"recoveryLevel\"],\n exportable: item[\"exportable\"],\n };\n}\n\n/** The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval. */\nexport enum KnownDeletionRecoveryLevel {\n /** Purgeable */\n Purgeable = \"Purgeable\",\n /** Recoverable+Purgeable */\n RecoverablePurgeable = \"Recoverable+Purgeable\",\n /** Recoverable */\n Recoverable = \"Recoverable\",\n /** Recoverable+ProtectedSubscription */\n RecoverableProtectedSubscription = \"Recoverable+ProtectedSubscription\",\n}\n\n/**\n * The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval. \\\n * {@link KnownDeletionRecoveryLevel} can be used interchangeably with DeletionRecoveryLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Purgeable** \\\n * **Recoverable+Purgeable** \\\n * **Recoverable** \\\n * **Recoverable+ProtectedSubscription**\n */\nexport type DeletionRecoveryLevel = string;\n\n/** The type of the key. For valid values, see JsonWebKeyType. */\nexport enum KnownJsonWebKeyType {\n /** EC */\n EC = \"EC\",\n /** EC-HSM */\n ECHSM = \"EC-HSM\",\n /** RSA */\n RSA = \"RSA\",\n /** RSA-HSM */\n RSAHSM = \"RSA-HSM\",\n}\n\n/**\n * The type of the key. For valid values, see JsonWebKeyType. \\\n * {@link KnownJsonWebKeyType} can be used interchangeably with JsonWebKeyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EC** \\\n * **EC-HSM** \\\n * **RSA** \\\n * **RSA-HSM**\n */\nexport type JsonWebKeyType = string;\n\n/** The permitted JSON web key operations of the key. For more information, see JsonWebKeyOperation. */\nexport enum KnownJsonWebKeyOperation {\n /** encrypt */\n Encrypt = \"encrypt\",\n /** decrypt */\n Decrypt = \"decrypt\",\n /** sign */\n Sign = \"sign\",\n /** verify */\n Verify = \"verify\",\n /** wrapKey */\n WrapKey = \"wrapKey\",\n /** unwrapKey */\n UnwrapKey = \"unwrapKey\",\n /** import */\n Import = \"import\",\n /** release */\n Release = \"release\",\n}\n\n/**\n * The permitted JSON web key operations of the key. For more information, see JsonWebKeyOperation. \\\n * {@link KnownJsonWebKeyOperation} can be used interchangeably with JsonWebKeyOperation,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **encrypt** \\\n * **decrypt** \\\n * **sign** \\\n * **verify** \\\n * **wrapKey** \\\n * **unwrapKey** \\\n * **import** \\\n * **release**\n */\nexport type JsonWebKeyOperation = string;\n\n/** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */\nexport enum KnownJsonWebKeyCurveName {\n /** P-256 */\n P256 = \"P-256\",\n /** P-384 */\n P384 = \"P-384\",\n /** P-521 */\n P521 = \"P-521\",\n /** P-256K */\n P256K = \"P-256K\",\n}\n\n/**\n * The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 \\\n * {@link KnownJsonWebKeyCurveName} can be used interchangeably with JsonWebKeyCurveName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **P-256** \\\n * **P-384** \\\n * **P-521** \\\n * **P-256K**\n */\nexport type JsonWebKeyCurveName = string;\n\n/** model interface RotationPolicy */\nexport interface RotationPolicy {\n /** The attributes of key rotation policy. */\n attributes?: KeyRotationPolicyAttributes;\n /** The lifetimeActions for key rotation action. */\n lifetimeActions?: LifetimeAction[];\n}\n\nexport function rotationPolicySerializer(item: RotationPolicy): any {\n return {\n attributes: !item[\"attributes\"]\n ? item[\"attributes\"]\n : keyRotationPolicyAttributesSerializer(item[\"attributes\"]),\n lifetimeActions: !item[\"lifetimeActions\"]\n ? item[\"lifetimeActions\"]\n : lifetimeActionArraySerializer(item[\"lifetimeActions\"]),\n };\n}\n\nexport function rotationPolicyDeserializer(item: any): RotationPolicy {\n return {\n attributes: !item[\"attributes\"]\n ? item[\"attributes\"]\n : keyRotationPolicyAttributesDeserializer(item[\"attributes\"]),\n lifetimeActions: !item[\"lifetimeActions\"]\n ? item[\"lifetimeActions\"]\n : lifetimeActionArrayDeserializer(item[\"lifetimeActions\"]),\n };\n}\n\n/** model interface KeyRotationPolicyAttributes */\nexport interface KeyRotationPolicyAttributes {\n /** Creation time in seconds since 1970-01-01T00:00:00Z. */\n readonly created?: number;\n /** Last updated time in seconds since 1970-01-01T00:00:00Z. */\n readonly updated?: number;\n /** The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'. */\n expiryTime?: string;\n}\n\nexport function keyRotationPolicyAttributesSerializer(item: KeyRotationPolicyAttributes): any {\n return { expiryTime: item[\"expiryTime\"] };\n}\n\nexport function keyRotationPolicyAttributesDeserializer(item: any): KeyRotationPolicyAttributes {\n return {\n created: item[\"created\"],\n updated: item[\"updated\"],\n expiryTime: item[\"expiryTime\"],\n };\n}\n\nexport function lifetimeActionArraySerializer(result: Array<LifetimeAction>): any[] {\n return result.map((item) => {\n return lifetimeActionSerializer(item);\n });\n}\n\nexport function lifetimeActionArrayDeserializer(result: Array<LifetimeAction>): any[] {\n return result.map((item) => {\n return lifetimeActionDeserializer(item);\n });\n}\n\n/** model interface LifetimeAction */\nexport interface LifetimeAction {\n /** The trigger of key rotation policy lifetimeAction. */\n trigger?: Trigger;\n /** The action of key rotation policy lifetimeAction. */\n action?: Action;\n}\n\nexport function lifetimeActionSerializer(item: LifetimeAction): any {\n return {\n trigger: !item[\"trigger\"] ? item[\"trigger\"] : triggerSerializer(item[\"trigger\"]),\n action: !item[\"action\"] ? item[\"action\"] : actionSerializer(item[\"action\"]),\n };\n}\n\nexport function lifetimeActionDeserializer(item: any): LifetimeAction {\n return {\n trigger: !item[\"trigger\"] ? item[\"trigger\"] : triggerDeserializer(item[\"trigger\"]),\n action: !item[\"action\"] ? item[\"action\"] : actionDeserializer(item[\"action\"]),\n };\n}\n\n/** model interface Trigger */\nexport interface Trigger {\n /** The time duration after key creation to rotate the key. It only applies to rotate. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. */\n timeAfterCreate?: string;\n /** The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. */\n timeBeforeExpiry?: string;\n}\n\nexport function triggerSerializer(item: Trigger): any {\n return { timeAfterCreate: item[\"timeAfterCreate\"], timeBeforeExpiry: item[\"timeBeforeExpiry\"] };\n}\n\nexport function triggerDeserializer(item: any): Trigger {\n return {\n timeAfterCreate: item[\"timeAfterCreate\"],\n timeBeforeExpiry: item[\"timeBeforeExpiry\"],\n };\n}\n\n/** model interface Action */\nexport interface Action {\n /** The type of action. */\n type?: KeyRotationPolicyActionType;\n}\n\nexport function actionSerializer(item: Action): any {\n return { type: item[\"type\"] };\n}\n\nexport function actionDeserializer(item: any): Action {\n return {\n type: item[\"type\"],\n };\n}\n\n/** The type of action. */\nexport type KeyRotationPolicyActionType = \"rotate\" | \"notify\";\n\n/** model interface KeyReleasePolicy */\nexport interface KeyReleasePolicy {\n /** Content type and version of key release policy */\n contentType?: string;\n /** Blob encoding the policy rules under which the key can be released. */\n data?: Uint8Array;\n}\n\nexport function keyReleasePolicySerializer(item: KeyReleasePolicy): any {\n return {\n contentType: item[\"contentType\"],\n data: !item[\"data\"] ? item[\"data\"] : uint8ArrayToString(item[\"data\"], \"base64url\"),\n };\n}\n\nexport function keyReleasePolicyDeserializer(item: any): KeyReleasePolicy {\n return {\n contentType: item[\"contentType\"],\n data: !item[\"data\"]\n ? item[\"data\"]\n : typeof item[\"data\"] === \"string\"\n ? stringToUint8Array(item[\"data\"], \"base64url\")\n : item[\"data\"],\n };\n}\n\n/** The parameters used to create a key. */\nexport interface KeyCreateParameters {\n /** The tags that will be assigned to the key. */\n tags?: Record<string, string>;\n /** The properties of the key to be created. */\n properties: KeyProperties;\n}\n\nexport function keyCreateParametersSerializer(item: KeyCreateParameters): any {\n return { tags: item[\"tags\"], properties: keyPropertiesSerializer(item[\"properties\"]) };\n}\n\n/** The response of a Key list operation. */\nexport interface _KeyListResult {\n /** The Key items on this page */\n value: Key[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _keyListResultDeserializer(item: any): _KeyListResult {\n return {\n value: keyArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function keyArrayDeserializer(result: Array<Key>): any[] {\n return result.map((item) => {\n return keyDeserializer(item);\n });\n}\n\n/** The key resource. */\nexport interface ManagedHsmKey extends ProxyResource {\n /** Resource tags */\n tags?: Record<string, string>;\n /** The attributes of the key. */\n attributes?: ManagedHsmKeyAttributes;\n /** The type of the key. For valid values, see JsonWebKeyType. */\n kty?: JsonWebKeyType;\n keyOps?: JsonWebKeyOperation[];\n /** The key size in bits. For example: 2048, 3072, or 4096 for RSA. Default for RSA and RSA-HSM keys is 2048. Exception made for bring your own key (BYOK), key exchange keys default to 4096. */\n keySize?: number;\n /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */\n curveName?: JsonWebKeyCurveName;\n /** The URI to retrieve the current version of the key. */\n readonly keyUri?: string;\n /** The URI to retrieve the specific version of the key. */\n readonly keyUriWithVersion?: string;\n /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */\n rotationPolicy?: ManagedHsmRotationPolicy;\n /** Key release policy in response. It will be used for both output and input. Omitted if empty */\n releasePolicy?: ManagedHsmKeyReleasePolicy;\n}\n\nexport function managedHsmKeyDeserializer(item: any): ManagedHsmKey {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ..._managedHsmKeyPropertiesDeserializer(item[\"properties\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** The properties of the key. */\nexport interface ManagedHsmKeyProperties {\n /** The attributes of the key. */\n attributes?: ManagedHsmKeyAttributes;\n /** The type of the key. For valid values, see JsonWebKeyType. */\n kty?: JsonWebKeyType;\n keyOps?: JsonWebKeyOperation[];\n /** The key size in bits. For example: 2048, 3072, or 4096 for RSA. Default for RSA and RSA-HSM keys is 2048. Exception made for bring your own key (BYOK), key exchange keys default to 4096. */\n keySize?: number;\n /** The elliptic curve name. For valid values, see JsonWebKeyCurveName. Default for EC and EC-HSM keys is P-256 */\n curveName?: JsonWebKeyCurveName;\n /** The URI to retrieve the current version of the key. */\n readonly keyUri?: string;\n /** The URI to retrieve the specific version of the key. */\n readonly keyUriWithVersion?: string;\n /** Key rotation policy in response. It will be used for both output and input. Omitted if empty */\n rotationPolicy?: ManagedHsmRotationPolicy;\n /** Key release policy in response. It will be used for both output and input. Omitted if empty */\n releasePolicy?: ManagedHsmKeyReleasePolicy;\n}\n\nexport function managedHsmKeyPropertiesSerializer(item: ManagedHsmKeyProperties): any {\n return {\n attributes: !item[\"attributes\"]\n ? item[\"attributes\"]\n : managedHsmKeyAttributesSerializer(item[\"attributes\"]),\n kty: item[\"kty\"],\n keyOps: !item[\"keyOps\"]\n ? item[\"keyOps\"]\n : item[\"keyOps\"].map((p: any) => {\n return p;\n }),\n keySize: item[\"keySize\"],\n curveName: item[\"curveName\"],\n rotationPolicy: !item[\"rotationPolicy\"]\n ? item[\"rotationPolicy\"]\n : managedHsmRotationPolicySerializer(item[\"rotationPolicy\"]),\n release_policy: !item[\"releasePolicy\"]\n ? item[\"releasePolicy\"]\n : managedHsmKeyReleasePolicySerializer(item[\"releasePolicy\"]),\n };\n}\n\nexport function managedHsmKeyPropertiesDeserializer(item: any): ManagedHsmKeyProperties {\n return {\n attributes: !item[\"attributes\"]\n ? item[\"attributes\"]\n : managedHsmKeyAttributesDeserializer(item[\"attributes\"]),\n kty: item[\"kty\"],\n keyOps: !item[\"keyOps\"]\n ? item[\"keyOps\"]\n : item[\"keyOps\"].map((p: any) => {\n return p;\n }),\n keySize: item[\"keySize\"],\n curveName: item[\"curveName\"],\n keyUri: item[\"keyUri\"],\n keyUriWithVersion: item[\"keyUriWithVersion\"],\n rotationPolicy: !item[\"rotationPolicy\"]\n ? item[\"rotationPolicy\"]\n : managedHsmRotationPolicyDeserializer(item[\"rotationPolicy\"]),\n releasePolicy: !item[\"release_policy\"]\n ? item[\"release_policy\"]\n : managedHsmKeyReleasePolicyDeserializer(item[\"release_policy\"]),\n };\n}\n\n/** The object attributes managed by the Azure Key Vault service. */\nexport interface ManagedHsmKeyAttributes {\n /** Determines whether or not the object is enabled. */\n enabled?: boolean;\n /** Not before date in seconds since 1970-01-01T00:00:00Z. */\n notBefore?: number;\n /** Expiry date in seconds since 1970-01-01T00:00:00Z. */\n expires?: number;\n /** Creation time in seconds since 1970-01-01T00:00:00Z. */\n readonly created?: number;\n /** Last updated time in seconds since 1970-01-01T00:00:00Z. */\n readonly updated?: number;\n /** The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval. */\n readonly recoveryLevel?: DeletionRecoveryLevel;\n /** Indicates if the private key can be exported. */\n exportable?: boolean;\n}\n\nexport function managedHsmKeyAttributesSerializer(item: ManagedHsmKeyAttributes): any {\n return {\n enabled: item[\"enabled\"],\n nbf: item[\"notBefore\"],\n exp: item[\"expires\"],\n exportable: item[\"exportable\"],\n };\n}\n\nexport function managedHsmKeyAttributesDeserializer(item: any): ManagedHsmKeyAttributes {\n return {\n enabled: item[\"enabled\"],\n notBefore: item[\"nbf\"],\n expires: item[\"exp\"],\n created: item[\"created\"],\n updated: item[\"updated\"],\n recoveryLevel: item[\"recoveryLevel\"],\n exportable: item[\"exportable\"],\n };\n}\n\n/** model interface ManagedHsmRotationPolicy */\nexport interface ManagedHsmRotationPolicy {\n /** The attributes of key rotation policy. */\n attributes?: ManagedHsmKeyRotationPolicyAttributes;\n /** The lifetimeActions for key rotation action. */\n lifetimeActions?: ManagedHsmLifetimeAction[];\n}\n\nexport function managedHsmRotationPolicySerializer(item: ManagedHsmRotationPolicy): any {\n return {\n attributes: !item[\"attributes\"]\n ? item[\"attributes\"]\n : managedHsmKeyRotationPolicyAttributesSerializer(item[\"attributes\"]),\n lifetimeActions: !item[\"lifetimeActions\"]\n ? item[\"lifetimeActions\"]\n : managedHsmLifetimeActionArraySerializer(item[\"lifetimeActions\"]),\n };\n}\n\nexport function managedHsmRotationPolicyDeserializer(item: any): ManagedHsmRotationPolicy {\n return {\n attributes: !item[\"attributes\"]\n ? item[\"attributes\"]\n : managedHsmKeyRotationPolicyAttributesDeserializer(item[\"attributes\"]),\n lifetimeActions: !item[\"lifetimeActions\"]\n ? item[\"lifetimeActions\"]\n : managedHsmLifetimeActionArrayDeserializer(item[\"lifetimeActions\"]),\n };\n}\n\n/** model interface ManagedHsmKeyRotationPolicyAttributes */\nexport interface ManagedHsmKeyRotationPolicyAttributes {\n /** Creation time in seconds since 1970-01-01T00:00:00Z. */\n readonly created?: number;\n /** Last updated time in seconds since 1970-01-01T00:00:00Z. */\n readonly updated?: number;\n /** The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'. */\n expiryTime?: string;\n}\n\nexport function managedHsmKeyRotationPolicyAttributesSerializer(\n item: ManagedHsmKeyRotationPolicyAttributes,\n): any {\n return { expiryTime: item[\"expiryTime\"] };\n}\n\nexport function managedHsmKeyRotationPolicyAttributesDeserializer(\n item: any,\n): ManagedHsmKeyRotationPolicyAttributes {\n return {\n created: item[\"created\"],\n updated: item[\"updated\"],\n expiryTime: item[\"expiryTime\"],\n };\n}\n\nexport function managedHsmLifetimeActionArraySerializer(\n result: Array<ManagedHsmLifetimeAction>,\n): any[] {\n return result.map((item) => {\n return managedHsmLifetimeActionSerializer(item);\n });\n}\n\nexport function managedHsmLifetimeActionArrayDeserializer(\n result: Array<ManagedHsmLifetimeAction>,\n): any[] {\n return result.map((item) => {\n return managedHsmLifetimeActionDeserializer(item);\n });\n}\n\n/** model interface ManagedHsmLifetimeAction */\nexport interface ManagedHsmLifetimeAction {\n /** The trigger of key rotation policy lifetimeAction. */\n trigger?: ManagedHsmTrigger;\n /** The action of key rotation policy lifetimeAction. */\n action?: ManagedHsmAction;\n}\n\nexport function managedHsmLifetimeActionSerializer(item: ManagedHsmLifetimeAction): any {\n return {\n trigger: !item[\"trigger\"] ? item[\"trigger\"] : managedHsmTriggerSerializer(item[\"trigger\"]),\n action: !item[\"action\"] ? item[\"action\"] : managedHsmActionSerializer(item[\"action\"]),\n };\n}\n\nexport function managedHsmLifetimeActionDeserializer(item: any): ManagedHsmLifetimeAction {\n return {\n trigger: !item[\"trigger\"] ? item[\"trigger\"] : managedHsmTriggerDeserializer(item[\"trigger\"]),\n action: !item[\"action\"] ? item[\"action\"] : managedHsmActionDeserializer(item[\"action\"]),\n };\n}\n\n/** model interface ManagedHsmTrigger */\nexport interface ManagedHsmTrigger {\n /** The time duration after key creation to rotate the key. It only applies to rotate. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. */\n timeAfterCreate?: string;\n /** The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. */\n timeBeforeExpiry?: string;\n}\n\nexport function managedHsmTriggerSerializer(item: ManagedHsmTrigger): any {\n return { timeAfterCreate: item[\"timeAfterCreate\"], timeBeforeExpiry: item[\"timeBeforeExpiry\"] };\n}\n\nexport function managedHsmTriggerDeserializer(item: any): ManagedHsmTrigger {\n return {\n timeAfterCreate: item[\"timeAfterCreate\"],\n timeBeforeExpiry: item[\"timeBeforeExpiry\"],\n };\n}\n\n/** model interface ManagedHsmAction */\nexport interface ManagedHsmAction {\n /** The type of action. */\n type?: KeyRotationPolicyActionType;\n}\n\nexport function managedHsmActionSerializer(item: ManagedHsmAction): any {\n return { type: item[\"type\"] };\n}\n\nexport function managedHsmActionDeserializer(item: any): ManagedHsmAction {\n return {\n type: item[\"type\"],\n };\n}\n\n/** model interface ManagedHsmKeyReleasePolicy */\nexport interface ManagedHsmKeyReleasePolicy {\n /** Content type and version of key release policy */\n contentType?: string;\n /** Blob encoding the policy rules under which the key can be released. */\n data?: Uint8Array;\n}\n\nexport function managedHsmKeyReleasePolicySerializer(item: ManagedHsmKeyReleasePolicy): any {\n return {\n contentType: item[\"contentType\"],\n data: !item[\"data\"] ? item[\"data\"] : uint8ArrayToString(item[\"data\"], \"base64url\"),\n };\n}\n\nexport function managedHsmKeyReleasePolicyDeserializer(item: any): ManagedHsmKeyReleasePolicy {\n return {\n contentType: item[\"contentType\"],\n data: !item[\"data\"]\n ? item[\"data\"]\n : typeof item[\"data\"] === \"string\"\n ? stringToUint8Array(item[\"data\"], \"base64url\")\n : item[\"data\"],\n };\n}\n\n/** The parameters used to create a key. */\nexport interface ManagedHsmKeyCreateParameters {\n /** The tags that will be assigned to the key. */\n tags?: Record<string, string>;\n /** The properties of the key to be created. */\n properties: ManagedHsmKeyProperties;\n}\n\nexport function managedHsmKeyCreateParametersSerializer(item: ManagedHsmKeyCreateParameters): any {\n return { tags: item[\"tags\"], properties: managedHsmKeyPropertiesSerializer(item[\"properties\"]) };\n}\n\n/** The response of a ManagedHsmKey list operation. */\nexport interface _ManagedHsmKeyListResult {\n /** The ManagedHsmKey items on this page */\n value: ManagedHsmKey[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _managedHsmKeyListResultDeserializer(item: any): _ManagedHsmKeyListResult {\n return {\n value: managedHsmKeyArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function managedHsmKeyArrayDeserializer(result: Array<ManagedHsmKey>): any[] {\n return result.map((item) => {\n return managedHsmKeyDeserializer(item);\n });\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: PrivateLinkResource[];\n}\n\nexport function privateLinkResourceListResultDeserializer(\n item: any,\n): PrivateLinkResourceListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : privateLinkResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[] {\n return result.map((item) => {\n return privateLinkResourceDeserializer(item);\n });\n}\n\n/** A private link resource */\nexport interface PrivateLinkResource extends ProxyResource {\n /** Azure location of the key vault resource. */\n readonly location?: string;\n /** Tags assigned to the key vault resource. */\n readonly tags?: Record<string, string>;\n /** Group identifier of private link resource. */\n readonly groupId?: string;\n /** Required member names of private link resource. */\n readonly requiredMembers?: string[];\n /** Required DNS zone names of the the private link resource. */\n requiredZoneNames?: string[];\n}\n\nexport function privateLinkResourceDeserializer(item: any): PrivateLinkResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateLinkResourcePropertiesDeserializer(item[\"properties\"])),\n location: item[\"location\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** Properties of a private link resource. */\nexport interface PrivateLinkResourceProperties {\n /** Group identifier of private link resource. */\n readonly groupId?: string;\n /** Required member names of private link resource. */\n readonly requiredMembers?: string[];\n /** Required DNS zone names of the the private link resource. */\n requiredZoneNames?: string[];\n}\n\nexport function privateLinkResourcePropertiesDeserializer(\n item: any,\n): PrivateLinkResourceProperties {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** A list of private link resources */\nexport interface MhsmPrivateLinkResourceListResult {\n /** Array of private link resources */\n value?: MhsmPrivateLinkResource[];\n}\n\nexport function mhsmPrivateLinkResourceListResultDeserializer(\n item: any,\n): MhsmPrivateLinkResourceListResult {\n return {\n value: !item[\"value\"] ? item[\"value\"] : mhsmPrivateLinkResourceArrayDeserializer(item[\"value\"]),\n };\n}\n\nexport function mhsmPrivateLinkResourceArrayDeserializer(\n result: Array<MhsmPrivateLinkResource>,\n): any[] {\n return result.map((item) => {\n return mhsmPrivateLinkResourceDeserializer(item);\n });\n}\n\n/** A private link resource */\nexport interface MhsmPrivateLinkResource extends TrackedResource {\n /** SKU details */\n sku?: ManagedHsmSku;\n /** Managed service identity (system assigned and/or user assigned identities) */\n identity?: ManagedServiceIdentity;\n /** Group identifier of private link resource. */\n readonly groupId?: string;\n /** Required member names of private link resource. */\n readonly requiredMembers?: string[];\n /** Required DNS zone names of the the private link resource. */\n requiredZoneNames?: string[];\n}\n\nexport function mhsmPrivateLinkResourceDeserializer(item: any): MhsmPrivateLinkResource {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _mhsmPrivateLinkResourcePropertiesDeserializer(item[\"properties\"])),\n sku: !item[\"sku\"] ? item[\"sku\"] : managedHsmSkuDeserializer(item[\"sku\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** Properties of a private link resource. */\nexport interface MhsmPrivateLinkResourceProperties {\n /** Group identifier of private link resource. */\n readonly groupId?: string;\n /** Required member names of private link resource. */\n readonly requiredMembers?: string[];\n /** Required DNS zone names of the the private link resource. */\n requiredZoneNames?: string[];\n}\n\nexport function mhsmPrivateLinkResourcePropertiesDeserializer(\n item: any,\n): MhsmPrivateLinkResourceProperties {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** List of regions associated with a managed HSM Pools */\nexport interface _MhsmRegionsListResult {\n /** The MhsmGeoReplicatedRegion items on this page */\n value: MhsmGeoReplicatedRegion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _mhsmRegionsListResultDeserializer(item: any): _MhsmRegionsListResult {\n return {\n value: mhsmGeoReplicatedRegionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\n/** Private endpoint connection resource. */\nexport interface MhsmPrivateEndpointConnection extends ProxyResource {\n /** SKU details */\n sku?: ManagedHsmSku;\n /** Managed service identity */\n identity?: ManagedServiceIdentity;\n /** Modified whenever there is a change in the state of private endpoint connection. */\n etag?: string;\n /** The geo-location where the resource lives */\n location?: string;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** Properties of the private endpoint object. */\n privateEndpoint?: MhsmPrivateEndpoint;\n /** Approval state of the private link connection. */\n privateLinkServiceConnectionState?: MhsmPrivateLinkServiceConnectionState;\n /** Provisioning state of the private endpoint connection. */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\nexport function mhsmPrivateEndpointConnectionSerializer(item: MhsmPrivateEndpointConnection): any {\n return {\n properties: areAllPropsUndefined(item, [\"privateEndpoint\", \"privateLinkServiceConnectionState\"])\n ? undefined\n : _mhsmPrivateEndpointConnectionPropertiesSerializer(item),\n sku: !item[\"sku\"] ? item[\"sku\"] : managedHsmSkuSerializer(item[\"sku\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n etag: item[\"etag\"],\n location: item[\"location\"],\n tags: item[\"tags\"],\n };\n}\n\nexport function mhsmPrivateEndpointConnectionDeserializer(\n item: any,\n): MhsmPrivateEndpointConnection {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _mhsmPrivateEndpointConnectionPropertiesDeserializer(item[\"properties\"])),\n sku: !item[\"sku\"] ? item[\"sku\"] : managedHsmSkuDeserializer(item[\"sku\"]),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n etag: item[\"etag\"],\n location: item[\"location\"],\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n };\n}\n\n/** List of private endpoint connections associated with a managed HSM Pools */\nexport interface _MhsmPrivateEndpointConnectionsListResult {\n /** The MhsmPrivateEndpointConnection items on this page */\n value: MhsmPrivateEndpointConnection[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _mhsmPrivateEndpointConnectionsListResultDeserializer(\n item: any,\n): _MhsmPrivateEndpointConnectionsListResult {\n return {\n value: mhsmPrivateEndpointConnectionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function mhsmPrivateEndpointConnectionArraySerializer(\n result: Array<MhsmPrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return mhsmPrivateEndpointConnectionSerializer(item);\n });\n}\n\nexport function mhsmPrivateEndpointConnectionArrayDeserializer(\n result: Array<MhsmPrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return mhsmPrivateEndpointConnectionDeserializer(item);\n });\n}\n\n/** Type of AccessPolicyUpdateKind */\nexport type AccessPolicyUpdateKind = \"add\" | \"replace\" | \"remove\";\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-05-01 API version. */\n V20250501 = \"2025-05-01\",\n /** The 2026-02-01 API version. */\n V20260201 = \"2026-02-01\",\n}\n\nexport function _operationOperationPropertiesDeserializer(item: any) {\n return {\n serviceSpecification: !item[\"serviceSpecification\"]\n ? item[\"serviceSpecification\"]\n : serviceSpecificationDeserializer(item[\"serviceSpecification\"]),\n };\n}\n\nexport function _privateEndpointConnectionItemPropertiesSerializer(\n item: PrivateEndpointConnectionItem,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _privateEndpointConnectionItemPropertiesDeserializer(item: any) {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateDeserializer(item[\"privateLinkServiceConnectionState\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnection,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _privateEndpointConnectionPropertiesDeserializer(item: any) {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateDeserializer(item[\"privateLinkServiceConnectionState\"]),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _mhsmPrivateEndpointConnectionItemPropertiesSerializer(\n item: MhsmPrivateEndpointConnectionItem,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : mhsmPrivateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : mhsmPrivateLinkServiceConnectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _mhsmPrivateEndpointConnectionItemPropertiesDeserializer(item: any) {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : mhsmPrivateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : mhsmPrivateLinkServiceConnectionStateDeserializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n provisioningState: item[\"provisioningState\"],\n };\n}\n\nexport function _keyPropertiesSerializer(item: Key): any {\n return {\n attributes: !item[\"attributes\"]\n ? item[\"attributes\"]\n : keyAttributesSerializer(item[\"attributes\"]),\n kty: item[\"kty\"],\n keyOps: !item[\"keyOps\"]\n ? item[\"keyOps\"]\n : item[\"keyOps\"].map((p: any) => {\n return p;\n }),\n keySize: item[\"keySize\"],\n curveName: item[\"curveName\"],\n rotationPolicy: !item[\"rotationPolicy\"]\n ? item[\"rotationPolicy\"]\n : rotationPolicySerializer(item[\"rotationPolicy\"]),\n release_policy: !item[\"releasePolicy\"]\n ? item[\"releasePolicy\"]\n : keyReleasePolicySerializer(item[\"releasePolicy\"]),\n };\n}\n\nexport function _keyPropertiesDeserializer(item: any) {\n return {\n attributes: !item[\"attributes\"]\n ? item[\"attributes\"]\n : keyAttributesDeserializer(item[\"attributes\"]),\n kty: item[\"kty\"],\n keyOps: !item[\"keyOps\"]\n ? item[\"keyOps\"]\n : item[\"keyOps\"].map((p: any) => {\n return p;\n }),\n keySize: item[\"keySize\"],\n curveName: item[\"curveName\"],\n keyUri: item[\"keyUri\"],\n keyUriWithVersion: item[\"keyUriWithVersion\"],\n rotationPolicy: !item[\"rotationPolicy\"]\n ? item[\"rotationPolicy\"]\n : rotationPolicyDeserializer(item[\"rotationPolicy\"]),\n releasePolicy: !item[\"release_policy\"]\n ? item[\"release_policy\"]\n : keyReleasePolicyDeserializer(item[\"release_policy\"]),\n };\n}\n\nexport function _managedHsmKeyPropertiesSerializer(item: ManagedHsmKey): any {\n return {\n attributes: !item[\"attributes\"]\n ? item[\"attributes\"]\n : managedHsmKeyAttributesSerializer(item[\"attributes\"]),\n kty: item[\"kty\"],\n keyOps: !item[\"keyOps\"]\n ? item[\"keyOps\"]\n : item[\"keyOps\"].map((p: any) => {\n return p;\n }),\n keySize: item[\"keySize\"],\n curveName: item[\"curveName\"],\n rotationPolicy: !item[\"rotationPolicy\"]\n ? item[\"rotationPolicy\"]\n : managedHsmRotationPolicySerializer(item[\"rotationPolicy\"]),\n release_policy: !item[\"releasePolicy\"]\n ? item[\"releasePolicy\"]\n : managedHsmKeyReleasePolicySerializer(item[\"releasePolicy\"]),\n };\n}\n\nexport function _managedHsmKeyPropertiesDeserializer(item: any) {\n return {\n attributes: !item[\"attributes\"]\n ? item[\"attributes\"]\n : managedHsmKeyAttributesDeserializer(item[\"attributes\"]),\n kty: item[\"kty\"],\n keyOps: !item[\"keyOps\"]\n ? item[\"keyOps\"]\n : item[\"keyOps\"].map((p: any) => {\n return p;\n }),\n keySize: item[\"keySize\"],\n curveName: item[\"curveName\"],\n keyUri: item[\"keyUri\"],\n keyUriWithVersion: item[\"keyUriWithVersion\"],\n rotationPolicy: !item[\"rotationPolicy\"]\n ? item[\"rotationPolicy\"]\n : managedHsmRotationPolicyDeserializer(item[\"rotationPolicy\"]),\n releasePolicy: !item[\"release_policy\"]\n ? item[\"release_policy\"]\n : managedHsmKeyReleasePolicyDeserializer(item[\"release_policy\"]),\n };\n}\n\nexport function _privateLinkResourcePropertiesDeserializer(item: any) {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _mhsmPrivateLinkResourcePropertiesDeserializer(item: any) {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _mhsmPrivateEndpointConnectionPropertiesSerializer(\n item: MhsmPrivateEndpointConnection,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : mhsmPrivateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : mhsmPrivateLinkServiceConnectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _mhsmPrivateEndpointConnectionPropertiesDeserializer(item: any) {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : mhsmPrivateEndpointDeserializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : mhsmPrivateLinkServiceConnectionStateDeserializer(\n item[\"privateLinkServiceConnectionState\"],\n ),\n provisioningState: item[\"provisioningState\"],\n };\n}\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": ["KnownSkuFamily", "KnownKeyPermissions", "KnownSecretPermissions", "KnownCertificatePermissions", "KnownStoragePermissions", "KnownNetworkRuleBypassOptions", "KnownNetworkRuleAction", "KnownVaultProvisioningState", "KnownPrivateEndpointServiceConnectionStatus", "KnownActionsRequired", "KnownPrivateEndpointConnectionProvisioningState", "KnownCreatedByType", "KnownReason", "KnownProvisioningState", "KnownGeoReplicationRegionProvisioningState", "KnownPublicNetworkAccess", "KnownActivationStatus", "KnownManagedHsmSkuFamily", "KnownManagedServiceIdentityType", "KnownDeletionRecoveryLevel", "KnownJsonWebKeyType", "KnownJsonWebKeyOperation", "KnownJsonWebKeyCurveName", "KnownVersions"]
|
|
7
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { KeyVaultManagementClient } from "./keyVaultManagementClient.js";
|
|
2
|
+
import type { OperationOptions, PathUncheckedResponse } from "@azure-rest/core-client";
|
|
3
|
+
import type { AbortSignalLike } from "@azure/abort-controller";
|
|
4
|
+
import type { PollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
|
|
6
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
7
|
+
updateIntervalInMs?: number;
|
|
8
|
+
/**
|
|
9
|
+
* The signal which can be used to abort requests.
|
|
10
|
+
*/
|
|
11
|
+
abortSignal?: AbortSignalLike;
|
|
12
|
+
/** Deserialization function for raw response body */
|
|
13
|
+
processResponseBody?: (result: TResponse) => Promise<TResult>;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Creates a poller from the serialized state of another poller. This can be
|
|
17
|
+
* useful when you want to create pollers on a different host or a poller
|
|
18
|
+
* needs to be constructed after the original one is not in scope.
|
|
19
|
+
*/
|
|
20
|
+
export declare function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: KeyVaultManagementClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
|
|
21
|
+
//# sourceMappingURL=restorePollerHelpers.d.ts.map
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { _$deleteDeserialize } from "./api/mhsmPrivateEndpointConnections/operations.js";
|
|
2
|
+
import {
|
|
3
|
+
_purgeDeletedDeserialize,
|
|
4
|
+
_$deleteDeserialize as _$deleteDeserializeManagedHsms,
|
|
5
|
+
_updateDeserialize,
|
|
6
|
+
_createOrUpdateDeserialize
|
|
7
|
+
} from "./api/managedHsms/operations.js";
|
|
8
|
+
import { _$deleteDeserialize as _$deleteDeserializePrivateEndpointConnections } from "./api/privateEndpointConnections/operations.js";
|
|
9
|
+
import {
|
|
10
|
+
_purgeDeletedDeserialize as _purgeDeletedDeserializeVaults,
|
|
11
|
+
_createOrUpdateDeserialize as _createOrUpdateDeserializeVaults
|
|
12
|
+
} from "./api/vaults/operations.js";
|
|
13
|
+
import { getLongRunningPoller } from "./static-helpers/pollingHelpers.js";
|
|
14
|
+
import { deserializeState } from "@azure/core-lro";
|
|
15
|
+
function restorePoller(client, serializedState, sourceOperation, options) {
|
|
16
|
+
const pollerConfig = deserializeState(serializedState).config;
|
|
17
|
+
const { initialRequestUrl, requestMethod, metadata } = pollerConfig;
|
|
18
|
+
if (!initialRequestUrl || !requestMethod) {
|
|
19
|
+
throw new Error(
|
|
20
|
+
`Invalid serialized state: ${serializedState} for sourceOperation ${sourceOperation?.name}`
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const resourceLocationConfig = metadata?.["resourceLocationConfig"];
|
|
24
|
+
const { deserializer, expectedStatuses = [] } = getDeserializationHelper(initialRequestUrl, requestMethod) ?? {};
|
|
25
|
+
const deserializeHelper = options?.processResponseBody ?? deserializer;
|
|
26
|
+
if (!deserializeHelper) {
|
|
27
|
+
throw new Error(
|
|
28
|
+
`Please ensure the operation is in this client! We can't find its deserializeHelper for ${sourceOperation?.name}.`
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
const apiVersion = getApiVersionFromUrl(initialRequestUrl);
|
|
32
|
+
return getLongRunningPoller(
|
|
33
|
+
client["_client"] ?? client,
|
|
34
|
+
deserializeHelper,
|
|
35
|
+
expectedStatuses,
|
|
36
|
+
{
|
|
37
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
38
|
+
abortSignal: options?.abortSignal,
|
|
39
|
+
resourceLocationConfig,
|
|
40
|
+
restoreFrom: serializedState,
|
|
41
|
+
initialRequestUrl,
|
|
42
|
+
apiVersion
|
|
43
|
+
}
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
const deserializeMap = {
|
|
47
|
+
"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/privateEndpointConnections/{privateEndpointConnectionName}": { deserializer: _$deleteDeserialize, expectedStatuses: ["200", "202", "204"] },
|
|
48
|
+
"POST /subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedManagedHSMs/{name}/purge": { deserializer: _purgeDeletedDeserialize, expectedStatuses: ["202", "200", "201"] },
|
|
49
|
+
"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}": { deserializer: _$deleteDeserializeManagedHsms, expectedStatuses: ["200", "202", "204"] },
|
|
50
|
+
"PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}": { deserializer: _updateDeserialize, expectedStatuses: ["200", "202", "201"] },
|
|
51
|
+
"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}": { deserializer: _createOrUpdateDeserialize, expectedStatuses: ["200", "202", "201"] },
|
|
52
|
+
"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/privateEndpointConnections/{privateEndpointConnectionName}": {
|
|
53
|
+
deserializer: _$deleteDeserializePrivateEndpointConnections,
|
|
54
|
+
expectedStatuses: ["200", "202", "204"]
|
|
55
|
+
},
|
|
56
|
+
"POST /subscriptions/{subscriptionId}/providers/Microsoft.KeyVault/locations/{location}/deletedVaults/{vaultName}/purge": { deserializer: _purgeDeletedDeserializeVaults, expectedStatuses: ["200", "202", "201"] },
|
|
57
|
+
"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}": { deserializer: _createOrUpdateDeserializeVaults, expectedStatuses: ["200", "201", "202"] }
|
|
58
|
+
};
|
|
59
|
+
function getDeserializationHelper(urlStr, method) {
|
|
60
|
+
const path = new URL(urlStr).pathname;
|
|
61
|
+
const pathParts = path.split("/");
|
|
62
|
+
let matchedLen = -1, matchedValue;
|
|
63
|
+
for (const [key, value] of Object.entries(deserializeMap)) {
|
|
64
|
+
if (!key.startsWith(method)) {
|
|
65
|
+
continue;
|
|
66
|
+
}
|
|
67
|
+
const candidatePath = getPathFromMapKey(key);
|
|
68
|
+
const candidateParts = candidatePath.split("/");
|
|
69
|
+
let found = true;
|
|
70
|
+
for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {
|
|
71
|
+
if (candidateParts[i]?.startsWith("{") && candidateParts[i]?.indexOf("}") !== -1) {
|
|
72
|
+
const start = candidateParts[i].indexOf("}") + 1, end = candidateParts[i]?.length;
|
|
73
|
+
const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(
|
|
74
|
+
pathParts[j] || ""
|
|
75
|
+
);
|
|
76
|
+
if (!isMatched) {
|
|
77
|
+
found = false;
|
|
78
|
+
break;
|
|
79
|
+
}
|
|
80
|
+
continue;
|
|
81
|
+
}
|
|
82
|
+
if (candidateParts[i] !== pathParts[j]) {
|
|
83
|
+
found = false;
|
|
84
|
+
break;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
if (found && candidatePath.length > matchedLen) {
|
|
88
|
+
matchedLen = candidatePath.length;
|
|
89
|
+
matchedValue = value;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
return matchedValue;
|
|
93
|
+
}
|
|
94
|
+
function getPathFromMapKey(mapKey) {
|
|
95
|
+
const pathStart = mapKey.indexOf("/");
|
|
96
|
+
return mapKey.slice(pathStart);
|
|
97
|
+
}
|
|
98
|
+
function getApiVersionFromUrl(urlStr) {
|
|
99
|
+
const url = new URL(urlStr);
|
|
100
|
+
return url.searchParams.get("api-version") ?? void 0;
|
|
101
|
+
}
|
|
102
|
+
export {
|
|
103
|
+
restorePoller
|
|
104
|
+
};
|