@azure/arm-keyvault 3.1.1-alpha.20250210.1 → 3.1.1-alpha.20250211.2
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 +21 -14
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/keyVaultManagementClient.d.ts +31 -0
- package/dist/browser/keyVaultManagementClient.d.ts.map +1 -0
- package/dist/browser/keyVaultManagementClient.js +108 -0
- package/dist/browser/keyVaultManagementClient.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +305 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/index.d.ts +12 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +19 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/keys.d.ts +95 -0
- package/dist/browser/operations/keys.d.ts.map +1 -0
- package/dist/browser/operations/keys.js +384 -0
- package/dist/browser/operations/keys.js.map +1 -0
- package/dist/browser/operations/managedHsmKeys.d.ts +105 -0
- package/dist/browser/operations/managedHsmKeys.d.ts.map +1 -0
- package/dist/browser/operations/managedHsmKeys.js +394 -0
- package/dist/browser/operations/managedHsmKeys.js.map +1 -0
- package/dist/browser/operations/managedHsms.d.ts +154 -0
- package/dist/browser/operations/managedHsms.d.ts.map +1 -0
- package/dist/browser/operations/managedHsms.js +782 -0
- package/dist/browser/operations/managedHsms.js.map +1 -0
- package/dist/browser/operations/mhsmPrivateEndpointConnections.d.ts +78 -0
- package/dist/browser/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/mhsmPrivateEndpointConnections.js +316 -0
- package/dist/browser/operations/mhsmPrivateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/mhsmPrivateLinkResources.d.ts +20 -0
- package/dist/browser/operations/mhsmPrivateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/mhsmPrivateLinkResources.js +53 -0
- package/dist/browser/operations/mhsmPrivateLinkResources.js.map +1 -0
- package/dist/browser/operations/mhsmRegions.d.ts +38 -0
- package/dist/browser/operations/mhsmRegions.d.ts.map +1 -0
- package/dist/browser/operations/mhsmRegions.js +150 -0
- package/dist/browser/operations/mhsmRegions.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +78 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +322 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +20 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +53 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/secrets.d.ts +74 -0
- package/dist/browser/operations/secrets.d.ts.map +1 -0
- package/dist/browser/operations/secrets.js +268 -0
- package/dist/browser/operations/secrets.js.map +1 -0
- package/dist/browser/operations/vaults.d.ts +166 -0
- package/dist/browser/operations/vaults.d.ts.map +1 -0
- package/dist/browser/operations/vaults.js +829 -0
- package/dist/browser/operations/vaults.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +12 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +19 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/keys.d.ts +51 -0
- package/dist/browser/operationsInterfaces/keys.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/keys.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedHsmKeys.d.ts +57 -0
- package/dist/browser/operationsInterfaces/managedHsmKeys.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedHsmKeys.js.map +1 -0
- package/dist/browser/operationsInterfaces/managedHsms.d.ts +104 -0
- package/dist/browser/operationsInterfaces/managedHsms.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/managedHsms.js.map +1 -0
- package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +52 -0
- package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.d.ts +12 -0
- package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/mhsmRegions.d.ts +13 -0
- package/dist/browser/operationsInterfaces/mhsmRegions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/mhsmRegions.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +52 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/secrets.d.ts +47 -0
- package/dist/browser/operationsInterfaces/secrets.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/secrets.js.map +1 -0
- package/dist/browser/operationsInterfaces/vaults.d.ts +103 -0
- package/dist/browser/operationsInterfaces/vaults.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/vaults.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/keyVaultManagementClient.d.ts +31 -0
- package/dist/commonjs/keyVaultManagementClient.d.ts.map +1 -0
- package/dist/commonjs/keyVaultManagementClient.js +113 -0
- package/dist/commonjs/keyVaultManagementClient.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2286 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +357 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +106 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +3358 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +36 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +308 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +12 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +22 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/keys.d.ts +95 -0
- package/dist/commonjs/operations/keys.d.ts.map +1 -0
- package/dist/commonjs/operations/keys.js +388 -0
- package/dist/commonjs/operations/keys.js.map +1 -0
- package/dist/commonjs/operations/managedHsmKeys.d.ts +105 -0
- package/dist/commonjs/operations/managedHsmKeys.d.ts.map +1 -0
- package/dist/commonjs/operations/managedHsmKeys.js +398 -0
- package/dist/commonjs/operations/managedHsmKeys.js.map +1 -0
- package/dist/commonjs/operations/managedHsms.d.ts +154 -0
- package/dist/commonjs/operations/managedHsms.d.ts.map +1 -0
- package/dist/commonjs/operations/managedHsms.js +786 -0
- package/dist/commonjs/operations/managedHsms.js.map +1 -0
- package/dist/commonjs/operations/mhsmPrivateEndpointConnections.d.ts +78 -0
- package/dist/commonjs/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/mhsmPrivateEndpointConnections.js +320 -0
- package/dist/commonjs/operations/mhsmPrivateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/mhsmPrivateLinkResources.d.ts +20 -0
- package/dist/commonjs/operations/mhsmPrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/mhsmPrivateLinkResources.js +58 -0
- package/dist/commonjs/operations/mhsmPrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/mhsmRegions.d.ts +38 -0
- package/dist/commonjs/operations/mhsmRegions.d.ts.map +1 -0
- package/dist/commonjs/operations/mhsmRegions.js +154 -0
- package/dist/commonjs/operations/mhsmRegions.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +78 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +326 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +20 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +58 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/secrets.d.ts +74 -0
- package/dist/commonjs/operations/secrets.d.ts.map +1 -0
- package/dist/commonjs/operations/secrets.js +272 -0
- package/dist/commonjs/operations/secrets.js.map +1 -0
- package/dist/commonjs/operations/vaults.d.ts +166 -0
- package/dist/commonjs/operations/vaults.d.ts.map +1 -0
- package/dist/commonjs/operations/vaults.js +833 -0
- package/dist/commonjs/operations/vaults.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +22 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/keys.d.ts +51 -0
- package/dist/commonjs/operationsInterfaces/keys.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/keys.js +10 -0
- package/dist/commonjs/operationsInterfaces/keys.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedHsmKeys.d.ts +57 -0
- package/dist/commonjs/operationsInterfaces/managedHsmKeys.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedHsmKeys.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedHsmKeys.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedHsms.d.ts +104 -0
- package/dist/commonjs/operationsInterfaces/managedHsms.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/managedHsms.js +10 -0
- package/dist/commonjs/operationsInterfaces/managedHsms.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +52 -0
- package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/mhsmRegions.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/mhsmRegions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/mhsmRegions.js +10 -0
- package/dist/commonjs/operationsInterfaces/mhsmRegions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +52 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/secrets.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/secrets.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/secrets.js +10 -0
- package/dist/commonjs/operationsInterfaces/secrets.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/vaults.d.ts +103 -0
- package/dist/commonjs/operationsInterfaces/vaults.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/vaults.js +10 -0
- package/dist/commonjs/operationsInterfaces/vaults.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/keyVaultManagementClient.d.ts +31 -0
- package/dist/esm/keyVaultManagementClient.d.ts.map +1 -0
- package/dist/esm/keyVaultManagementClient.js +108 -0
- package/dist/esm/keyVaultManagementClient.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2286 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +354 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +106 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +3353 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +36 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +305 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/index.d.ts +12 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +19 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/keys.d.ts +95 -0
- package/dist/esm/operations/keys.d.ts.map +1 -0
- package/dist/esm/operations/keys.js +384 -0
- package/dist/esm/operations/keys.js.map +1 -0
- package/dist/esm/operations/managedHsmKeys.d.ts +105 -0
- package/dist/esm/operations/managedHsmKeys.d.ts.map +1 -0
- package/dist/esm/operations/managedHsmKeys.js +394 -0
- package/dist/esm/operations/managedHsmKeys.js.map +1 -0
- package/dist/esm/operations/managedHsms.d.ts +154 -0
- package/dist/esm/operations/managedHsms.d.ts.map +1 -0
- package/dist/esm/operations/managedHsms.js +782 -0
- package/dist/esm/operations/managedHsms.js.map +1 -0
- package/dist/esm/operations/mhsmPrivateEndpointConnections.d.ts +78 -0
- package/dist/esm/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/mhsmPrivateEndpointConnections.js +316 -0
- package/dist/esm/operations/mhsmPrivateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/mhsmPrivateLinkResources.d.ts +20 -0
- package/dist/esm/operations/mhsmPrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/mhsmPrivateLinkResources.js +53 -0
- package/dist/esm/operations/mhsmPrivateLinkResources.js.map +1 -0
- package/dist/esm/operations/mhsmRegions.d.ts +38 -0
- package/dist/esm/operations/mhsmRegions.d.ts.map +1 -0
- package/dist/esm/operations/mhsmRegions.js +150 -0
- package/dist/esm/operations/mhsmRegions.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +78 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +322 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +20 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +53 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/secrets.d.ts +74 -0
- package/dist/esm/operations/secrets.d.ts.map +1 -0
- package/dist/esm/operations/secrets.js +268 -0
- package/dist/esm/operations/secrets.js.map +1 -0
- package/dist/esm/operations/vaults.d.ts +166 -0
- package/dist/esm/operations/vaults.d.ts.map +1 -0
- package/dist/esm/operations/vaults.js +829 -0
- package/dist/esm/operations/vaults.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +12 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +19 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/keys.d.ts +51 -0
- package/dist/esm/operationsInterfaces/keys.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/keys.js +9 -0
- package/dist/esm/operationsInterfaces/keys.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedHsmKeys.d.ts +57 -0
- package/dist/esm/operationsInterfaces/managedHsmKeys.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedHsmKeys.js +9 -0
- package/dist/esm/operationsInterfaces/managedHsmKeys.js.map +1 -0
- package/dist/esm/operationsInterfaces/managedHsms.d.ts +104 -0
- package/dist/esm/operationsInterfaces/managedHsms.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/managedHsms.js +9 -0
- package/dist/esm/operationsInterfaces/managedHsms.js.map +1 -0
- package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +52 -0
- package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.d.ts +12 -0
- package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/mhsmRegions.d.ts +13 -0
- package/dist/esm/operationsInterfaces/mhsmRegions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/mhsmRegions.js +9 -0
- package/dist/esm/operationsInterfaces/mhsmRegions.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +52 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/secrets.d.ts +47 -0
- package/dist/esm/operationsInterfaces/secrets.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/secrets.js +9 -0
- package/dist/esm/operationsInterfaces/secrets.js.map +1 -0
- package/dist/esm/operationsInterfaces/vaults.d.ts +103 -0
- package/dist/esm/operationsInterfaces/vaults.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/vaults.js +9 -0
- package/dist/esm/operationsInterfaces/vaults.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/keyVaultManagementClient.d.ts +31 -0
- package/dist/react-native/keyVaultManagementClient.d.ts.map +1 -0
- package/dist/react-native/keyVaultManagementClient.js +108 -0
- package/dist/react-native/keyVaultManagementClient.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2286 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +354 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +106 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +3353 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +36 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +305 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +12 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +19 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/keys.d.ts +95 -0
- package/dist/react-native/operations/keys.d.ts.map +1 -0
- package/dist/react-native/operations/keys.js +384 -0
- package/dist/react-native/operations/keys.js.map +1 -0
- package/dist/react-native/operations/managedHsmKeys.d.ts +105 -0
- package/dist/react-native/operations/managedHsmKeys.d.ts.map +1 -0
- package/dist/react-native/operations/managedHsmKeys.js +394 -0
- package/dist/react-native/operations/managedHsmKeys.js.map +1 -0
- package/dist/react-native/operations/managedHsms.d.ts +154 -0
- package/dist/react-native/operations/managedHsms.d.ts.map +1 -0
- package/dist/react-native/operations/managedHsms.js +782 -0
- package/dist/react-native/operations/managedHsms.js.map +1 -0
- package/dist/react-native/operations/mhsmPrivateEndpointConnections.d.ts +78 -0
- package/dist/react-native/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/mhsmPrivateEndpointConnections.js +316 -0
- package/dist/react-native/operations/mhsmPrivateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/mhsmPrivateLinkResources.d.ts +20 -0
- package/dist/react-native/operations/mhsmPrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/mhsmPrivateLinkResources.js +53 -0
- package/dist/react-native/operations/mhsmPrivateLinkResources.js.map +1 -0
- package/dist/react-native/operations/mhsmRegions.d.ts +38 -0
- package/dist/react-native/operations/mhsmRegions.d.ts.map +1 -0
- package/dist/react-native/operations/mhsmRegions.js +150 -0
- package/dist/react-native/operations/mhsmRegions.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +78 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +322 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +20 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +53 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/secrets.d.ts +74 -0
- package/dist/react-native/operations/secrets.d.ts.map +1 -0
- package/dist/react-native/operations/secrets.js +268 -0
- package/dist/react-native/operations/secrets.js.map +1 -0
- package/dist/react-native/operations/vaults.d.ts +166 -0
- package/dist/react-native/operations/vaults.d.ts.map +1 -0
- package/dist/react-native/operations/vaults.js +829 -0
- package/dist/react-native/operations/vaults.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +19 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/keys.d.ts +51 -0
- package/dist/react-native/operationsInterfaces/keys.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/keys.js +9 -0
- package/dist/react-native/operationsInterfaces/keys.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedHsmKeys.d.ts +57 -0
- package/dist/react-native/operationsInterfaces/managedHsmKeys.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedHsmKeys.js +9 -0
- package/dist/react-native/operationsInterfaces/managedHsmKeys.js.map +1 -0
- package/dist/react-native/operationsInterfaces/managedHsms.d.ts +104 -0
- package/dist/react-native/operationsInterfaces/managedHsms.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/managedHsms.js +9 -0
- package/dist/react-native/operationsInterfaces/managedHsms.js.map +1 -0
- package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +52 -0
- package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/mhsmRegions.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/mhsmRegions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/mhsmRegions.js +9 -0
- package/dist/react-native/operationsInterfaces/mhsmRegions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +52 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/secrets.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/secrets.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/secrets.js +9 -0
- package/dist/react-native/operationsInterfaces/secrets.js.map +1 -0
- package/dist/react-native/operationsInterfaces/vaults.d.ts +103 -0
- package/dist/react-native/operationsInterfaces/vaults.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/vaults.js +9 -0
- package/dist/react-native/operationsInterfaces/vaults.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +70 -41
- package/dist/index.js +0 -7960
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/keysCreateIfNotExistSample.d.ts +0 -2
- package/dist-esm/samples-dev/keysCreateIfNotExistSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/keysCreateIfNotExistSample.js +0 -31
- package/dist-esm/samples-dev/keysCreateIfNotExistSample.js.map +0 -1
- package/dist-esm/samples-dev/keysGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/keysGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/keysGetSample.js +0 -37
- package/dist-esm/samples-dev/keysGetSample.js.map +0 -1
- package/dist-esm/samples-dev/keysGetVersionSample.d.ts +0 -2
- package/dist-esm/samples-dev/keysGetVersionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/keysGetVersionSample.js +0 -38
- package/dist-esm/samples-dev/keysGetVersionSample.js.map +0 -1
- package/dist-esm/samples-dev/keysListSample.d.ts +0 -2
- package/dist-esm/samples-dev/keysListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/keysListSample.js +0 -52
- package/dist-esm/samples-dev/keysListSample.js.map +0 -1
- package/dist-esm/samples-dev/keysListVersionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/keysListVersionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/keysListVersionsSample.js +0 -53
- package/dist-esm/samples-dev/keysListVersionsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedHsmKeysCreateIfNotExistSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedHsmKeysCreateIfNotExistSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedHsmKeysCreateIfNotExistSample.js +0 -33
- package/dist-esm/samples-dev/managedHsmKeysCreateIfNotExistSample.js.map +0 -1
- package/dist-esm/samples-dev/managedHsmKeysGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedHsmKeysGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedHsmKeysGetSample.js +0 -37
- package/dist-esm/samples-dev/managedHsmKeysGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedHsmKeysGetVersionSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedHsmKeysGetVersionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedHsmKeysGetVersionSample.js +0 -38
- package/dist-esm/samples-dev/managedHsmKeysGetVersionSample.js.map +0 -1
- package/dist-esm/samples-dev/managedHsmKeysListSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedHsmKeysListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedHsmKeysListSample.js +0 -52
- package/dist-esm/samples-dev/managedHsmKeysListSample.js.map +0 -1
- package/dist-esm/samples-dev/managedHsmKeysListVersionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedHsmKeysListVersionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedHsmKeysListVersionsSample.js +0 -53
- package/dist-esm/samples-dev/managedHsmKeysListVersionsSample.js.map +0 -1
- package/dist-esm/samples-dev/managedHsmsCheckMhsmNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/managedHsmsCheckMhsmNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedHsmsCheckMhsmNameAvailabilitySample.js +0 -28
- package/dist-esm/samples-dev/managedHsmsCheckMhsmNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/managedHsmsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedHsmsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedHsmsCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/managedHsmsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/managedHsmsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedHsmsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedHsmsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/managedHsmsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/managedHsmsGetDeletedSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedHsmsGetDeletedSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedHsmsGetDeletedSample.js +0 -36
- package/dist-esm/samples-dev/managedHsmsGetDeletedSample.js.map +0 -1
- package/dist-esm/samples-dev/managedHsmsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedHsmsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedHsmsGetSample.js +0 -36
- package/dist-esm/samples-dev/managedHsmsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/managedHsmsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedHsmsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedHsmsListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/managedHsmsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/managedHsmsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedHsmsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedHsmsListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/managedHsmsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/managedHsmsListDeletedSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedHsmsListDeletedSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedHsmsListDeletedSample.js +0 -50
- package/dist-esm/samples-dev/managedHsmsListDeletedSample.js.map +0 -1
- package/dist-esm/samples-dev/managedHsmsPurgeDeletedSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedHsmsPurgeDeletedSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedHsmsPurgeDeletedSample.js +0 -36
- package/dist-esm/samples-dev/managedHsmsPurgeDeletedSample.js.map +0 -1
- package/dist-esm/samples-dev/managedHsmsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/managedHsmsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/managedHsmsUpdateSample.js +0 -32
- package/dist-esm/samples-dev/managedHsmsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsGetSample.js +0 -37
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsListByResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsListByResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsListByResourceSample.js +0 -52
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsListByResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsPutSample.js +0 -36
- package/dist-esm/samples-dev/mhsmPrivateEndpointConnectionsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/mhsmPrivateLinkResourcesListByMhsmResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/mhsmPrivateLinkResourcesListByMhsmResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/mhsmPrivateLinkResourcesListByMhsmResourceSample.js +0 -36
- package/dist-esm/samples-dev/mhsmPrivateLinkResourcesListByMhsmResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/mhsmRegionsListByResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/mhsmRegionsListByResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/mhsmRegionsListByResourceSample.js +0 -52
- package/dist-esm/samples-dev/mhsmRegionsListByResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByResourceSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByResourceSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByResourceSample.js +0 -52
- package/dist-esm/samples-dev/privateEndpointConnectionsListByResourceSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByVaultSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByVaultSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByVaultSample.js +0 -36
- package/dist-esm/samples-dev/privateLinkResourcesListByVaultSample.js.map +0 -1
- package/dist-esm/samples-dev/secretsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretsCreateOrUpdateSample.js +0 -33
- package/dist-esm/samples-dev/secretsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/secretsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretsGetSample.js +0 -37
- package/dist-esm/samples-dev/secretsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/secretsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretsListSample.js +0 -52
- package/dist-esm/samples-dev/secretsListSample.js.map +0 -1
- package/dist-esm/samples-dev/secretsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretsUpdateSample.js +0 -33
- package/dist-esm/samples-dev/secretsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsCheckNameAvailabilitySample.js +0 -31
- package/dist-esm/samples-dev/vaultsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsCreateOrUpdateSample.js +0 -121
- package/dist-esm/samples-dev/vaultsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/vaultsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsGetDeletedSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsGetDeletedSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsGetDeletedSample.js +0 -36
- package/dist-esm/samples-dev/vaultsGetDeletedSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsGetSample.js +0 -36
- package/dist-esm/samples-dev/vaultsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsListByResourceGroupSample.js +0 -46
- package/dist-esm/samples-dev/vaultsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsListBySubscriptionSample.js +0 -45
- package/dist-esm/samples-dev/vaultsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsListDeletedSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsListDeletedSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsListDeletedSample.js +0 -50
- package/dist-esm/samples-dev/vaultsListDeletedSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsListSample.js +0 -45
- package/dist-esm/samples-dev/vaultsListSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsPurgeDeletedSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsPurgeDeletedSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsPurgeDeletedSample.js +0 -36
- package/dist-esm/samples-dev/vaultsPurgeDeletedSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsUpdateAccessPolicySample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsUpdateAccessPolicySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsUpdateAccessPolicySample.js +0 -45
- package/dist-esm/samples-dev/vaultsUpdateAccessPolicySample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsUpdateSample.js +0 -82
- package/dist-esm/samples-dev/vaultsUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/keyVaultManagementClient.d.ts +0 -31
- package/dist-esm/src/keyVaultManagementClient.d.ts.map +0 -1
- package/dist-esm/src/keyVaultManagementClient.js +0 -111
- package/dist-esm/src/keyVaultManagementClient.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -305
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -12
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -19
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/keys.d.ts +0 -95
- package/dist-esm/src/operations/keys.d.ts.map +0 -1
- package/dist-esm/src/operations/keys.js +0 -384
- package/dist-esm/src/operations/keys.js.map +0 -1
- package/dist-esm/src/operations/managedHsmKeys.d.ts +0 -105
- package/dist-esm/src/operations/managedHsmKeys.d.ts.map +0 -1
- package/dist-esm/src/operations/managedHsmKeys.js +0 -394
- package/dist-esm/src/operations/managedHsmKeys.js.map +0 -1
- package/dist-esm/src/operations/managedHsms.d.ts +0 -154
- package/dist-esm/src/operations/managedHsms.d.ts.map +0 -1
- package/dist-esm/src/operations/managedHsms.js +0 -798
- package/dist-esm/src/operations/managedHsms.js.map +0 -1
- package/dist-esm/src/operations/mhsmPrivateEndpointConnections.d.ts +0 -78
- package/dist-esm/src/operations/mhsmPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/mhsmPrivateEndpointConnections.js +0 -320
- package/dist-esm/src/operations/mhsmPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/mhsmPrivateLinkResources.d.ts +0 -20
- package/dist-esm/src/operations/mhsmPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/mhsmPrivateLinkResources.js +0 -53
- package/dist-esm/src/operations/mhsmPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/mhsmRegions.d.ts +0 -38
- package/dist-esm/src/operations/mhsmRegions.d.ts.map +0 -1
- package/dist-esm/src/operations/mhsmRegions.js +0 -150
- package/dist-esm/src/operations/mhsmRegions.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -78
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -326
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -20
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -53
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/secrets.d.ts +0 -74
- package/dist-esm/src/operations/secrets.d.ts.map +0 -1
- package/dist-esm/src/operations/secrets.js +0 -268
- package/dist-esm/src/operations/secrets.js.map +0 -1
- package/dist-esm/src/operations/vaults.d.ts +0 -166
- package/dist-esm/src/operations/vaults.d.ts.map +0 -1
- package/dist-esm/src/operations/vaults.js +0 -837
- package/dist-esm/src/operations/vaults.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -19
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/keys.d.ts +0 -51
- package/dist-esm/src/operationsInterfaces/keys.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/keys.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedHsmKeys.d.ts +0 -57
- package/dist-esm/src/operationsInterfaces/managedHsmKeys.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedHsmKeys.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedHsms.d.ts +0 -104
- package/dist-esm/src/operationsInterfaces/managedHsms.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/managedHsms.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +0 -52
- package/dist-esm/src/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/mhsmPrivateLinkResources.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/mhsmPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/mhsmRegions.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/mhsmRegions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/mhsmRegions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -52
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/secrets.d.ts +0 -47
- package/dist-esm/src/operationsInterfaces/secrets.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/secrets.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/vaults.d.ts +0 -103
- package/dist-esm/src/operationsInterfaces/vaults.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/vaults.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/keyvault_examples.d.ts +0 -4
- package/dist-esm/test/keyvault_examples.d.ts.map +0 -1
- package/dist-esm/test/keyvault_examples.js +0 -253
- package/dist-esm/test/keyvault_examples.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/keyVaultManagementClient.ts +0 -187
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -2553
- package/src/models/mappers.ts +0 -3510
- package/src/models/parameters.ts +0 -357
- package/src/operations/index.ts +0 -19
- package/src/operations/keys.ts +0 -520
- package/src/operations/managedHsmKeys.ts +0 -525
- package/src/operations/managedHsms.ts +0 -1035
- package/src/operations/mhsmPrivateEndpointConnections.ts +0 -435
- package/src/operations/mhsmPrivateLinkResources.ts +0 -72
- package/src/operations/mhsmRegions.ts +0 -194
- package/src/operations/operations.ts +0 -149
- package/src/operations/privateEndpointConnections.ts +0 -449
- package/src/operations/privateLinkResources.ts +0 -72
- package/src/operations/secrets.ts +0 -352
- package/src/operations/vaults.ts +0 -1045
- package/src/operationsInterfaces/index.ts +0 -19
- package/src/operationsInterfaces/keys.ts +0 -97
- package/src/operationsInterfaces/managedHsmKeys.ts +0 -103
- package/src/operationsInterfaces/managedHsms.ts +0 -202
- package/src/operationsInterfaces/mhsmPrivateEndpointConnections.ts +0 -100
- package/src/operationsInterfaces/mhsmPrivateLinkResources.ts +0 -27
- package/src/operationsInterfaces/mhsmRegions.ts +0 -29
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -100
- package/src/operationsInterfaces/privateLinkResources.ts +0 -27
- package/src/operationsInterfaces/secrets.ts +0 -88
- package/src/operationsInterfaces/vaults.ts +0 -197
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-keyvault.d.ts +0 -3098
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/keys.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedHsmKeys.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/managedHsms.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/mhsmPrivateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/mhsmPrivateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/mhsmRegions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/secrets.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/vaults.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
package/src/models/index.ts
DELETED
|
@@ -1,2553 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import * as coreClient from "@azure/core-client";
|
|
10
|
-
|
|
11
|
-
/** The parameters used to create a key. */
|
|
12
|
-
export interface KeyCreateParameters {
|
|
13
|
-
/** The tags that will be assigned to the key. */
|
|
14
|
-
tags?: { [propertyName: string]: string };
|
|
15
|
-
/** The properties of the key to be created. */
|
|
16
|
-
properties: KeyProperties;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
/** The properties of the key. */
|
|
20
|
-
export interface KeyProperties {
|
|
21
|
-
/** The attributes of the key. */
|
|
22
|
-
attributes?: KeyAttributes;
|
|
23
|
-
/** The type of the key. For valid values, see JsonWebKeyType. */
|
|
24
|
-
kty?: JsonWebKeyType;
|
|
25
|
-
keyOps?: JsonWebKeyOperation[];
|
|
26
|
-
/** The key size in bits. For example: 2048, 3072, or 4096 for RSA. */
|
|
27
|
-
keySize?: number;
|
|
28
|
-
/** The elliptic curve name. For valid values, see JsonWebKeyCurveName. */
|
|
29
|
-
curveName?: JsonWebKeyCurveName;
|
|
30
|
-
/**
|
|
31
|
-
* The URI to retrieve the current version of the key.
|
|
32
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
33
|
-
*/
|
|
34
|
-
readonly keyUri?: string;
|
|
35
|
-
/**
|
|
36
|
-
* The URI to retrieve the specific version of the key.
|
|
37
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
38
|
-
*/
|
|
39
|
-
readonly keyUriWithVersion?: string;
|
|
40
|
-
/** Key rotation policy in response. It will be used for both output and input. Omitted if empty */
|
|
41
|
-
rotationPolicy?: RotationPolicy;
|
|
42
|
-
/** Key release policy in response. It will be used for both output and input. Omitted if empty */
|
|
43
|
-
releasePolicy?: KeyReleasePolicy;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
/** The object attributes managed by the Azure Key Vault service. */
|
|
47
|
-
export interface KeyAttributes {
|
|
48
|
-
/** Determines whether or not the object is enabled. */
|
|
49
|
-
enabled?: boolean;
|
|
50
|
-
/** Not before date in seconds since 1970-01-01T00:00:00Z. */
|
|
51
|
-
notBefore?: number;
|
|
52
|
-
/** Expiry date in seconds since 1970-01-01T00:00:00Z. */
|
|
53
|
-
expires?: number;
|
|
54
|
-
/**
|
|
55
|
-
* Creation time in seconds since 1970-01-01T00:00:00Z.
|
|
56
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
57
|
-
*/
|
|
58
|
-
readonly created?: number;
|
|
59
|
-
/**
|
|
60
|
-
* Last updated time in seconds since 1970-01-01T00:00:00Z.
|
|
61
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
62
|
-
*/
|
|
63
|
-
readonly updated?: number;
|
|
64
|
-
/**
|
|
65
|
-
* 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.
|
|
66
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
67
|
-
*/
|
|
68
|
-
readonly recoveryLevel?: DeletionRecoveryLevel;
|
|
69
|
-
/** Indicates if the private key can be exported. */
|
|
70
|
-
exportable?: boolean;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
export interface RotationPolicy {
|
|
74
|
-
/** The attributes of key rotation policy. */
|
|
75
|
-
attributes?: KeyRotationPolicyAttributes;
|
|
76
|
-
/** The lifetimeActions for key rotation action. */
|
|
77
|
-
lifetimeActions?: LifetimeAction[];
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
export interface KeyRotationPolicyAttributes {
|
|
81
|
-
/**
|
|
82
|
-
* Creation time in seconds since 1970-01-01T00:00:00Z.
|
|
83
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
84
|
-
*/
|
|
85
|
-
readonly created?: number;
|
|
86
|
-
/**
|
|
87
|
-
* Last updated time in seconds since 1970-01-01T00:00:00Z.
|
|
88
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
89
|
-
*/
|
|
90
|
-
readonly updated?: number;
|
|
91
|
-
/** The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'. */
|
|
92
|
-
expiryTime?: string;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
export interface LifetimeAction {
|
|
96
|
-
/** The trigger of key rotation policy lifetimeAction. */
|
|
97
|
-
trigger?: Trigger;
|
|
98
|
-
/** The action of key rotation policy lifetimeAction. */
|
|
99
|
-
action?: Action;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
export interface Trigger {
|
|
103
|
-
/** 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'. */
|
|
104
|
-
timeAfterCreate?: string;
|
|
105
|
-
/** The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. */
|
|
106
|
-
timeBeforeExpiry?: string;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
export interface Action {
|
|
110
|
-
/** The type of action. */
|
|
111
|
-
type?: KeyRotationPolicyActionType;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
export interface KeyReleasePolicy {
|
|
115
|
-
/** Content type and version of key release policy */
|
|
116
|
-
contentType?: string;
|
|
117
|
-
/** Blob encoding the policy rules under which the key can be released. */
|
|
118
|
-
data?: Uint8Array;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
/** Key Vault resource */
|
|
122
|
-
export interface Resource {
|
|
123
|
-
/**
|
|
124
|
-
* Fully qualified identifier of the key vault resource.
|
|
125
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
126
|
-
*/
|
|
127
|
-
readonly id?: string;
|
|
128
|
-
/**
|
|
129
|
-
* Name of the key vault resource.
|
|
130
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
131
|
-
*/
|
|
132
|
-
readonly name?: string;
|
|
133
|
-
/**
|
|
134
|
-
* Resource type of the key vault resource.
|
|
135
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
136
|
-
*/
|
|
137
|
-
readonly type?: string;
|
|
138
|
-
/**
|
|
139
|
-
* Azure location of the key vault resource.
|
|
140
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
141
|
-
*/
|
|
142
|
-
readonly location?: string;
|
|
143
|
-
/**
|
|
144
|
-
* Tags assigned to the key vault resource.
|
|
145
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
146
|
-
*/
|
|
147
|
-
readonly tags?: { [propertyName: string]: string };
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
/** An error response from Key Vault resource provider */
|
|
151
|
-
export interface CloudError {
|
|
152
|
-
/** An error response from Key Vault resource provider */
|
|
153
|
-
error?: CloudErrorBody;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
/** An error response from Key Vault resource provider */
|
|
157
|
-
export interface CloudErrorBody {
|
|
158
|
-
/** Error code. This is a mnemonic that can be consumed programmatically. */
|
|
159
|
-
code?: string;
|
|
160
|
-
/** User friendly error message. The message is typically localized and may vary with service version. */
|
|
161
|
-
message?: string;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
/** The page of keys. */
|
|
165
|
-
export interface KeyListResult {
|
|
166
|
-
/** The key resources. */
|
|
167
|
-
value?: Key[];
|
|
168
|
-
/** The URL to get the next page of keys. */
|
|
169
|
-
nextLink?: string;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
/** The parameters used to create a key. */
|
|
173
|
-
export interface ManagedHsmKeyCreateParameters {
|
|
174
|
-
/** The tags that will be assigned to the key. */
|
|
175
|
-
tags?: { [propertyName: string]: string };
|
|
176
|
-
/** The properties of the key to be created. */
|
|
177
|
-
properties: ManagedHsmKeyProperties;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
/** The properties of the key. */
|
|
181
|
-
export interface ManagedHsmKeyProperties {
|
|
182
|
-
/** The attributes of the key. */
|
|
183
|
-
attributes?: ManagedHsmKeyAttributes;
|
|
184
|
-
/** The type of the key. For valid values, see JsonWebKeyType. */
|
|
185
|
-
kty?: JsonWebKeyType;
|
|
186
|
-
keyOps?: JsonWebKeyOperation[];
|
|
187
|
-
/** The key size in bits. For example: 2048, 3072, or 4096 for RSA. */
|
|
188
|
-
keySize?: number;
|
|
189
|
-
/** The elliptic curve name. For valid values, see JsonWebKeyCurveName. */
|
|
190
|
-
curveName?: JsonWebKeyCurveName;
|
|
191
|
-
/**
|
|
192
|
-
* The URI to retrieve the current version of the key.
|
|
193
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
194
|
-
*/
|
|
195
|
-
readonly keyUri?: string;
|
|
196
|
-
/**
|
|
197
|
-
* The URI to retrieve the specific version of the key.
|
|
198
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
199
|
-
*/
|
|
200
|
-
readonly keyUriWithVersion?: string;
|
|
201
|
-
/** Key rotation policy in response. It will be used for both output and input. Omitted if empty */
|
|
202
|
-
rotationPolicy?: ManagedHsmRotationPolicy;
|
|
203
|
-
/** Key release policy in response. It will be used for both output and input. Omitted if empty */
|
|
204
|
-
releasePolicy?: ManagedHsmKeyReleasePolicy;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
/** The object attributes managed by the Azure Key Vault service. */
|
|
208
|
-
export interface ManagedHsmKeyAttributes {
|
|
209
|
-
/** Determines whether or not the object is enabled. */
|
|
210
|
-
enabled?: boolean;
|
|
211
|
-
/** Not before date in seconds since 1970-01-01T00:00:00Z. */
|
|
212
|
-
notBefore?: number;
|
|
213
|
-
/** Expiry date in seconds since 1970-01-01T00:00:00Z. */
|
|
214
|
-
expires?: number;
|
|
215
|
-
/**
|
|
216
|
-
* Creation time in seconds since 1970-01-01T00:00:00Z.
|
|
217
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
218
|
-
*/
|
|
219
|
-
readonly created?: number;
|
|
220
|
-
/**
|
|
221
|
-
* Last updated time in seconds since 1970-01-01T00:00:00Z.
|
|
222
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
223
|
-
*/
|
|
224
|
-
readonly updated?: number;
|
|
225
|
-
/**
|
|
226
|
-
* 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.
|
|
227
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
228
|
-
*/
|
|
229
|
-
readonly recoveryLevel?: DeletionRecoveryLevel;
|
|
230
|
-
/** Indicates if the private key can be exported. */
|
|
231
|
-
exportable?: boolean;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
export interface ManagedHsmRotationPolicy {
|
|
235
|
-
/** The attributes of key rotation policy. */
|
|
236
|
-
attributes?: ManagedHsmKeyRotationPolicyAttributes;
|
|
237
|
-
/** The lifetimeActions for key rotation action. */
|
|
238
|
-
lifetimeActions?: ManagedHsmLifetimeAction[];
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
export interface ManagedHsmKeyRotationPolicyAttributes {
|
|
242
|
-
/**
|
|
243
|
-
* Creation time in seconds since 1970-01-01T00:00:00Z.
|
|
244
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
245
|
-
*/
|
|
246
|
-
readonly created?: number;
|
|
247
|
-
/**
|
|
248
|
-
* Last updated time in seconds since 1970-01-01T00:00:00Z.
|
|
249
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
250
|
-
*/
|
|
251
|
-
readonly updated?: number;
|
|
252
|
-
/** The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'. */
|
|
253
|
-
expiryTime?: string;
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
export interface ManagedHsmLifetimeAction {
|
|
257
|
-
/** The trigger of key rotation policy lifetimeAction. */
|
|
258
|
-
trigger?: ManagedHsmTrigger;
|
|
259
|
-
/** The action of key rotation policy lifetimeAction. */
|
|
260
|
-
action?: ManagedHsmAction;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
export interface ManagedHsmTrigger {
|
|
264
|
-
/** 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'. */
|
|
265
|
-
timeAfterCreate?: string;
|
|
266
|
-
/** The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'. */
|
|
267
|
-
timeBeforeExpiry?: string;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
export interface ManagedHsmAction {
|
|
271
|
-
/** The type of action. */
|
|
272
|
-
type?: KeyRotationPolicyActionType;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
export interface ManagedHsmKeyReleasePolicy {
|
|
276
|
-
/** Content type and version of key release policy */
|
|
277
|
-
contentType?: string;
|
|
278
|
-
/** Blob encoding the policy rules under which the key can be released. */
|
|
279
|
-
data?: Uint8Array;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
283
|
-
export interface ProxyResourceWithoutSystemData {
|
|
284
|
-
/**
|
|
285
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
286
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
287
|
-
*/
|
|
288
|
-
readonly id?: string;
|
|
289
|
-
/**
|
|
290
|
-
* The name of the resource
|
|
291
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
292
|
-
*/
|
|
293
|
-
readonly name?: string;
|
|
294
|
-
/**
|
|
295
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
296
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
297
|
-
*/
|
|
298
|
-
readonly type?: string;
|
|
299
|
-
/** Resource tags. */
|
|
300
|
-
tags?: { [propertyName: string]: string };
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
/** The page of keys. */
|
|
304
|
-
export interface ManagedHsmKeyListResult {
|
|
305
|
-
/** The key resources. */
|
|
306
|
-
value?: ManagedHsmKey[];
|
|
307
|
-
/** The URL to get the next page of keys. */
|
|
308
|
-
nextLink?: string;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
/** Parameters for creating or updating a vault */
|
|
312
|
-
export interface VaultCreateOrUpdateParameters {
|
|
313
|
-
/** The supported Azure location where the key vault should be created. */
|
|
314
|
-
location: string;
|
|
315
|
-
/** The tags that will be assigned to the key vault. */
|
|
316
|
-
tags?: { [propertyName: string]: string };
|
|
317
|
-
/** Properties of the vault */
|
|
318
|
-
properties: VaultProperties;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
/** Properties of the vault */
|
|
322
|
-
export interface VaultProperties {
|
|
323
|
-
/** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */
|
|
324
|
-
tenantId: string;
|
|
325
|
-
/** SKU details */
|
|
326
|
-
sku: Sku;
|
|
327
|
-
/** 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. */
|
|
328
|
-
accessPolicies?: AccessPolicyEntry[];
|
|
329
|
-
/** The URI of the vault for performing operations on keys and secrets. */
|
|
330
|
-
vaultUri?: string;
|
|
331
|
-
/**
|
|
332
|
-
* The resource id of HSM Pool.
|
|
333
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
334
|
-
*/
|
|
335
|
-
readonly hsmPoolResourceId?: string;
|
|
336
|
-
/** Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault. */
|
|
337
|
-
enabledForDeployment?: boolean;
|
|
338
|
-
/** Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys. */
|
|
339
|
-
enabledForDiskEncryption?: boolean;
|
|
340
|
-
/** Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault. */
|
|
341
|
-
enabledForTemplateDeployment?: boolean;
|
|
342
|
-
/** 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. */
|
|
343
|
-
enableSoftDelete?: boolean;
|
|
344
|
-
/** softDelete data retention days. It accepts >=7 and <=90. */
|
|
345
|
-
softDeleteRetentionInDays?: number;
|
|
346
|
-
/** 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. */
|
|
347
|
-
enableRbacAuthorization?: boolean;
|
|
348
|
-
/** The vault's create mode to indicate whether the vault need to be recovered or not. */
|
|
349
|
-
createMode?: CreateMode;
|
|
350
|
-
/** 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. */
|
|
351
|
-
enablePurgeProtection?: boolean;
|
|
352
|
-
/** Rules governing the accessibility of the key vault from specific network locations. */
|
|
353
|
-
networkAcls?: NetworkRuleSet;
|
|
354
|
-
/** Provisioning state of the vault. */
|
|
355
|
-
provisioningState?: VaultProvisioningState;
|
|
356
|
-
/**
|
|
357
|
-
* List of private endpoint connections associated with the key vault.
|
|
358
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
359
|
-
*/
|
|
360
|
-
readonly privateEndpointConnections?: PrivateEndpointConnectionItem[];
|
|
361
|
-
/** 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. */
|
|
362
|
-
publicNetworkAccess?: string;
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
/** SKU details */
|
|
366
|
-
export interface Sku {
|
|
367
|
-
/** SKU family name */
|
|
368
|
-
family: SkuFamily;
|
|
369
|
-
/** SKU name to specify whether the key vault is a standard vault or a premium vault. */
|
|
370
|
-
name: SkuName;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
/** 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. */
|
|
374
|
-
export interface AccessPolicyEntry {
|
|
375
|
-
/** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */
|
|
376
|
-
tenantId: string;
|
|
377
|
-
/** 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. */
|
|
378
|
-
objectId: string;
|
|
379
|
-
/** Application ID of the client making request on behalf of a principal */
|
|
380
|
-
applicationId?: string;
|
|
381
|
-
/** Permissions the identity has for keys, secrets and certificates. */
|
|
382
|
-
permissions: Permissions;
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
/** Permissions the identity has for keys, secrets, certificates and storage. */
|
|
386
|
-
export interface Permissions {
|
|
387
|
-
/** Permissions to keys */
|
|
388
|
-
keys?: KeyPermissions[];
|
|
389
|
-
/** Permissions to secrets */
|
|
390
|
-
secrets?: SecretPermissions[];
|
|
391
|
-
/** Permissions to certificates */
|
|
392
|
-
certificates?: CertificatePermissions[];
|
|
393
|
-
/** Permissions to storage accounts */
|
|
394
|
-
storage?: StoragePermissions[];
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
/** A set of rules governing the network accessibility of a vault. */
|
|
398
|
-
export interface NetworkRuleSet {
|
|
399
|
-
/** Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'. */
|
|
400
|
-
bypass?: NetworkRuleBypassOptions;
|
|
401
|
-
/** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */
|
|
402
|
-
defaultAction?: NetworkRuleAction;
|
|
403
|
-
/** The list of IP address rules. */
|
|
404
|
-
ipRules?: IPRule[];
|
|
405
|
-
/** The list of virtual network rules. */
|
|
406
|
-
virtualNetworkRules?: VirtualNetworkRule[];
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
/** A rule governing the accessibility of a vault from a specific ip address or ip range. */
|
|
410
|
-
export interface IPRule {
|
|
411
|
-
/** 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). */
|
|
412
|
-
value: string;
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
/** A rule governing the accessibility of a vault from a specific virtual network. */
|
|
416
|
-
export interface VirtualNetworkRule {
|
|
417
|
-
/** Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. */
|
|
418
|
-
id: string;
|
|
419
|
-
/** Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured. */
|
|
420
|
-
ignoreMissingVnetServiceEndpoint?: boolean;
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
/** Private endpoint connection item. */
|
|
424
|
-
export interface PrivateEndpointConnectionItem {
|
|
425
|
-
/** Id of private endpoint connection. */
|
|
426
|
-
id?: string;
|
|
427
|
-
/** Modified whenever there is a change in the state of private endpoint connection. */
|
|
428
|
-
etag?: string;
|
|
429
|
-
/** Properties of the private endpoint object. */
|
|
430
|
-
privateEndpoint?: PrivateEndpoint;
|
|
431
|
-
/** Approval state of the private link connection. */
|
|
432
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
433
|
-
/** Provisioning state of the private endpoint connection. */
|
|
434
|
-
provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
/** Private endpoint object properties. */
|
|
438
|
-
export interface PrivateEndpoint {
|
|
439
|
-
/**
|
|
440
|
-
* Full identifier of the private endpoint resource.
|
|
441
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
442
|
-
*/
|
|
443
|
-
readonly id?: string;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
/** An object that represents the approval state of the private link connection. */
|
|
447
|
-
export interface PrivateLinkServiceConnectionState {
|
|
448
|
-
/** Indicates whether the connection has been approved, rejected or removed by the key vault owner. */
|
|
449
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
450
|
-
/** The reason for approval or rejection. */
|
|
451
|
-
description?: string;
|
|
452
|
-
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
453
|
-
actionsRequired?: ActionsRequired;
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
/** Resource information with extended details. */
|
|
457
|
-
export interface Vault {
|
|
458
|
-
/**
|
|
459
|
-
* Fully qualified identifier of the key vault resource.
|
|
460
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
461
|
-
*/
|
|
462
|
-
readonly id?: string;
|
|
463
|
-
/**
|
|
464
|
-
* Name of the key vault resource.
|
|
465
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
466
|
-
*/
|
|
467
|
-
readonly name?: string;
|
|
468
|
-
/**
|
|
469
|
-
* Resource type of the key vault resource.
|
|
470
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
471
|
-
*/
|
|
472
|
-
readonly type?: string;
|
|
473
|
-
/** Azure location of the key vault resource. */
|
|
474
|
-
location?: string;
|
|
475
|
-
/** Tags assigned to the key vault resource. */
|
|
476
|
-
tags?: { [propertyName: string]: string };
|
|
477
|
-
/**
|
|
478
|
-
* System metadata for the key vault.
|
|
479
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
480
|
-
*/
|
|
481
|
-
readonly systemData?: SystemData;
|
|
482
|
-
/** Properties of the vault */
|
|
483
|
-
properties: VaultProperties;
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
/** Metadata pertaining to creation and last modification of the key vault resource. */
|
|
487
|
-
export interface SystemData {
|
|
488
|
-
/** The identity that created the key vault resource. */
|
|
489
|
-
createdBy?: string;
|
|
490
|
-
/** The type of identity that created the key vault resource. */
|
|
491
|
-
createdByType?: IdentityType;
|
|
492
|
-
/** The timestamp of the key vault resource creation (UTC). */
|
|
493
|
-
createdAt?: Date;
|
|
494
|
-
/** The identity that last modified the key vault resource. */
|
|
495
|
-
lastModifiedBy?: string;
|
|
496
|
-
/** The type of identity that last modified the key vault resource. */
|
|
497
|
-
lastModifiedByType?: IdentityType;
|
|
498
|
-
/** The timestamp of the key vault resource last modification (UTC). */
|
|
499
|
-
lastModifiedAt?: Date;
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
/** Parameters for creating or updating a vault */
|
|
503
|
-
export interface VaultPatchParameters {
|
|
504
|
-
/** The tags that will be assigned to the key vault. */
|
|
505
|
-
tags?: { [propertyName: string]: string };
|
|
506
|
-
/** Properties of the vault */
|
|
507
|
-
properties?: VaultPatchProperties;
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
/** Properties of the vault */
|
|
511
|
-
export interface VaultPatchProperties {
|
|
512
|
-
/** The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. */
|
|
513
|
-
tenantId?: string;
|
|
514
|
-
/** SKU details */
|
|
515
|
-
sku?: Sku;
|
|
516
|
-
/** 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. */
|
|
517
|
-
accessPolicies?: AccessPolicyEntry[];
|
|
518
|
-
/** Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault. */
|
|
519
|
-
enabledForDeployment?: boolean;
|
|
520
|
-
/** Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys. */
|
|
521
|
-
enabledForDiskEncryption?: boolean;
|
|
522
|
-
/** Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault. */
|
|
523
|
-
enabledForTemplateDeployment?: boolean;
|
|
524
|
-
/** Property to specify whether the 'soft delete' functionality is enabled for this key vault. Once set to true, it cannot be reverted to false. */
|
|
525
|
-
enableSoftDelete?: boolean;
|
|
526
|
-
/** 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. */
|
|
527
|
-
enableRbacAuthorization?: boolean;
|
|
528
|
-
/** softDelete data retention days. It accepts >=7 and <=90. */
|
|
529
|
-
softDeleteRetentionInDays?: number;
|
|
530
|
-
/** The vault's create mode to indicate whether the vault need to be recovered or not. */
|
|
531
|
-
createMode?: CreateMode;
|
|
532
|
-
/** 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. */
|
|
533
|
-
enablePurgeProtection?: boolean;
|
|
534
|
-
/** A collection of rules governing the accessibility of the vault from specific network locations. */
|
|
535
|
-
networkAcls?: NetworkRuleSet;
|
|
536
|
-
/** 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. */
|
|
537
|
-
publicNetworkAccess?: string;
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
/** Parameters for updating the access policy in a vault */
|
|
541
|
-
export interface VaultAccessPolicyParameters {
|
|
542
|
-
/**
|
|
543
|
-
* The resource id of the access policy.
|
|
544
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
545
|
-
*/
|
|
546
|
-
readonly id?: string;
|
|
547
|
-
/**
|
|
548
|
-
* The resource name of the access policy.
|
|
549
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
550
|
-
*/
|
|
551
|
-
readonly name?: string;
|
|
552
|
-
/**
|
|
553
|
-
* The resource name of the access policy.
|
|
554
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
555
|
-
*/
|
|
556
|
-
readonly type?: string;
|
|
557
|
-
/**
|
|
558
|
-
* The resource type of the access policy.
|
|
559
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
560
|
-
*/
|
|
561
|
-
readonly location?: string;
|
|
562
|
-
/** Properties of the access policy */
|
|
563
|
-
properties: VaultAccessPolicyProperties;
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
/** Properties of the vault access policy */
|
|
567
|
-
export interface VaultAccessPolicyProperties {
|
|
568
|
-
/** 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. */
|
|
569
|
-
accessPolicies: AccessPolicyEntry[];
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
/** List of vaults */
|
|
573
|
-
export interface VaultListResult {
|
|
574
|
-
/** The list of vaults. */
|
|
575
|
-
value?: Vault[];
|
|
576
|
-
/** The URL to get the next set of vaults. */
|
|
577
|
-
nextLink?: string;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
/** List of vaults */
|
|
581
|
-
export interface DeletedVaultListResult {
|
|
582
|
-
/** The list of deleted vaults. */
|
|
583
|
-
value?: DeletedVault[];
|
|
584
|
-
/** The URL to get the next set of deleted vaults. */
|
|
585
|
-
nextLink?: string;
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
/** Deleted vault information with extended details. */
|
|
589
|
-
export interface DeletedVault {
|
|
590
|
-
/**
|
|
591
|
-
* The resource ID for the deleted key vault.
|
|
592
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
593
|
-
*/
|
|
594
|
-
readonly id?: string;
|
|
595
|
-
/**
|
|
596
|
-
* The name of the key vault.
|
|
597
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
598
|
-
*/
|
|
599
|
-
readonly name?: string;
|
|
600
|
-
/**
|
|
601
|
-
* The resource type of the key vault.
|
|
602
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
603
|
-
*/
|
|
604
|
-
readonly type?: string;
|
|
605
|
-
/** Properties of the vault */
|
|
606
|
-
properties?: DeletedVaultProperties;
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
/** Properties of the deleted vault. */
|
|
610
|
-
export interface DeletedVaultProperties {
|
|
611
|
-
/**
|
|
612
|
-
* The resource id of the original vault.
|
|
613
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
614
|
-
*/
|
|
615
|
-
readonly vaultId?: string;
|
|
616
|
-
/**
|
|
617
|
-
* The location of the original vault.
|
|
618
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
619
|
-
*/
|
|
620
|
-
readonly location?: string;
|
|
621
|
-
/**
|
|
622
|
-
* The deleted date.
|
|
623
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
624
|
-
*/
|
|
625
|
-
readonly deletionDate?: Date;
|
|
626
|
-
/**
|
|
627
|
-
* The scheduled purged date.
|
|
628
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
629
|
-
*/
|
|
630
|
-
readonly scheduledPurgeDate?: Date;
|
|
631
|
-
/**
|
|
632
|
-
* Tags of the original vault.
|
|
633
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
634
|
-
*/
|
|
635
|
-
readonly tags?: { [propertyName: string]: string };
|
|
636
|
-
/**
|
|
637
|
-
* Purge protection status of the original vault.
|
|
638
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
639
|
-
*/
|
|
640
|
-
readonly purgeProtectionEnabled?: boolean;
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
/** List of vault resources. */
|
|
644
|
-
export interface ResourceListResult {
|
|
645
|
-
/** The list of vault resources. */
|
|
646
|
-
value?: Resource[];
|
|
647
|
-
/** The URL to get the next set of vault resources. */
|
|
648
|
-
nextLink?: string;
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
/** The parameters used to check the availability of the vault name. */
|
|
652
|
-
export interface VaultCheckNameAvailabilityParameters {
|
|
653
|
-
/** The vault name. */
|
|
654
|
-
name: string;
|
|
655
|
-
/** The type of resource, Microsoft.KeyVault/vaults */
|
|
656
|
-
type: "Microsoft.KeyVault/vaults";
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
/** The CheckNameAvailability operation response. */
|
|
660
|
-
export interface CheckNameAvailabilityResult {
|
|
661
|
-
/**
|
|
662
|
-
* 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.
|
|
663
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
664
|
-
*/
|
|
665
|
-
readonly nameAvailable?: boolean;
|
|
666
|
-
/**
|
|
667
|
-
* The reason that a vault name could not be used. The Reason element is only returned if NameAvailable is false.
|
|
668
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
669
|
-
*/
|
|
670
|
-
readonly reason?: Reason;
|
|
671
|
-
/**
|
|
672
|
-
* An error message explaining the Reason value in more detail.
|
|
673
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
674
|
-
*/
|
|
675
|
-
readonly message?: string;
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
/** List of private endpoint connections. */
|
|
679
|
-
export interface PrivateEndpointConnectionListResult {
|
|
680
|
-
/** The list of private endpoint connections. */
|
|
681
|
-
value?: PrivateEndpointConnection[];
|
|
682
|
-
/** The URL to get the next set of private endpoint connections. */
|
|
683
|
-
nextLink?: string;
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
/** A list of private link resources */
|
|
687
|
-
export interface PrivateLinkResourceListResult {
|
|
688
|
-
/** Array of private link resources */
|
|
689
|
-
value?: PrivateLinkResource[];
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
/** Properties of the managed HSM Pool */
|
|
693
|
-
export interface ManagedHsmProperties {
|
|
694
|
-
/** The Azure Active Directory tenant ID that should be used for authenticating requests to the managed HSM pool. */
|
|
695
|
-
tenantId?: string;
|
|
696
|
-
/** Array of initial administrators object ids for this managed hsm pool. */
|
|
697
|
-
initialAdminObjectIds?: string[];
|
|
698
|
-
/**
|
|
699
|
-
* The URI of the managed hsm pool for performing operations on keys.
|
|
700
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
701
|
-
*/
|
|
702
|
-
readonly hsmUri?: string;
|
|
703
|
-
/** 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. */
|
|
704
|
-
enableSoftDelete?: boolean;
|
|
705
|
-
/** 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. */
|
|
706
|
-
softDeleteRetentionInDays?: number;
|
|
707
|
-
/** 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. */
|
|
708
|
-
enablePurgeProtection?: boolean;
|
|
709
|
-
/** The create mode to indicate whether the resource is being created or is being recovered from a deleted resource. */
|
|
710
|
-
createMode?: CreateMode;
|
|
711
|
-
/**
|
|
712
|
-
* Resource Status Message.
|
|
713
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
714
|
-
*/
|
|
715
|
-
readonly statusMessage?: string;
|
|
716
|
-
/**
|
|
717
|
-
* Provisioning state.
|
|
718
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
719
|
-
*/
|
|
720
|
-
readonly provisioningState?: ProvisioningState;
|
|
721
|
-
/** Rules governing the accessibility of the key vault from specific network locations. */
|
|
722
|
-
networkAcls?: MhsmNetworkRuleSet;
|
|
723
|
-
/** List of all regions associated with the managed hsm pool. */
|
|
724
|
-
regions?: MhsmGeoReplicatedRegion[];
|
|
725
|
-
/**
|
|
726
|
-
* List of private endpoint connections associated with the managed hsm pool.
|
|
727
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
728
|
-
*/
|
|
729
|
-
readonly privateEndpointConnections?: MhsmPrivateEndpointConnectionItem[];
|
|
730
|
-
/** Control permission to the managed HSM from public networks. */
|
|
731
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
732
|
-
/**
|
|
733
|
-
* The scheduled purge date in UTC.
|
|
734
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
735
|
-
*/
|
|
736
|
-
readonly scheduledPurgeDate?: Date;
|
|
737
|
-
/**
|
|
738
|
-
* Managed HSM security domain properties.
|
|
739
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
740
|
-
*/
|
|
741
|
-
readonly securityDomainProperties?: ManagedHSMSecurityDomainProperties;
|
|
742
|
-
}
|
|
743
|
-
|
|
744
|
-
/** A set of rules governing the network accessibility of a managed hsm pool. */
|
|
745
|
-
export interface MhsmNetworkRuleSet {
|
|
746
|
-
/** Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'. */
|
|
747
|
-
bypass?: NetworkRuleBypassOptions;
|
|
748
|
-
/** The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated. */
|
|
749
|
-
defaultAction?: NetworkRuleAction;
|
|
750
|
-
/** The list of IP address rules. */
|
|
751
|
-
ipRules?: MhsmipRule[];
|
|
752
|
-
/** The list of virtual network rules. */
|
|
753
|
-
virtualNetworkRules?: MhsmVirtualNetworkRule[];
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
/** A rule governing the accessibility of a managed HSM pool from a specific IP address or IP range. */
|
|
757
|
-
export interface MhsmipRule {
|
|
758
|
-
/** 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). */
|
|
759
|
-
value: string;
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
/** A rule governing the accessibility of a managed hsm pool from a specific virtual network. */
|
|
763
|
-
export interface MhsmVirtualNetworkRule {
|
|
764
|
-
/** Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'. */
|
|
765
|
-
id: string;
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
/** A region that this managed HSM Pool has been extended to. */
|
|
769
|
-
export interface MhsmGeoReplicatedRegion {
|
|
770
|
-
/** Name of the geo replicated region. */
|
|
771
|
-
name?: string;
|
|
772
|
-
/**
|
|
773
|
-
* Provisioning state of the geo replicated region.
|
|
774
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
775
|
-
*/
|
|
776
|
-
readonly provisioningState?: GeoReplicationRegionProvisioningState;
|
|
777
|
-
/** A boolean value that indicates whether the region is the primary region or a secondary region. */
|
|
778
|
-
isPrimary?: boolean;
|
|
779
|
-
}
|
|
780
|
-
|
|
781
|
-
/** Private endpoint connection item. */
|
|
782
|
-
export interface MhsmPrivateEndpointConnectionItem {
|
|
783
|
-
/** Id of private endpoint connection. */
|
|
784
|
-
id?: string;
|
|
785
|
-
/** Modified whenever there is a change in the state of private endpoint connection. */
|
|
786
|
-
etag?: string;
|
|
787
|
-
/** Properties of the private endpoint object. */
|
|
788
|
-
privateEndpoint?: MhsmPrivateEndpoint;
|
|
789
|
-
/** Approval state of the private link connection. */
|
|
790
|
-
privateLinkServiceConnectionState?: MhsmPrivateLinkServiceConnectionState;
|
|
791
|
-
/** Provisioning state of the private endpoint connection. */
|
|
792
|
-
provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
793
|
-
}
|
|
794
|
-
|
|
795
|
-
/** Private endpoint object properties. */
|
|
796
|
-
export interface MhsmPrivateEndpoint {
|
|
797
|
-
/**
|
|
798
|
-
* Full identifier of the private endpoint resource.
|
|
799
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
800
|
-
*/
|
|
801
|
-
readonly id?: string;
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
/** An object that represents the approval state of the private link connection. */
|
|
805
|
-
export interface MhsmPrivateLinkServiceConnectionState {
|
|
806
|
-
/** Indicates whether the connection has been approved, rejected or removed by the key vault owner. */
|
|
807
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
808
|
-
/** The reason for approval or rejection. */
|
|
809
|
-
description?: string;
|
|
810
|
-
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
811
|
-
actionsRequired?: ActionsRequired;
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
/** The security domain properties of the managed hsm. */
|
|
815
|
-
export interface ManagedHSMSecurityDomainProperties {
|
|
816
|
-
/**
|
|
817
|
-
* Activation Status
|
|
818
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
819
|
-
*/
|
|
820
|
-
readonly activationStatus?: ActivationStatus;
|
|
821
|
-
/**
|
|
822
|
-
* Activation Status Message.
|
|
823
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
824
|
-
*/
|
|
825
|
-
readonly activationStatusMessage?: string;
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
/** Managed HSM resource */
|
|
829
|
-
export interface ManagedHsmResource {
|
|
830
|
-
/**
|
|
831
|
-
* The Azure Resource Manager resource ID for the managed HSM Pool.
|
|
832
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
833
|
-
*/
|
|
834
|
-
readonly id?: string;
|
|
835
|
-
/**
|
|
836
|
-
* The name of the managed HSM Pool.
|
|
837
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
838
|
-
*/
|
|
839
|
-
readonly name?: string;
|
|
840
|
-
/**
|
|
841
|
-
* The resource type of the managed HSM Pool.
|
|
842
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
843
|
-
*/
|
|
844
|
-
readonly type?: string;
|
|
845
|
-
/** The supported Azure location where the managed HSM Pool should be created. */
|
|
846
|
-
location?: string;
|
|
847
|
-
/** SKU details */
|
|
848
|
-
sku?: ManagedHsmSku;
|
|
849
|
-
/** Resource tags */
|
|
850
|
-
tags?: { [propertyName: string]: string };
|
|
851
|
-
/**
|
|
852
|
-
* Metadata pertaining to creation and last modification of the key vault resource.
|
|
853
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
854
|
-
*/
|
|
855
|
-
readonly systemData?: SystemData;
|
|
856
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
857
|
-
identity?: ManagedServiceIdentity;
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
/** SKU details */
|
|
861
|
-
export interface ManagedHsmSku {
|
|
862
|
-
/** SKU Family of the managed HSM Pool */
|
|
863
|
-
family: ManagedHsmSkuFamily;
|
|
864
|
-
/** SKU of the managed HSM Pool */
|
|
865
|
-
name: ManagedHsmSkuName;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
869
|
-
export interface ManagedServiceIdentity {
|
|
870
|
-
/**
|
|
871
|
-
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
872
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
873
|
-
*/
|
|
874
|
-
readonly principalId?: string;
|
|
875
|
-
/**
|
|
876
|
-
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
877
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
878
|
-
*/
|
|
879
|
-
readonly tenantId?: string;
|
|
880
|
-
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
881
|
-
type: ManagedServiceIdentityType;
|
|
882
|
-
/** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
|
|
883
|
-
userAssignedIdentities?: {
|
|
884
|
-
[propertyName: string]: UserAssignedIdentity | null;
|
|
885
|
-
};
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
/** User assigned identity properties */
|
|
889
|
-
export interface UserAssignedIdentity {
|
|
890
|
-
/**
|
|
891
|
-
* The principal ID of the assigned identity.
|
|
892
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
893
|
-
*/
|
|
894
|
-
readonly principalId?: string;
|
|
895
|
-
/**
|
|
896
|
-
* The client ID of the assigned identity.
|
|
897
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
898
|
-
*/
|
|
899
|
-
readonly clientId?: string;
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
/** The error exception. */
|
|
903
|
-
export interface ManagedHsmError {
|
|
904
|
-
/**
|
|
905
|
-
* The server error.
|
|
906
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
907
|
-
*/
|
|
908
|
-
readonly error?: ErrorModel;
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
/** The server error. */
|
|
912
|
-
export interface ErrorModel {
|
|
913
|
-
/**
|
|
914
|
-
* The error code.
|
|
915
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
916
|
-
*/
|
|
917
|
-
readonly code?: string;
|
|
918
|
-
/**
|
|
919
|
-
* The error message.
|
|
920
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
921
|
-
*/
|
|
922
|
-
readonly message?: string;
|
|
923
|
-
/**
|
|
924
|
-
* The inner error, contains a more specific error code.
|
|
925
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
926
|
-
*/
|
|
927
|
-
readonly innerError?: ErrorModel;
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
/** List of managed HSM Pools */
|
|
931
|
-
export interface ManagedHsmListResult {
|
|
932
|
-
/** The list of managed HSM Pools. */
|
|
933
|
-
value?: ManagedHsm[];
|
|
934
|
-
/** The URL to get the next set of managed HSM Pools. */
|
|
935
|
-
nextLink?: string;
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
/** List of private endpoint connections associated with a managed HSM Pools */
|
|
939
|
-
export interface MhsmPrivateEndpointConnectionsListResult {
|
|
940
|
-
/** The private endpoint connection associated with a managed HSM Pools. */
|
|
941
|
-
value?: MhsmPrivateEndpointConnection[];
|
|
942
|
-
/** The URL to get the next set of managed HSM Pools. */
|
|
943
|
-
nextLink?: string;
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
/** List of deleted managed HSM Pools */
|
|
947
|
-
export interface DeletedManagedHsmListResult {
|
|
948
|
-
/** The list of deleted managed HSM Pools. */
|
|
949
|
-
value?: DeletedManagedHsm[];
|
|
950
|
-
/** The URL to get the next set of deleted managed HSM Pools. */
|
|
951
|
-
nextLink?: string;
|
|
952
|
-
}
|
|
953
|
-
|
|
954
|
-
export interface DeletedManagedHsm {
|
|
955
|
-
/**
|
|
956
|
-
* The Azure Resource Manager resource ID for the deleted managed HSM Pool.
|
|
957
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
958
|
-
*/
|
|
959
|
-
readonly id?: string;
|
|
960
|
-
/**
|
|
961
|
-
* The name of the managed HSM Pool.
|
|
962
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
963
|
-
*/
|
|
964
|
-
readonly name?: string;
|
|
965
|
-
/**
|
|
966
|
-
* The resource type of the managed HSM Pool.
|
|
967
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
968
|
-
*/
|
|
969
|
-
readonly type?: string;
|
|
970
|
-
/** Properties of the deleted managed HSM */
|
|
971
|
-
properties?: DeletedManagedHsmProperties;
|
|
972
|
-
}
|
|
973
|
-
|
|
974
|
-
/** Properties of the deleted managed HSM. */
|
|
975
|
-
export interface DeletedManagedHsmProperties {
|
|
976
|
-
/**
|
|
977
|
-
* The resource id of the original managed HSM.
|
|
978
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
979
|
-
*/
|
|
980
|
-
readonly mhsmId?: string;
|
|
981
|
-
/**
|
|
982
|
-
* The location of the original managed HSM.
|
|
983
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
984
|
-
*/
|
|
985
|
-
readonly location?: string;
|
|
986
|
-
/**
|
|
987
|
-
* The deleted date.
|
|
988
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
989
|
-
*/
|
|
990
|
-
readonly deletionDate?: Date;
|
|
991
|
-
/**
|
|
992
|
-
* The scheduled purged date.
|
|
993
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
994
|
-
*/
|
|
995
|
-
readonly scheduledPurgeDate?: Date;
|
|
996
|
-
/**
|
|
997
|
-
* Purge protection status of the original managed HSM.
|
|
998
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
999
|
-
*/
|
|
1000
|
-
readonly purgeProtectionEnabled?: boolean;
|
|
1001
|
-
/**
|
|
1002
|
-
* Tags of the original managed HSM.
|
|
1003
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1004
|
-
*/
|
|
1005
|
-
readonly tags?: { [propertyName: string]: string };
|
|
1006
|
-
}
|
|
1007
|
-
|
|
1008
|
-
/** A list of private link resources */
|
|
1009
|
-
export interface MhsmPrivateLinkResourceListResult {
|
|
1010
|
-
/** Array of private link resources */
|
|
1011
|
-
value?: MhsmPrivateLinkResource[];
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
/** List of regions associated with a managed HSM Pools */
|
|
1015
|
-
export interface MhsmRegionsListResult {
|
|
1016
|
-
/** The region associated with a managed HSM Pools. */
|
|
1017
|
-
value?: MhsmGeoReplicatedRegion[];
|
|
1018
|
-
/** The URL to get the next set of managed HSM Pools. */
|
|
1019
|
-
nextLink?: string;
|
|
1020
|
-
}
|
|
1021
|
-
|
|
1022
|
-
/** The parameters used to check the availability of the managed hsm name. */
|
|
1023
|
-
export interface CheckMhsmNameAvailabilityParameters {
|
|
1024
|
-
/** The managed hsm name. */
|
|
1025
|
-
name: string;
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
/** The CheckMhsmNameAvailability operation response. */
|
|
1029
|
-
export interface CheckMhsmNameAvailabilityResult {
|
|
1030
|
-
/**
|
|
1031
|
-
* 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.
|
|
1032
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1033
|
-
*/
|
|
1034
|
-
readonly nameAvailable?: boolean;
|
|
1035
|
-
/**
|
|
1036
|
-
* The reason that a managed hsm name could not be used. The reason element is only returned if NameAvailable is false.
|
|
1037
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1038
|
-
*/
|
|
1039
|
-
readonly reason?: Reason;
|
|
1040
|
-
/**
|
|
1041
|
-
* An error message explaining the Reason value in more detail.
|
|
1042
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1043
|
-
*/
|
|
1044
|
-
readonly message?: string;
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
|
-
/** 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. */
|
|
1048
|
-
export interface OperationListResult {
|
|
1049
|
-
/** List of Storage operations supported by the Storage resource provider. */
|
|
1050
|
-
value?: Operation[];
|
|
1051
|
-
/** The URL to get the next set of operations. */
|
|
1052
|
-
nextLink?: string;
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
/** Key Vault REST API operation definition. */
|
|
1056
|
-
export interface Operation {
|
|
1057
|
-
/** Operation name: {provider}/{resource}/{operation} */
|
|
1058
|
-
name?: string;
|
|
1059
|
-
/** Display metadata associated with the operation. */
|
|
1060
|
-
display?: OperationDisplay;
|
|
1061
|
-
/** The origin of operations. */
|
|
1062
|
-
origin?: string;
|
|
1063
|
-
/** Property to specify whether the action is a data action. */
|
|
1064
|
-
isDataAction?: boolean;
|
|
1065
|
-
/** One property of operation, include metric specifications. */
|
|
1066
|
-
serviceSpecification?: ServiceSpecification;
|
|
1067
|
-
}
|
|
1068
|
-
|
|
1069
|
-
/** Display metadata associated with the operation. */
|
|
1070
|
-
export interface OperationDisplay {
|
|
1071
|
-
/** Service provider: Microsoft Key Vault. */
|
|
1072
|
-
provider?: string;
|
|
1073
|
-
/** Resource on which the operation is performed etc. */
|
|
1074
|
-
resource?: string;
|
|
1075
|
-
/** Type of operation: get, read, delete, etc. */
|
|
1076
|
-
operation?: string;
|
|
1077
|
-
/** Description of operation. */
|
|
1078
|
-
description?: string;
|
|
1079
|
-
}
|
|
1080
|
-
|
|
1081
|
-
/** One property of operation, include log specifications. */
|
|
1082
|
-
export interface ServiceSpecification {
|
|
1083
|
-
/** Log specifications of operation. */
|
|
1084
|
-
logSpecifications?: LogSpecification[];
|
|
1085
|
-
/** Metric specifications of operation. */
|
|
1086
|
-
metricSpecifications?: MetricSpecification[];
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
/** Log specification of operation. */
|
|
1090
|
-
export interface LogSpecification {
|
|
1091
|
-
/** Name of log specification. */
|
|
1092
|
-
name?: string;
|
|
1093
|
-
/** Display name of log specification. */
|
|
1094
|
-
displayName?: string;
|
|
1095
|
-
/** Blob duration of specification. */
|
|
1096
|
-
blobDuration?: string;
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
|
-
/** Metric specification of operation. */
|
|
1100
|
-
export interface MetricSpecification {
|
|
1101
|
-
/** Name of metric specification. */
|
|
1102
|
-
name?: string;
|
|
1103
|
-
/** Display name of metric specification. */
|
|
1104
|
-
displayName?: string;
|
|
1105
|
-
/** Display description of metric specification. */
|
|
1106
|
-
displayDescription?: string;
|
|
1107
|
-
/** The metric unit. Possible values include: 'Bytes', 'Count', 'Milliseconds'. */
|
|
1108
|
-
unit?: string;
|
|
1109
|
-
/** The metric aggregation type. Possible values include: 'Average', 'Count', 'Total'. */
|
|
1110
|
-
aggregationType?: string;
|
|
1111
|
-
/** The supported aggregation types for the metrics. */
|
|
1112
|
-
supportedAggregationTypes?: string[];
|
|
1113
|
-
/** The supported time grain types for the metrics. */
|
|
1114
|
-
supportedTimeGrainTypes?: string[];
|
|
1115
|
-
/** The metric lock aggregation type. */
|
|
1116
|
-
lockAggregationType?: string;
|
|
1117
|
-
/** The dimensions of metric */
|
|
1118
|
-
dimensions?: DimensionProperties[];
|
|
1119
|
-
/** Property to specify whether to fill gap with zero. */
|
|
1120
|
-
fillGapWithZero?: boolean;
|
|
1121
|
-
/** The internal metric name. */
|
|
1122
|
-
internalMetricName?: string;
|
|
1123
|
-
}
|
|
1124
|
-
|
|
1125
|
-
/** Type of operation: get, read, delete, etc. */
|
|
1126
|
-
export interface DimensionProperties {
|
|
1127
|
-
/** Name of dimension. */
|
|
1128
|
-
name?: string;
|
|
1129
|
-
/** Display name of dimension. */
|
|
1130
|
-
displayName?: string;
|
|
1131
|
-
/** Property to specify whether the dimension should be exported for Shoebox. */
|
|
1132
|
-
toBeExportedForShoebox?: boolean;
|
|
1133
|
-
}
|
|
1134
|
-
|
|
1135
|
-
/** Parameters for creating or updating a secret */
|
|
1136
|
-
export interface SecretCreateOrUpdateParameters {
|
|
1137
|
-
/** The tags that will be assigned to the secret. */
|
|
1138
|
-
tags?: { [propertyName: string]: string };
|
|
1139
|
-
/** Properties of the secret */
|
|
1140
|
-
properties: SecretProperties;
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
|
-
/** Properties of the secret */
|
|
1144
|
-
export interface SecretProperties {
|
|
1145
|
-
/** 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. */
|
|
1146
|
-
value?: string;
|
|
1147
|
-
/** The content type of the secret. */
|
|
1148
|
-
contentType?: string;
|
|
1149
|
-
/** The attributes of the secret. */
|
|
1150
|
-
attributes?: SecretAttributes;
|
|
1151
|
-
/**
|
|
1152
|
-
* The URI to retrieve the current version of the secret.
|
|
1153
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1154
|
-
*/
|
|
1155
|
-
readonly secretUri?: string;
|
|
1156
|
-
/**
|
|
1157
|
-
* The URI to retrieve the specific version of the secret.
|
|
1158
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1159
|
-
*/
|
|
1160
|
-
readonly secretUriWithVersion?: string;
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
|
-
/** The object attributes managed by the KeyVault service. */
|
|
1164
|
-
export interface Attributes {
|
|
1165
|
-
/** Determines whether the object is enabled. */
|
|
1166
|
-
enabled?: boolean;
|
|
1167
|
-
/** Not before date in seconds since 1970-01-01T00:00:00Z. */
|
|
1168
|
-
notBefore?: Date;
|
|
1169
|
-
/** Expiry date in seconds since 1970-01-01T00:00:00Z. */
|
|
1170
|
-
expires?: Date;
|
|
1171
|
-
/**
|
|
1172
|
-
* Creation time in seconds since 1970-01-01T00:00:00Z.
|
|
1173
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1174
|
-
*/
|
|
1175
|
-
readonly created?: Date;
|
|
1176
|
-
/**
|
|
1177
|
-
* Last updated time in seconds since 1970-01-01T00:00:00Z.
|
|
1178
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1179
|
-
*/
|
|
1180
|
-
readonly updated?: Date;
|
|
1181
|
-
}
|
|
1182
|
-
|
|
1183
|
-
/** Parameters for patching a secret */
|
|
1184
|
-
export interface SecretPatchParameters {
|
|
1185
|
-
/** The tags that will be assigned to the secret. */
|
|
1186
|
-
tags?: { [propertyName: string]: string };
|
|
1187
|
-
/** Properties of the secret */
|
|
1188
|
-
properties?: SecretPatchProperties;
|
|
1189
|
-
}
|
|
1190
|
-
|
|
1191
|
-
/** Properties of the secret */
|
|
1192
|
-
export interface SecretPatchProperties {
|
|
1193
|
-
/** The value of the secret. */
|
|
1194
|
-
value?: string;
|
|
1195
|
-
/** The content type of the secret. */
|
|
1196
|
-
contentType?: string;
|
|
1197
|
-
/** The attributes of the secret. */
|
|
1198
|
-
attributes?: SecretAttributes;
|
|
1199
|
-
}
|
|
1200
|
-
|
|
1201
|
-
/** List of secrets */
|
|
1202
|
-
export interface SecretListResult {
|
|
1203
|
-
/** The list of secrets. */
|
|
1204
|
-
value?: Secret[];
|
|
1205
|
-
/** The URL to get the next set of secrets. */
|
|
1206
|
-
nextLink?: string;
|
|
1207
|
-
}
|
|
1208
|
-
|
|
1209
|
-
/** The key resource. */
|
|
1210
|
-
export interface Key extends Resource {
|
|
1211
|
-
/** The attributes of the key. */
|
|
1212
|
-
attributes?: KeyAttributes;
|
|
1213
|
-
/** The type of the key. For valid values, see JsonWebKeyType. */
|
|
1214
|
-
kty?: JsonWebKeyType;
|
|
1215
|
-
keyOps?: JsonWebKeyOperation[];
|
|
1216
|
-
/** The key size in bits. For example: 2048, 3072, or 4096 for RSA. */
|
|
1217
|
-
keySize?: number;
|
|
1218
|
-
/** The elliptic curve name. For valid values, see JsonWebKeyCurveName. */
|
|
1219
|
-
curveName?: JsonWebKeyCurveName;
|
|
1220
|
-
/**
|
|
1221
|
-
* The URI to retrieve the current version of the key.
|
|
1222
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1223
|
-
*/
|
|
1224
|
-
readonly keyUri?: string;
|
|
1225
|
-
/**
|
|
1226
|
-
* The URI to retrieve the specific version of the key.
|
|
1227
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1228
|
-
*/
|
|
1229
|
-
readonly keyUriWithVersion?: string;
|
|
1230
|
-
/** Key rotation policy in response. It will be used for both output and input. Omitted if empty */
|
|
1231
|
-
rotationPolicy?: RotationPolicy;
|
|
1232
|
-
/** Key release policy in response. It will be used for both output and input. Omitted if empty */
|
|
1233
|
-
releasePolicy?: KeyReleasePolicy;
|
|
1234
|
-
}
|
|
1235
|
-
|
|
1236
|
-
/** Private endpoint connection resource. */
|
|
1237
|
-
export interface PrivateEndpointConnection extends Resource {
|
|
1238
|
-
/** Modified whenever there is a change in the state of private endpoint connection. */
|
|
1239
|
-
etag?: string;
|
|
1240
|
-
/** Properties of the private endpoint object. */
|
|
1241
|
-
privateEndpoint?: PrivateEndpoint;
|
|
1242
|
-
/** Approval state of the private link connection. */
|
|
1243
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
1244
|
-
/** Provisioning state of the private endpoint connection. */
|
|
1245
|
-
provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
|
-
/** A private link resource */
|
|
1249
|
-
export interface PrivateLinkResource extends Resource {
|
|
1250
|
-
/**
|
|
1251
|
-
* Group identifier of private link resource.
|
|
1252
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1253
|
-
*/
|
|
1254
|
-
readonly groupId?: string;
|
|
1255
|
-
/**
|
|
1256
|
-
* Required member names of private link resource.
|
|
1257
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1258
|
-
*/
|
|
1259
|
-
readonly requiredMembers?: string[];
|
|
1260
|
-
/** Required DNS zone names of the the private link resource. */
|
|
1261
|
-
requiredZoneNames?: string[];
|
|
1262
|
-
}
|
|
1263
|
-
|
|
1264
|
-
/** Resource information with extended details. */
|
|
1265
|
-
export interface Secret extends Resource {
|
|
1266
|
-
/** Properties of the secret */
|
|
1267
|
-
properties: SecretProperties;
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
/** The key resource. */
|
|
1271
|
-
export interface ManagedHsmKey extends ProxyResourceWithoutSystemData {
|
|
1272
|
-
/** The attributes of the key. */
|
|
1273
|
-
attributes?: ManagedHsmKeyAttributes;
|
|
1274
|
-
/** The type of the key. For valid values, see JsonWebKeyType. */
|
|
1275
|
-
kty?: JsonWebKeyType;
|
|
1276
|
-
keyOps?: JsonWebKeyOperation[];
|
|
1277
|
-
/** The key size in bits. For example: 2048, 3072, or 4096 for RSA. */
|
|
1278
|
-
keySize?: number;
|
|
1279
|
-
/** The elliptic curve name. For valid values, see JsonWebKeyCurveName. */
|
|
1280
|
-
curveName?: JsonWebKeyCurveName;
|
|
1281
|
-
/**
|
|
1282
|
-
* The URI to retrieve the current version of the key.
|
|
1283
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1284
|
-
*/
|
|
1285
|
-
readonly keyUri?: string;
|
|
1286
|
-
/**
|
|
1287
|
-
* The URI to retrieve the specific version of the key.
|
|
1288
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1289
|
-
*/
|
|
1290
|
-
readonly keyUriWithVersion?: string;
|
|
1291
|
-
/** Key rotation policy in response. It will be used for both output and input. Omitted if empty */
|
|
1292
|
-
rotationPolicy?: ManagedHsmRotationPolicy;
|
|
1293
|
-
/** Key release policy in response. It will be used for both output and input. Omitted if empty */
|
|
1294
|
-
releasePolicy?: ManagedHsmKeyReleasePolicy;
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1297
|
-
/** Resource information with extended details. */
|
|
1298
|
-
export interface ManagedHsm extends ManagedHsmResource {
|
|
1299
|
-
/** Properties of the managed HSM */
|
|
1300
|
-
properties?: ManagedHsmProperties;
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
/** Private endpoint connection resource. */
|
|
1304
|
-
export interface MhsmPrivateEndpointConnection extends ManagedHsmResource {
|
|
1305
|
-
/** Modified whenever there is a change in the state of private endpoint connection. */
|
|
1306
|
-
etag?: string;
|
|
1307
|
-
/** Properties of the private endpoint object. */
|
|
1308
|
-
privateEndpoint?: MhsmPrivateEndpoint;
|
|
1309
|
-
/** Approval state of the private link connection. */
|
|
1310
|
-
privateLinkServiceConnectionState?: MhsmPrivateLinkServiceConnectionState;
|
|
1311
|
-
/** Provisioning state of the private endpoint connection. */
|
|
1312
|
-
provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
1313
|
-
}
|
|
1314
|
-
|
|
1315
|
-
/** A private link resource */
|
|
1316
|
-
export interface MhsmPrivateLinkResource extends ManagedHsmResource {
|
|
1317
|
-
/**
|
|
1318
|
-
* Group identifier of private link resource.
|
|
1319
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1320
|
-
*/
|
|
1321
|
-
readonly groupId?: string;
|
|
1322
|
-
/**
|
|
1323
|
-
* Required member names of private link resource.
|
|
1324
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1325
|
-
*/
|
|
1326
|
-
readonly requiredMembers?: string[];
|
|
1327
|
-
/** Required DNS zone names of the the private link resource. */
|
|
1328
|
-
requiredZoneNames?: string[];
|
|
1329
|
-
}
|
|
1330
|
-
|
|
1331
|
-
/** The secret management attributes. */
|
|
1332
|
-
export interface SecretAttributes extends Attributes {}
|
|
1333
|
-
|
|
1334
|
-
/** Defines headers for PrivateEndpointConnections_put operation. */
|
|
1335
|
-
export interface PrivateEndpointConnectionsPutHeaders {
|
|
1336
|
-
/** (specified only if operation does not finish synchronously) The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
|
1337
|
-
retryAfter?: number;
|
|
1338
|
-
/** (specified only if operation does not finish synchronously) The URI to poll for completion status. The response of this URI may be synchronous or asynchronous. */
|
|
1339
|
-
azureAsyncOperation?: string;
|
|
1340
|
-
}
|
|
1341
|
-
|
|
1342
|
-
/** Defines headers for PrivateEndpointConnections_delete operation. */
|
|
1343
|
-
export interface PrivateEndpointConnectionsDeleteHeaders {
|
|
1344
|
-
/** The recommended number of seconds to wait before calling the URI specified in the location header. */
|
|
1345
|
-
retryAfter?: number;
|
|
1346
|
-
/** The URI to poll for completion status. */
|
|
1347
|
-
location?: string;
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
|
-
/** Defines headers for ManagedHsms_createOrUpdate operation. */
|
|
1351
|
-
export interface ManagedHsmsCreateOrUpdateHeaders {
|
|
1352
|
-
/** The URI to poll for completion status. */
|
|
1353
|
-
location?: string;
|
|
1354
|
-
}
|
|
1355
|
-
|
|
1356
|
-
/** Defines headers for ManagedHsms_update operation. */
|
|
1357
|
-
export interface ManagedHsmsUpdateHeaders {
|
|
1358
|
-
/** The URI to poll for completion status. */
|
|
1359
|
-
location?: string;
|
|
1360
|
-
}
|
|
1361
|
-
|
|
1362
|
-
/** Defines headers for ManagedHsms_delete operation. */
|
|
1363
|
-
export interface ManagedHsmsDeleteHeaders {
|
|
1364
|
-
/** The URI to poll for completion status. */
|
|
1365
|
-
location?: string;
|
|
1366
|
-
}
|
|
1367
|
-
|
|
1368
|
-
/** Defines headers for ManagedHsms_purgeDeleted operation. */
|
|
1369
|
-
export interface ManagedHsmsPurgeDeletedHeaders {
|
|
1370
|
-
/** The URI to poll for completion status. */
|
|
1371
|
-
location?: string;
|
|
1372
|
-
}
|
|
1373
|
-
|
|
1374
|
-
/** Defines headers for MhsmPrivateEndpointConnections_put operation. */
|
|
1375
|
-
export interface MhsmPrivateEndpointConnectionsPutHeaders {
|
|
1376
|
-
/** (specified only if operation does not finish synchronously) The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation. */
|
|
1377
|
-
retryAfter?: number;
|
|
1378
|
-
/** (specified only if operation does not finish synchronously) The URI to poll for completion status. The response of this URI may be synchronous or asynchronous. */
|
|
1379
|
-
azureAsyncOperation?: string;
|
|
1380
|
-
}
|
|
1381
|
-
|
|
1382
|
-
/** Defines headers for MhsmPrivateEndpointConnections_delete operation. */
|
|
1383
|
-
export interface MhsmPrivateEndpointConnectionsDeleteHeaders {
|
|
1384
|
-
/** The URI to poll for completion status. */
|
|
1385
|
-
location?: string;
|
|
1386
|
-
}
|
|
1387
|
-
|
|
1388
|
-
/** Known values of {@link DeletionRecoveryLevel} that the service accepts. */
|
|
1389
|
-
export enum KnownDeletionRecoveryLevel {
|
|
1390
|
-
/** Purgeable */
|
|
1391
|
-
Purgeable = "Purgeable",
|
|
1392
|
-
/** RecoverablePurgeable */
|
|
1393
|
-
RecoverablePurgeable = "Recoverable+Purgeable",
|
|
1394
|
-
/** Recoverable */
|
|
1395
|
-
Recoverable = "Recoverable",
|
|
1396
|
-
/** RecoverableProtectedSubscription */
|
|
1397
|
-
RecoverableProtectedSubscription = "Recoverable+ProtectedSubscription"
|
|
1398
|
-
}
|
|
1399
|
-
|
|
1400
|
-
/**
|
|
1401
|
-
* Defines values for DeletionRecoveryLevel. \
|
|
1402
|
-
* {@link KnownDeletionRecoveryLevel} can be used interchangeably with DeletionRecoveryLevel,
|
|
1403
|
-
* this enum contains the known values that the service supports.
|
|
1404
|
-
* ### Known values supported by the service
|
|
1405
|
-
* **Purgeable** \
|
|
1406
|
-
* **Recoverable+Purgeable** \
|
|
1407
|
-
* **Recoverable** \
|
|
1408
|
-
* **Recoverable+ProtectedSubscription**
|
|
1409
|
-
*/
|
|
1410
|
-
export type DeletionRecoveryLevel = string;
|
|
1411
|
-
|
|
1412
|
-
/** Known values of {@link JsonWebKeyType} that the service accepts. */
|
|
1413
|
-
export enum KnownJsonWebKeyType {
|
|
1414
|
-
/** EC */
|
|
1415
|
-
EC = "EC",
|
|
1416
|
-
/** ECHSM */
|
|
1417
|
-
ECHSM = "EC-HSM",
|
|
1418
|
-
/** RSA */
|
|
1419
|
-
RSA = "RSA",
|
|
1420
|
-
/** RSAHSM */
|
|
1421
|
-
RSAHSM = "RSA-HSM"
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
|
-
/**
|
|
1425
|
-
* Defines values for JsonWebKeyType. \
|
|
1426
|
-
* {@link KnownJsonWebKeyType} can be used interchangeably with JsonWebKeyType,
|
|
1427
|
-
* this enum contains the known values that the service supports.
|
|
1428
|
-
* ### Known values supported by the service
|
|
1429
|
-
* **EC** \
|
|
1430
|
-
* **EC-HSM** \
|
|
1431
|
-
* **RSA** \
|
|
1432
|
-
* **RSA-HSM**
|
|
1433
|
-
*/
|
|
1434
|
-
export type JsonWebKeyType = string;
|
|
1435
|
-
|
|
1436
|
-
/** Known values of {@link JsonWebKeyOperation} that the service accepts. */
|
|
1437
|
-
export enum KnownJsonWebKeyOperation {
|
|
1438
|
-
/** Encrypt */
|
|
1439
|
-
Encrypt = "encrypt",
|
|
1440
|
-
/** Decrypt */
|
|
1441
|
-
Decrypt = "decrypt",
|
|
1442
|
-
/** Sign */
|
|
1443
|
-
Sign = "sign",
|
|
1444
|
-
/** Verify */
|
|
1445
|
-
Verify = "verify",
|
|
1446
|
-
/** WrapKey */
|
|
1447
|
-
WrapKey = "wrapKey",
|
|
1448
|
-
/** UnwrapKey */
|
|
1449
|
-
UnwrapKey = "unwrapKey",
|
|
1450
|
-
/** Import */
|
|
1451
|
-
Import = "import",
|
|
1452
|
-
/** Release */
|
|
1453
|
-
Release = "release"
|
|
1454
|
-
}
|
|
1455
|
-
|
|
1456
|
-
/**
|
|
1457
|
-
* Defines values for JsonWebKeyOperation. \
|
|
1458
|
-
* {@link KnownJsonWebKeyOperation} can be used interchangeably with JsonWebKeyOperation,
|
|
1459
|
-
* this enum contains the known values that the service supports.
|
|
1460
|
-
* ### Known values supported by the service
|
|
1461
|
-
* **encrypt** \
|
|
1462
|
-
* **decrypt** \
|
|
1463
|
-
* **sign** \
|
|
1464
|
-
* **verify** \
|
|
1465
|
-
* **wrapKey** \
|
|
1466
|
-
* **unwrapKey** \
|
|
1467
|
-
* **import** \
|
|
1468
|
-
* **release**
|
|
1469
|
-
*/
|
|
1470
|
-
export type JsonWebKeyOperation = string;
|
|
1471
|
-
|
|
1472
|
-
/** Known values of {@link JsonWebKeyCurveName} that the service accepts. */
|
|
1473
|
-
export enum KnownJsonWebKeyCurveName {
|
|
1474
|
-
/** P256 */
|
|
1475
|
-
P256 = "P-256",
|
|
1476
|
-
/** P384 */
|
|
1477
|
-
P384 = "P-384",
|
|
1478
|
-
/** P521 */
|
|
1479
|
-
P521 = "P-521",
|
|
1480
|
-
/** P256K */
|
|
1481
|
-
P256K = "P-256K"
|
|
1482
|
-
}
|
|
1483
|
-
|
|
1484
|
-
/**
|
|
1485
|
-
* Defines values for JsonWebKeyCurveName. \
|
|
1486
|
-
* {@link KnownJsonWebKeyCurveName} can be used interchangeably with JsonWebKeyCurveName,
|
|
1487
|
-
* this enum contains the known values that the service supports.
|
|
1488
|
-
* ### Known values supported by the service
|
|
1489
|
-
* **P-256** \
|
|
1490
|
-
* **P-384** \
|
|
1491
|
-
* **P-521** \
|
|
1492
|
-
* **P-256K**
|
|
1493
|
-
*/
|
|
1494
|
-
export type JsonWebKeyCurveName = string;
|
|
1495
|
-
|
|
1496
|
-
/** Known values of {@link SkuFamily} that the service accepts. */
|
|
1497
|
-
export enum KnownSkuFamily {
|
|
1498
|
-
/** A */
|
|
1499
|
-
A = "A"
|
|
1500
|
-
}
|
|
1501
|
-
|
|
1502
|
-
/**
|
|
1503
|
-
* Defines values for SkuFamily. \
|
|
1504
|
-
* {@link KnownSkuFamily} can be used interchangeably with SkuFamily,
|
|
1505
|
-
* this enum contains the known values that the service supports.
|
|
1506
|
-
* ### Known values supported by the service
|
|
1507
|
-
* **A**
|
|
1508
|
-
*/
|
|
1509
|
-
export type SkuFamily = string;
|
|
1510
|
-
|
|
1511
|
-
/** Known values of {@link KeyPermissions} that the service accepts. */
|
|
1512
|
-
export enum KnownKeyPermissions {
|
|
1513
|
-
/** All */
|
|
1514
|
-
All = "all",
|
|
1515
|
-
/** Encrypt */
|
|
1516
|
-
Encrypt = "encrypt",
|
|
1517
|
-
/** Decrypt */
|
|
1518
|
-
Decrypt = "decrypt",
|
|
1519
|
-
/** WrapKey */
|
|
1520
|
-
WrapKey = "wrapKey",
|
|
1521
|
-
/** UnwrapKey */
|
|
1522
|
-
UnwrapKey = "unwrapKey",
|
|
1523
|
-
/** Sign */
|
|
1524
|
-
Sign = "sign",
|
|
1525
|
-
/** Verify */
|
|
1526
|
-
Verify = "verify",
|
|
1527
|
-
/** Get */
|
|
1528
|
-
Get = "get",
|
|
1529
|
-
/** List */
|
|
1530
|
-
List = "list",
|
|
1531
|
-
/** Create */
|
|
1532
|
-
Create = "create",
|
|
1533
|
-
/** Update */
|
|
1534
|
-
Update = "update",
|
|
1535
|
-
/** Import */
|
|
1536
|
-
Import = "import",
|
|
1537
|
-
/** Delete */
|
|
1538
|
-
Delete = "delete",
|
|
1539
|
-
/** Backup */
|
|
1540
|
-
Backup = "backup",
|
|
1541
|
-
/** Restore */
|
|
1542
|
-
Restore = "restore",
|
|
1543
|
-
/** Recover */
|
|
1544
|
-
Recover = "recover",
|
|
1545
|
-
/** Purge */
|
|
1546
|
-
Purge = "purge",
|
|
1547
|
-
/** Release */
|
|
1548
|
-
Release = "release",
|
|
1549
|
-
/** Rotate */
|
|
1550
|
-
Rotate = "rotate",
|
|
1551
|
-
/** Getrotationpolicy */
|
|
1552
|
-
Getrotationpolicy = "getrotationpolicy",
|
|
1553
|
-
/** Setrotationpolicy */
|
|
1554
|
-
Setrotationpolicy = "setrotationpolicy"
|
|
1555
|
-
}
|
|
1556
|
-
|
|
1557
|
-
/**
|
|
1558
|
-
* Defines values for KeyPermissions. \
|
|
1559
|
-
* {@link KnownKeyPermissions} can be used interchangeably with KeyPermissions,
|
|
1560
|
-
* this enum contains the known values that the service supports.
|
|
1561
|
-
* ### Known values supported by the service
|
|
1562
|
-
* **all** \
|
|
1563
|
-
* **encrypt** \
|
|
1564
|
-
* **decrypt** \
|
|
1565
|
-
* **wrapKey** \
|
|
1566
|
-
* **unwrapKey** \
|
|
1567
|
-
* **sign** \
|
|
1568
|
-
* **verify** \
|
|
1569
|
-
* **get** \
|
|
1570
|
-
* **list** \
|
|
1571
|
-
* **create** \
|
|
1572
|
-
* **update** \
|
|
1573
|
-
* **import** \
|
|
1574
|
-
* **delete** \
|
|
1575
|
-
* **backup** \
|
|
1576
|
-
* **restore** \
|
|
1577
|
-
* **recover** \
|
|
1578
|
-
* **purge** \
|
|
1579
|
-
* **release** \
|
|
1580
|
-
* **rotate** \
|
|
1581
|
-
* **getrotationpolicy** \
|
|
1582
|
-
* **setrotationpolicy**
|
|
1583
|
-
*/
|
|
1584
|
-
export type KeyPermissions = string;
|
|
1585
|
-
|
|
1586
|
-
/** Known values of {@link SecretPermissions} that the service accepts. */
|
|
1587
|
-
export enum KnownSecretPermissions {
|
|
1588
|
-
/** All */
|
|
1589
|
-
All = "all",
|
|
1590
|
-
/** Get */
|
|
1591
|
-
Get = "get",
|
|
1592
|
-
/** List */
|
|
1593
|
-
List = "list",
|
|
1594
|
-
/** Set */
|
|
1595
|
-
Set = "set",
|
|
1596
|
-
/** Delete */
|
|
1597
|
-
Delete = "delete",
|
|
1598
|
-
/** Backup */
|
|
1599
|
-
Backup = "backup",
|
|
1600
|
-
/** Restore */
|
|
1601
|
-
Restore = "restore",
|
|
1602
|
-
/** Recover */
|
|
1603
|
-
Recover = "recover",
|
|
1604
|
-
/** Purge */
|
|
1605
|
-
Purge = "purge"
|
|
1606
|
-
}
|
|
1607
|
-
|
|
1608
|
-
/**
|
|
1609
|
-
* Defines values for SecretPermissions. \
|
|
1610
|
-
* {@link KnownSecretPermissions} can be used interchangeably with SecretPermissions,
|
|
1611
|
-
* this enum contains the known values that the service supports.
|
|
1612
|
-
* ### Known values supported by the service
|
|
1613
|
-
* **all** \
|
|
1614
|
-
* **get** \
|
|
1615
|
-
* **list** \
|
|
1616
|
-
* **set** \
|
|
1617
|
-
* **delete** \
|
|
1618
|
-
* **backup** \
|
|
1619
|
-
* **restore** \
|
|
1620
|
-
* **recover** \
|
|
1621
|
-
* **purge**
|
|
1622
|
-
*/
|
|
1623
|
-
export type SecretPermissions = string;
|
|
1624
|
-
|
|
1625
|
-
/** Known values of {@link CertificatePermissions} that the service accepts. */
|
|
1626
|
-
export enum KnownCertificatePermissions {
|
|
1627
|
-
/** All */
|
|
1628
|
-
All = "all",
|
|
1629
|
-
/** Get */
|
|
1630
|
-
Get = "get",
|
|
1631
|
-
/** List */
|
|
1632
|
-
List = "list",
|
|
1633
|
-
/** Delete */
|
|
1634
|
-
Delete = "delete",
|
|
1635
|
-
/** Create */
|
|
1636
|
-
Create = "create",
|
|
1637
|
-
/** Import */
|
|
1638
|
-
Import = "import",
|
|
1639
|
-
/** Update */
|
|
1640
|
-
Update = "update",
|
|
1641
|
-
/** Managecontacts */
|
|
1642
|
-
Managecontacts = "managecontacts",
|
|
1643
|
-
/** Getissuers */
|
|
1644
|
-
Getissuers = "getissuers",
|
|
1645
|
-
/** Listissuers */
|
|
1646
|
-
Listissuers = "listissuers",
|
|
1647
|
-
/** Setissuers */
|
|
1648
|
-
Setissuers = "setissuers",
|
|
1649
|
-
/** Deleteissuers */
|
|
1650
|
-
Deleteissuers = "deleteissuers",
|
|
1651
|
-
/** Manageissuers */
|
|
1652
|
-
Manageissuers = "manageissuers",
|
|
1653
|
-
/** Recover */
|
|
1654
|
-
Recover = "recover",
|
|
1655
|
-
/** Purge */
|
|
1656
|
-
Purge = "purge",
|
|
1657
|
-
/** Backup */
|
|
1658
|
-
Backup = "backup",
|
|
1659
|
-
/** Restore */
|
|
1660
|
-
Restore = "restore"
|
|
1661
|
-
}
|
|
1662
|
-
|
|
1663
|
-
/**
|
|
1664
|
-
* Defines values for CertificatePermissions. \
|
|
1665
|
-
* {@link KnownCertificatePermissions} can be used interchangeably with CertificatePermissions,
|
|
1666
|
-
* this enum contains the known values that the service supports.
|
|
1667
|
-
* ### Known values supported by the service
|
|
1668
|
-
* **all** \
|
|
1669
|
-
* **get** \
|
|
1670
|
-
* **list** \
|
|
1671
|
-
* **delete** \
|
|
1672
|
-
* **create** \
|
|
1673
|
-
* **import** \
|
|
1674
|
-
* **update** \
|
|
1675
|
-
* **managecontacts** \
|
|
1676
|
-
* **getissuers** \
|
|
1677
|
-
* **listissuers** \
|
|
1678
|
-
* **setissuers** \
|
|
1679
|
-
* **deleteissuers** \
|
|
1680
|
-
* **manageissuers** \
|
|
1681
|
-
* **recover** \
|
|
1682
|
-
* **purge** \
|
|
1683
|
-
* **backup** \
|
|
1684
|
-
* **restore**
|
|
1685
|
-
*/
|
|
1686
|
-
export type CertificatePermissions = string;
|
|
1687
|
-
|
|
1688
|
-
/** Known values of {@link StoragePermissions} that the service accepts. */
|
|
1689
|
-
export enum KnownStoragePermissions {
|
|
1690
|
-
/** All */
|
|
1691
|
-
All = "all",
|
|
1692
|
-
/** Get */
|
|
1693
|
-
Get = "get",
|
|
1694
|
-
/** List */
|
|
1695
|
-
List = "list",
|
|
1696
|
-
/** Delete */
|
|
1697
|
-
Delete = "delete",
|
|
1698
|
-
/** Set */
|
|
1699
|
-
Set = "set",
|
|
1700
|
-
/** Update */
|
|
1701
|
-
Update = "update",
|
|
1702
|
-
/** Regeneratekey */
|
|
1703
|
-
Regeneratekey = "regeneratekey",
|
|
1704
|
-
/** Recover */
|
|
1705
|
-
Recover = "recover",
|
|
1706
|
-
/** Purge */
|
|
1707
|
-
Purge = "purge",
|
|
1708
|
-
/** Backup */
|
|
1709
|
-
Backup = "backup",
|
|
1710
|
-
/** Restore */
|
|
1711
|
-
Restore = "restore",
|
|
1712
|
-
/** Setsas */
|
|
1713
|
-
Setsas = "setsas",
|
|
1714
|
-
/** Listsas */
|
|
1715
|
-
Listsas = "listsas",
|
|
1716
|
-
/** Getsas */
|
|
1717
|
-
Getsas = "getsas",
|
|
1718
|
-
/** Deletesas */
|
|
1719
|
-
Deletesas = "deletesas"
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
|
-
/**
|
|
1723
|
-
* Defines values for StoragePermissions. \
|
|
1724
|
-
* {@link KnownStoragePermissions} can be used interchangeably with StoragePermissions,
|
|
1725
|
-
* this enum contains the known values that the service supports.
|
|
1726
|
-
* ### Known values supported by the service
|
|
1727
|
-
* **all** \
|
|
1728
|
-
* **get** \
|
|
1729
|
-
* **list** \
|
|
1730
|
-
* **delete** \
|
|
1731
|
-
* **set** \
|
|
1732
|
-
* **update** \
|
|
1733
|
-
* **regeneratekey** \
|
|
1734
|
-
* **recover** \
|
|
1735
|
-
* **purge** \
|
|
1736
|
-
* **backup** \
|
|
1737
|
-
* **restore** \
|
|
1738
|
-
* **setsas** \
|
|
1739
|
-
* **listsas** \
|
|
1740
|
-
* **getsas** \
|
|
1741
|
-
* **deletesas**
|
|
1742
|
-
*/
|
|
1743
|
-
export type StoragePermissions = string;
|
|
1744
|
-
|
|
1745
|
-
/** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
|
|
1746
|
-
export enum KnownNetworkRuleBypassOptions {
|
|
1747
|
-
/** AzureServices */
|
|
1748
|
-
AzureServices = "AzureServices",
|
|
1749
|
-
/** None */
|
|
1750
|
-
None = "None"
|
|
1751
|
-
}
|
|
1752
|
-
|
|
1753
|
-
/**
|
|
1754
|
-
* Defines values for NetworkRuleBypassOptions. \
|
|
1755
|
-
* {@link KnownNetworkRuleBypassOptions} can be used interchangeably with NetworkRuleBypassOptions,
|
|
1756
|
-
* this enum contains the known values that the service supports.
|
|
1757
|
-
* ### Known values supported by the service
|
|
1758
|
-
* **AzureServices** \
|
|
1759
|
-
* **None**
|
|
1760
|
-
*/
|
|
1761
|
-
export type NetworkRuleBypassOptions = string;
|
|
1762
|
-
|
|
1763
|
-
/** Known values of {@link NetworkRuleAction} that the service accepts. */
|
|
1764
|
-
export enum KnownNetworkRuleAction {
|
|
1765
|
-
/** Allow */
|
|
1766
|
-
Allow = "Allow",
|
|
1767
|
-
/** Deny */
|
|
1768
|
-
Deny = "Deny"
|
|
1769
|
-
}
|
|
1770
|
-
|
|
1771
|
-
/**
|
|
1772
|
-
* Defines values for NetworkRuleAction. \
|
|
1773
|
-
* {@link KnownNetworkRuleAction} can be used interchangeably with NetworkRuleAction,
|
|
1774
|
-
* this enum contains the known values that the service supports.
|
|
1775
|
-
* ### Known values supported by the service
|
|
1776
|
-
* **Allow** \
|
|
1777
|
-
* **Deny**
|
|
1778
|
-
*/
|
|
1779
|
-
export type NetworkRuleAction = string;
|
|
1780
|
-
|
|
1781
|
-
/** Known values of {@link VaultProvisioningState} that the service accepts. */
|
|
1782
|
-
export enum KnownVaultProvisioningState {
|
|
1783
|
-
/** Succeeded */
|
|
1784
|
-
Succeeded = "Succeeded",
|
|
1785
|
-
/** RegisteringDns */
|
|
1786
|
-
RegisteringDns = "RegisteringDns"
|
|
1787
|
-
}
|
|
1788
|
-
|
|
1789
|
-
/**
|
|
1790
|
-
* Defines values for VaultProvisioningState. \
|
|
1791
|
-
* {@link KnownVaultProvisioningState} can be used interchangeably with VaultProvisioningState,
|
|
1792
|
-
* this enum contains the known values that the service supports.
|
|
1793
|
-
* ### Known values supported by the service
|
|
1794
|
-
* **Succeeded** \
|
|
1795
|
-
* **RegisteringDns**
|
|
1796
|
-
*/
|
|
1797
|
-
export type VaultProvisioningState = string;
|
|
1798
|
-
|
|
1799
|
-
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
1800
|
-
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
1801
|
-
/** Pending */
|
|
1802
|
-
Pending = "Pending",
|
|
1803
|
-
/** Approved */
|
|
1804
|
-
Approved = "Approved",
|
|
1805
|
-
/** Rejected */
|
|
1806
|
-
Rejected = "Rejected",
|
|
1807
|
-
/** Disconnected */
|
|
1808
|
-
Disconnected = "Disconnected"
|
|
1809
|
-
}
|
|
1810
|
-
|
|
1811
|
-
/**
|
|
1812
|
-
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
|
1813
|
-
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
1814
|
-
* this enum contains the known values that the service supports.
|
|
1815
|
-
* ### Known values supported by the service
|
|
1816
|
-
* **Pending** \
|
|
1817
|
-
* **Approved** \
|
|
1818
|
-
* **Rejected** \
|
|
1819
|
-
* **Disconnected**
|
|
1820
|
-
*/
|
|
1821
|
-
export type PrivateEndpointServiceConnectionStatus = string;
|
|
1822
|
-
|
|
1823
|
-
/** Known values of {@link ActionsRequired} that the service accepts. */
|
|
1824
|
-
export enum KnownActionsRequired {
|
|
1825
|
-
/** None */
|
|
1826
|
-
None = "None"
|
|
1827
|
-
}
|
|
1828
|
-
|
|
1829
|
-
/**
|
|
1830
|
-
* Defines values for ActionsRequired. \
|
|
1831
|
-
* {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,
|
|
1832
|
-
* this enum contains the known values that the service supports.
|
|
1833
|
-
* ### Known values supported by the service
|
|
1834
|
-
* **None**
|
|
1835
|
-
*/
|
|
1836
|
-
export type ActionsRequired = string;
|
|
1837
|
-
|
|
1838
|
-
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
1839
|
-
export enum KnownPrivateEndpointConnectionProvisioningState {
|
|
1840
|
-
/** Succeeded */
|
|
1841
|
-
Succeeded = "Succeeded",
|
|
1842
|
-
/** Creating */
|
|
1843
|
-
Creating = "Creating",
|
|
1844
|
-
/** Updating */
|
|
1845
|
-
Updating = "Updating",
|
|
1846
|
-
/** Deleting */
|
|
1847
|
-
Deleting = "Deleting",
|
|
1848
|
-
/** Failed */
|
|
1849
|
-
Failed = "Failed",
|
|
1850
|
-
/** Disconnected */
|
|
1851
|
-
Disconnected = "Disconnected"
|
|
1852
|
-
}
|
|
1853
|
-
|
|
1854
|
-
/**
|
|
1855
|
-
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
1856
|
-
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
1857
|
-
* this enum contains the known values that the service supports.
|
|
1858
|
-
* ### Known values supported by the service
|
|
1859
|
-
* **Succeeded** \
|
|
1860
|
-
* **Creating** \
|
|
1861
|
-
* **Updating** \
|
|
1862
|
-
* **Deleting** \
|
|
1863
|
-
* **Failed** \
|
|
1864
|
-
* **Disconnected**
|
|
1865
|
-
*/
|
|
1866
|
-
export type PrivateEndpointConnectionProvisioningState = string;
|
|
1867
|
-
|
|
1868
|
-
/** Known values of {@link IdentityType} that the service accepts. */
|
|
1869
|
-
export enum KnownIdentityType {
|
|
1870
|
-
/** User */
|
|
1871
|
-
User = "User",
|
|
1872
|
-
/** Application */
|
|
1873
|
-
Application = "Application",
|
|
1874
|
-
/** ManagedIdentity */
|
|
1875
|
-
ManagedIdentity = "ManagedIdentity",
|
|
1876
|
-
/** Key */
|
|
1877
|
-
Key = "Key"
|
|
1878
|
-
}
|
|
1879
|
-
|
|
1880
|
-
/**
|
|
1881
|
-
* Defines values for IdentityType. \
|
|
1882
|
-
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
1883
|
-
* this enum contains the known values that the service supports.
|
|
1884
|
-
* ### Known values supported by the service
|
|
1885
|
-
* **User** \
|
|
1886
|
-
* **Application** \
|
|
1887
|
-
* **ManagedIdentity** \
|
|
1888
|
-
* **Key**
|
|
1889
|
-
*/
|
|
1890
|
-
export type IdentityType = string;
|
|
1891
|
-
|
|
1892
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
1893
|
-
export enum KnownProvisioningState {
|
|
1894
|
-
/** The managed HSM Pool has been full provisioned. */
|
|
1895
|
-
Succeeded = "Succeeded",
|
|
1896
|
-
/** The managed HSM Pool is currently being provisioned. */
|
|
1897
|
-
Provisioning = "Provisioning",
|
|
1898
|
-
/** Provisioning of the managed HSM Pool has failed. */
|
|
1899
|
-
Failed = "Failed",
|
|
1900
|
-
/** The managed HSM Pool is currently being updated. */
|
|
1901
|
-
Updating = "Updating",
|
|
1902
|
-
/** The managed HSM Pool is currently being deleted. */
|
|
1903
|
-
Deleting = "Deleting",
|
|
1904
|
-
/** The managed HSM pool is ready for normal use. */
|
|
1905
|
-
Activated = "Activated",
|
|
1906
|
-
/** The managed HSM pool is waiting for a security domain restore action. */
|
|
1907
|
-
SecurityDomainRestore = "SecurityDomainRestore",
|
|
1908
|
-
/** The managed HSM pool is being restored from full HSM backup. */
|
|
1909
|
-
Restoring = "Restoring"
|
|
1910
|
-
}
|
|
1911
|
-
|
|
1912
|
-
/**
|
|
1913
|
-
* Defines values for ProvisioningState. \
|
|
1914
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
1915
|
-
* this enum contains the known values that the service supports.
|
|
1916
|
-
* ### Known values supported by the service
|
|
1917
|
-
* **Succeeded**: The managed HSM Pool has been full provisioned. \
|
|
1918
|
-
* **Provisioning**: The managed HSM Pool is currently being provisioned. \
|
|
1919
|
-
* **Failed**: Provisioning of the managed HSM Pool has failed. \
|
|
1920
|
-
* **Updating**: The managed HSM Pool is currently being updated. \
|
|
1921
|
-
* **Deleting**: The managed HSM Pool is currently being deleted. \
|
|
1922
|
-
* **Activated**: The managed HSM pool is ready for normal use. \
|
|
1923
|
-
* **SecurityDomainRestore**: The managed HSM pool is waiting for a security domain restore action. \
|
|
1924
|
-
* **Restoring**: The managed HSM pool is being restored from full HSM backup.
|
|
1925
|
-
*/
|
|
1926
|
-
export type ProvisioningState = string;
|
|
1927
|
-
|
|
1928
|
-
/** Known values of {@link GeoReplicationRegionProvisioningState} that the service accepts. */
|
|
1929
|
-
export enum KnownGeoReplicationRegionProvisioningState {
|
|
1930
|
-
/** Preprovisioning */
|
|
1931
|
-
Preprovisioning = "Preprovisioning",
|
|
1932
|
-
/** Provisioning */
|
|
1933
|
-
Provisioning = "Provisioning",
|
|
1934
|
-
/** Succeeded */
|
|
1935
|
-
Succeeded = "Succeeded",
|
|
1936
|
-
/** Failed */
|
|
1937
|
-
Failed = "Failed",
|
|
1938
|
-
/** Deleting */
|
|
1939
|
-
Deleting = "Deleting",
|
|
1940
|
-
/** Cleanup */
|
|
1941
|
-
Cleanup = "Cleanup"
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
|
-
/**
|
|
1945
|
-
* Defines values for GeoReplicationRegionProvisioningState. \
|
|
1946
|
-
* {@link KnownGeoReplicationRegionProvisioningState} can be used interchangeably with GeoReplicationRegionProvisioningState,
|
|
1947
|
-
* this enum contains the known values that the service supports.
|
|
1948
|
-
* ### Known values supported by the service
|
|
1949
|
-
* **Preprovisioning** \
|
|
1950
|
-
* **Provisioning** \
|
|
1951
|
-
* **Succeeded** \
|
|
1952
|
-
* **Failed** \
|
|
1953
|
-
* **Deleting** \
|
|
1954
|
-
* **Cleanup**
|
|
1955
|
-
*/
|
|
1956
|
-
export type GeoReplicationRegionProvisioningState = string;
|
|
1957
|
-
|
|
1958
|
-
/** Known values of {@link PublicNetworkAccess} that the service accepts. */
|
|
1959
|
-
export enum KnownPublicNetworkAccess {
|
|
1960
|
-
/** Enabled */
|
|
1961
|
-
Enabled = "Enabled",
|
|
1962
|
-
/** Disabled */
|
|
1963
|
-
Disabled = "Disabled"
|
|
1964
|
-
}
|
|
1965
|
-
|
|
1966
|
-
/**
|
|
1967
|
-
* Defines values for PublicNetworkAccess. \
|
|
1968
|
-
* {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
|
|
1969
|
-
* this enum contains the known values that the service supports.
|
|
1970
|
-
* ### Known values supported by the service
|
|
1971
|
-
* **Enabled** \
|
|
1972
|
-
* **Disabled**
|
|
1973
|
-
*/
|
|
1974
|
-
export type PublicNetworkAccess = string;
|
|
1975
|
-
|
|
1976
|
-
/** Known values of {@link ActivationStatus} that the service accepts. */
|
|
1977
|
-
export enum KnownActivationStatus {
|
|
1978
|
-
/** The managed HSM Pool is active. */
|
|
1979
|
-
Active = "Active",
|
|
1980
|
-
/** The managed HSM Pool is not yet activated. */
|
|
1981
|
-
NotActivated = "NotActivated",
|
|
1982
|
-
/** An unknown error occurred while activating managed hsm. */
|
|
1983
|
-
Unknown = "Unknown",
|
|
1984
|
-
/** Failed to activate managed hsm. */
|
|
1985
|
-
Failed = "Failed"
|
|
1986
|
-
}
|
|
1987
|
-
|
|
1988
|
-
/**
|
|
1989
|
-
* Defines values for ActivationStatus. \
|
|
1990
|
-
* {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
|
|
1991
|
-
* this enum contains the known values that the service supports.
|
|
1992
|
-
* ### Known values supported by the service
|
|
1993
|
-
* **Active**: The managed HSM Pool is active. \
|
|
1994
|
-
* **NotActivated**: The managed HSM Pool is not yet activated. \
|
|
1995
|
-
* **Unknown**: An unknown error occurred while activating managed hsm. \
|
|
1996
|
-
* **Failed**: Failed to activate managed hsm.
|
|
1997
|
-
*/
|
|
1998
|
-
export type ActivationStatus = string;
|
|
1999
|
-
|
|
2000
|
-
/** Known values of {@link ManagedHsmSkuFamily} that the service accepts. */
|
|
2001
|
-
export enum KnownManagedHsmSkuFamily {
|
|
2002
|
-
/** B */
|
|
2003
|
-
B = "B"
|
|
2004
|
-
}
|
|
2005
|
-
|
|
2006
|
-
/**
|
|
2007
|
-
* Defines values for ManagedHsmSkuFamily. \
|
|
2008
|
-
* {@link KnownManagedHsmSkuFamily} can be used interchangeably with ManagedHsmSkuFamily,
|
|
2009
|
-
* this enum contains the known values that the service supports.
|
|
2010
|
-
* ### Known values supported by the service
|
|
2011
|
-
* **B**
|
|
2012
|
-
*/
|
|
2013
|
-
export type ManagedHsmSkuFamily = string;
|
|
2014
|
-
|
|
2015
|
-
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
2016
|
-
export enum KnownManagedServiceIdentityType {
|
|
2017
|
-
/** None */
|
|
2018
|
-
None = "None",
|
|
2019
|
-
/** SystemAssigned */
|
|
2020
|
-
SystemAssigned = "SystemAssigned",
|
|
2021
|
-
/** UserAssigned */
|
|
2022
|
-
UserAssigned = "UserAssigned",
|
|
2023
|
-
/** SystemAssignedUserAssigned */
|
|
2024
|
-
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
2025
|
-
}
|
|
2026
|
-
|
|
2027
|
-
/**
|
|
2028
|
-
* Defines values for ManagedServiceIdentityType. \
|
|
2029
|
-
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
2030
|
-
* this enum contains the known values that the service supports.
|
|
2031
|
-
* ### Known values supported by the service
|
|
2032
|
-
* **None** \
|
|
2033
|
-
* **SystemAssigned** \
|
|
2034
|
-
* **UserAssigned** \
|
|
2035
|
-
* **SystemAssigned,UserAssigned**
|
|
2036
|
-
*/
|
|
2037
|
-
export type ManagedServiceIdentityType = string;
|
|
2038
|
-
/** Defines values for KeyRotationPolicyActionType. */
|
|
2039
|
-
export type KeyRotationPolicyActionType = "rotate" | "notify";
|
|
2040
|
-
/** Defines values for SkuName. */
|
|
2041
|
-
export type SkuName = "standard" | "premium";
|
|
2042
|
-
/** Defines values for CreateMode. */
|
|
2043
|
-
export type CreateMode = "recover" | "default";
|
|
2044
|
-
/** Defines values for AccessPolicyUpdateKind. */
|
|
2045
|
-
export type AccessPolicyUpdateKind = "add" | "replace" | "remove";
|
|
2046
|
-
/** Defines values for Reason. */
|
|
2047
|
-
export type Reason = "AccountNameInvalid" | "AlreadyExists";
|
|
2048
|
-
/** Defines values for ManagedHsmSkuName. */
|
|
2049
|
-
export type ManagedHsmSkuName = "Standard_B1" | "Custom_B32" | "Custom_B6";
|
|
2050
|
-
|
|
2051
|
-
/** Optional parameters. */
|
|
2052
|
-
export interface KeysCreateIfNotExistOptionalParams
|
|
2053
|
-
extends coreClient.OperationOptions {}
|
|
2054
|
-
|
|
2055
|
-
/** Contains response data for the createIfNotExist operation. */
|
|
2056
|
-
export type KeysCreateIfNotExistResponse = Key;
|
|
2057
|
-
|
|
2058
|
-
/** Optional parameters. */
|
|
2059
|
-
export interface KeysGetOptionalParams extends coreClient.OperationOptions {}
|
|
2060
|
-
|
|
2061
|
-
/** Contains response data for the get operation. */
|
|
2062
|
-
export type KeysGetResponse = Key;
|
|
2063
|
-
|
|
2064
|
-
/** Optional parameters. */
|
|
2065
|
-
export interface KeysListOptionalParams extends coreClient.OperationOptions {}
|
|
2066
|
-
|
|
2067
|
-
/** Contains response data for the list operation. */
|
|
2068
|
-
export type KeysListResponse = KeyListResult;
|
|
2069
|
-
|
|
2070
|
-
/** Optional parameters. */
|
|
2071
|
-
export interface KeysGetVersionOptionalParams
|
|
2072
|
-
extends coreClient.OperationOptions {}
|
|
2073
|
-
|
|
2074
|
-
/** Contains response data for the getVersion operation. */
|
|
2075
|
-
export type KeysGetVersionResponse = Key;
|
|
2076
|
-
|
|
2077
|
-
/** Optional parameters. */
|
|
2078
|
-
export interface KeysListVersionsOptionalParams
|
|
2079
|
-
extends coreClient.OperationOptions {}
|
|
2080
|
-
|
|
2081
|
-
/** Contains response data for the listVersions operation. */
|
|
2082
|
-
export type KeysListVersionsResponse = KeyListResult;
|
|
2083
|
-
|
|
2084
|
-
/** Optional parameters. */
|
|
2085
|
-
export interface KeysListNextOptionalParams
|
|
2086
|
-
extends coreClient.OperationOptions {}
|
|
2087
|
-
|
|
2088
|
-
/** Contains response data for the listNext operation. */
|
|
2089
|
-
export type KeysListNextResponse = KeyListResult;
|
|
2090
|
-
|
|
2091
|
-
/** Optional parameters. */
|
|
2092
|
-
export interface KeysListVersionsNextOptionalParams
|
|
2093
|
-
extends coreClient.OperationOptions {}
|
|
2094
|
-
|
|
2095
|
-
/** Contains response data for the listVersionsNext operation. */
|
|
2096
|
-
export type KeysListVersionsNextResponse = KeyListResult;
|
|
2097
|
-
|
|
2098
|
-
/** Optional parameters. */
|
|
2099
|
-
export interface ManagedHsmKeysCreateIfNotExistOptionalParams
|
|
2100
|
-
extends coreClient.OperationOptions {}
|
|
2101
|
-
|
|
2102
|
-
/** Contains response data for the createIfNotExist operation. */
|
|
2103
|
-
export type ManagedHsmKeysCreateIfNotExistResponse = ManagedHsmKey;
|
|
2104
|
-
|
|
2105
|
-
/** Optional parameters. */
|
|
2106
|
-
export interface ManagedHsmKeysGetOptionalParams
|
|
2107
|
-
extends coreClient.OperationOptions {}
|
|
2108
|
-
|
|
2109
|
-
/** Contains response data for the get operation. */
|
|
2110
|
-
export type ManagedHsmKeysGetResponse = ManagedHsmKey;
|
|
2111
|
-
|
|
2112
|
-
/** Optional parameters. */
|
|
2113
|
-
export interface ManagedHsmKeysListOptionalParams
|
|
2114
|
-
extends coreClient.OperationOptions {}
|
|
2115
|
-
|
|
2116
|
-
/** Contains response data for the list operation. */
|
|
2117
|
-
export type ManagedHsmKeysListResponse = ManagedHsmKeyListResult;
|
|
2118
|
-
|
|
2119
|
-
/** Optional parameters. */
|
|
2120
|
-
export interface ManagedHsmKeysGetVersionOptionalParams
|
|
2121
|
-
extends coreClient.OperationOptions {}
|
|
2122
|
-
|
|
2123
|
-
/** Contains response data for the getVersion operation. */
|
|
2124
|
-
export type ManagedHsmKeysGetVersionResponse = ManagedHsmKey;
|
|
2125
|
-
|
|
2126
|
-
/** Optional parameters. */
|
|
2127
|
-
export interface ManagedHsmKeysListVersionsOptionalParams
|
|
2128
|
-
extends coreClient.OperationOptions {}
|
|
2129
|
-
|
|
2130
|
-
/** Contains response data for the listVersions operation. */
|
|
2131
|
-
export type ManagedHsmKeysListVersionsResponse = ManagedHsmKeyListResult;
|
|
2132
|
-
|
|
2133
|
-
/** Optional parameters. */
|
|
2134
|
-
export interface ManagedHsmKeysListNextOptionalParams
|
|
2135
|
-
extends coreClient.OperationOptions {}
|
|
2136
|
-
|
|
2137
|
-
/** Contains response data for the listNext operation. */
|
|
2138
|
-
export type ManagedHsmKeysListNextResponse = ManagedHsmKeyListResult;
|
|
2139
|
-
|
|
2140
|
-
/** Optional parameters. */
|
|
2141
|
-
export interface ManagedHsmKeysListVersionsNextOptionalParams
|
|
2142
|
-
extends coreClient.OperationOptions {}
|
|
2143
|
-
|
|
2144
|
-
/** Contains response data for the listVersionsNext operation. */
|
|
2145
|
-
export type ManagedHsmKeysListVersionsNextResponse = ManagedHsmKeyListResult;
|
|
2146
|
-
|
|
2147
|
-
/** Optional parameters. */
|
|
2148
|
-
export interface VaultsCreateOrUpdateOptionalParams
|
|
2149
|
-
extends coreClient.OperationOptions {
|
|
2150
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2151
|
-
updateIntervalInMs?: number;
|
|
2152
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2153
|
-
resumeFrom?: string;
|
|
2154
|
-
}
|
|
2155
|
-
|
|
2156
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2157
|
-
export type VaultsCreateOrUpdateResponse = Vault;
|
|
2158
|
-
|
|
2159
|
-
/** Optional parameters. */
|
|
2160
|
-
export interface VaultsUpdateOptionalParams
|
|
2161
|
-
extends coreClient.OperationOptions {}
|
|
2162
|
-
|
|
2163
|
-
/** Contains response data for the update operation. */
|
|
2164
|
-
export type VaultsUpdateResponse = Vault;
|
|
2165
|
-
|
|
2166
|
-
/** Optional parameters. */
|
|
2167
|
-
export interface VaultsDeleteOptionalParams
|
|
2168
|
-
extends coreClient.OperationOptions {}
|
|
2169
|
-
|
|
2170
|
-
/** Optional parameters. */
|
|
2171
|
-
export interface VaultsGetOptionalParams extends coreClient.OperationOptions {}
|
|
2172
|
-
|
|
2173
|
-
/** Contains response data for the get operation. */
|
|
2174
|
-
export type VaultsGetResponse = Vault;
|
|
2175
|
-
|
|
2176
|
-
/** Optional parameters. */
|
|
2177
|
-
export interface VaultsUpdateAccessPolicyOptionalParams
|
|
2178
|
-
extends coreClient.OperationOptions {}
|
|
2179
|
-
|
|
2180
|
-
/** Contains response data for the updateAccessPolicy operation. */
|
|
2181
|
-
export type VaultsUpdateAccessPolicyResponse = VaultAccessPolicyParameters;
|
|
2182
|
-
|
|
2183
|
-
/** Optional parameters. */
|
|
2184
|
-
export interface VaultsListByResourceGroupOptionalParams
|
|
2185
|
-
extends coreClient.OperationOptions {
|
|
2186
|
-
/** Maximum number of results to return. */
|
|
2187
|
-
top?: number;
|
|
2188
|
-
}
|
|
2189
|
-
|
|
2190
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
2191
|
-
export type VaultsListByResourceGroupResponse = VaultListResult;
|
|
2192
|
-
|
|
2193
|
-
/** Optional parameters. */
|
|
2194
|
-
export interface VaultsListBySubscriptionOptionalParams
|
|
2195
|
-
extends coreClient.OperationOptions {
|
|
2196
|
-
/** Maximum number of results to return. */
|
|
2197
|
-
top?: number;
|
|
2198
|
-
}
|
|
2199
|
-
|
|
2200
|
-
/** Contains response data for the listBySubscription operation. */
|
|
2201
|
-
export type VaultsListBySubscriptionResponse = VaultListResult;
|
|
2202
|
-
|
|
2203
|
-
/** Optional parameters. */
|
|
2204
|
-
export interface VaultsListDeletedOptionalParams
|
|
2205
|
-
extends coreClient.OperationOptions {}
|
|
2206
|
-
|
|
2207
|
-
/** Contains response data for the listDeleted operation. */
|
|
2208
|
-
export type VaultsListDeletedResponse = DeletedVaultListResult;
|
|
2209
|
-
|
|
2210
|
-
/** Optional parameters. */
|
|
2211
|
-
export interface VaultsGetDeletedOptionalParams
|
|
2212
|
-
extends coreClient.OperationOptions {}
|
|
2213
|
-
|
|
2214
|
-
/** Contains response data for the getDeleted operation. */
|
|
2215
|
-
export type VaultsGetDeletedResponse = DeletedVault;
|
|
2216
|
-
|
|
2217
|
-
/** Optional parameters. */
|
|
2218
|
-
export interface VaultsPurgeDeletedOptionalParams
|
|
2219
|
-
extends coreClient.OperationOptions {
|
|
2220
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2221
|
-
updateIntervalInMs?: number;
|
|
2222
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2223
|
-
resumeFrom?: string;
|
|
2224
|
-
}
|
|
2225
|
-
|
|
2226
|
-
/** Optional parameters. */
|
|
2227
|
-
export interface VaultsListOptionalParams extends coreClient.OperationOptions {
|
|
2228
|
-
/** Maximum number of results to return. */
|
|
2229
|
-
top?: number;
|
|
2230
|
-
}
|
|
2231
|
-
|
|
2232
|
-
/** Contains response data for the list operation. */
|
|
2233
|
-
export type VaultsListResponse = ResourceListResult;
|
|
2234
|
-
|
|
2235
|
-
/** Optional parameters. */
|
|
2236
|
-
export interface VaultsCheckNameAvailabilityOptionalParams
|
|
2237
|
-
extends coreClient.OperationOptions {}
|
|
2238
|
-
|
|
2239
|
-
/** Contains response data for the checkNameAvailability operation. */
|
|
2240
|
-
export type VaultsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
|
|
2241
|
-
|
|
2242
|
-
/** Optional parameters. */
|
|
2243
|
-
export interface VaultsListByResourceGroupNextOptionalParams
|
|
2244
|
-
extends coreClient.OperationOptions {}
|
|
2245
|
-
|
|
2246
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2247
|
-
export type VaultsListByResourceGroupNextResponse = VaultListResult;
|
|
2248
|
-
|
|
2249
|
-
/** Optional parameters. */
|
|
2250
|
-
export interface VaultsListBySubscriptionNextOptionalParams
|
|
2251
|
-
extends coreClient.OperationOptions {}
|
|
2252
|
-
|
|
2253
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2254
|
-
export type VaultsListBySubscriptionNextResponse = VaultListResult;
|
|
2255
|
-
|
|
2256
|
-
/** Optional parameters. */
|
|
2257
|
-
export interface VaultsListDeletedNextOptionalParams
|
|
2258
|
-
extends coreClient.OperationOptions {}
|
|
2259
|
-
|
|
2260
|
-
/** Contains response data for the listDeletedNext operation. */
|
|
2261
|
-
export type VaultsListDeletedNextResponse = DeletedVaultListResult;
|
|
2262
|
-
|
|
2263
|
-
/** Optional parameters. */
|
|
2264
|
-
export interface VaultsListNextOptionalParams
|
|
2265
|
-
extends coreClient.OperationOptions {}
|
|
2266
|
-
|
|
2267
|
-
/** Contains response data for the listNext operation. */
|
|
2268
|
-
export type VaultsListNextResponse = ResourceListResult;
|
|
2269
|
-
|
|
2270
|
-
/** Optional parameters. */
|
|
2271
|
-
export interface PrivateEndpointConnectionsGetOptionalParams
|
|
2272
|
-
extends coreClient.OperationOptions {}
|
|
2273
|
-
|
|
2274
|
-
/** Contains response data for the get operation. */
|
|
2275
|
-
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
2276
|
-
|
|
2277
|
-
/** Optional parameters. */
|
|
2278
|
-
export interface PrivateEndpointConnectionsPutOptionalParams
|
|
2279
|
-
extends coreClient.OperationOptions {}
|
|
2280
|
-
|
|
2281
|
-
/** Contains response data for the put operation. */
|
|
2282
|
-
export type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnectionsPutHeaders &
|
|
2283
|
-
PrivateEndpointConnection;
|
|
2284
|
-
|
|
2285
|
-
/** Optional parameters. */
|
|
2286
|
-
export interface PrivateEndpointConnectionsDeleteOptionalParams
|
|
2287
|
-
extends coreClient.OperationOptions {
|
|
2288
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2289
|
-
updateIntervalInMs?: number;
|
|
2290
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2291
|
-
resumeFrom?: string;
|
|
2292
|
-
}
|
|
2293
|
-
|
|
2294
|
-
/** Contains response data for the delete operation. */
|
|
2295
|
-
export type PrivateEndpointConnectionsDeleteResponse = PrivateEndpointConnection;
|
|
2296
|
-
|
|
2297
|
-
/** Optional parameters. */
|
|
2298
|
-
export interface PrivateEndpointConnectionsListByResourceOptionalParams
|
|
2299
|
-
extends coreClient.OperationOptions {}
|
|
2300
|
-
|
|
2301
|
-
/** Contains response data for the listByResource operation. */
|
|
2302
|
-
export type PrivateEndpointConnectionsListByResourceResponse = PrivateEndpointConnectionListResult;
|
|
2303
|
-
|
|
2304
|
-
/** Optional parameters. */
|
|
2305
|
-
export interface PrivateEndpointConnectionsListByResourceNextOptionalParams
|
|
2306
|
-
extends coreClient.OperationOptions {}
|
|
2307
|
-
|
|
2308
|
-
/** Contains response data for the listByResourceNext operation. */
|
|
2309
|
-
export type PrivateEndpointConnectionsListByResourceNextResponse = PrivateEndpointConnectionListResult;
|
|
2310
|
-
|
|
2311
|
-
/** Optional parameters. */
|
|
2312
|
-
export interface PrivateLinkResourcesListByVaultOptionalParams
|
|
2313
|
-
extends coreClient.OperationOptions {}
|
|
2314
|
-
|
|
2315
|
-
/** Contains response data for the listByVault operation. */
|
|
2316
|
-
export type PrivateLinkResourcesListByVaultResponse = PrivateLinkResourceListResult;
|
|
2317
|
-
|
|
2318
|
-
/** Optional parameters. */
|
|
2319
|
-
export interface ManagedHsmsCreateOrUpdateOptionalParams
|
|
2320
|
-
extends coreClient.OperationOptions {
|
|
2321
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2322
|
-
updateIntervalInMs?: number;
|
|
2323
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2324
|
-
resumeFrom?: string;
|
|
2325
|
-
}
|
|
2326
|
-
|
|
2327
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2328
|
-
export type ManagedHsmsCreateOrUpdateResponse = ManagedHsm;
|
|
2329
|
-
|
|
2330
|
-
/** Optional parameters. */
|
|
2331
|
-
export interface ManagedHsmsUpdateOptionalParams
|
|
2332
|
-
extends coreClient.OperationOptions {
|
|
2333
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2334
|
-
updateIntervalInMs?: number;
|
|
2335
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2336
|
-
resumeFrom?: string;
|
|
2337
|
-
}
|
|
2338
|
-
|
|
2339
|
-
/** Contains response data for the update operation. */
|
|
2340
|
-
export type ManagedHsmsUpdateResponse = ManagedHsm;
|
|
2341
|
-
|
|
2342
|
-
/** Optional parameters. */
|
|
2343
|
-
export interface ManagedHsmsDeleteOptionalParams
|
|
2344
|
-
extends coreClient.OperationOptions {
|
|
2345
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2346
|
-
updateIntervalInMs?: number;
|
|
2347
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2348
|
-
resumeFrom?: string;
|
|
2349
|
-
}
|
|
2350
|
-
|
|
2351
|
-
/** Optional parameters. */
|
|
2352
|
-
export interface ManagedHsmsGetOptionalParams
|
|
2353
|
-
extends coreClient.OperationOptions {}
|
|
2354
|
-
|
|
2355
|
-
/** Contains response data for the get operation. */
|
|
2356
|
-
export type ManagedHsmsGetResponse = ManagedHsm;
|
|
2357
|
-
|
|
2358
|
-
/** Optional parameters. */
|
|
2359
|
-
export interface ManagedHsmsListByResourceGroupOptionalParams
|
|
2360
|
-
extends coreClient.OperationOptions {
|
|
2361
|
-
/** Maximum number of results to return. */
|
|
2362
|
-
top?: number;
|
|
2363
|
-
}
|
|
2364
|
-
|
|
2365
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
2366
|
-
export type ManagedHsmsListByResourceGroupResponse = ManagedHsmListResult;
|
|
2367
|
-
|
|
2368
|
-
/** Optional parameters. */
|
|
2369
|
-
export interface ManagedHsmsListBySubscriptionOptionalParams
|
|
2370
|
-
extends coreClient.OperationOptions {
|
|
2371
|
-
/** Maximum number of results to return. */
|
|
2372
|
-
top?: number;
|
|
2373
|
-
}
|
|
2374
|
-
|
|
2375
|
-
/** Contains response data for the listBySubscription operation. */
|
|
2376
|
-
export type ManagedHsmsListBySubscriptionResponse = ManagedHsmListResult;
|
|
2377
|
-
|
|
2378
|
-
/** Optional parameters. */
|
|
2379
|
-
export interface ManagedHsmsListDeletedOptionalParams
|
|
2380
|
-
extends coreClient.OperationOptions {}
|
|
2381
|
-
|
|
2382
|
-
/** Contains response data for the listDeleted operation. */
|
|
2383
|
-
export type ManagedHsmsListDeletedResponse = DeletedManagedHsmListResult;
|
|
2384
|
-
|
|
2385
|
-
/** Optional parameters. */
|
|
2386
|
-
export interface ManagedHsmsGetDeletedOptionalParams
|
|
2387
|
-
extends coreClient.OperationOptions {}
|
|
2388
|
-
|
|
2389
|
-
/** Contains response data for the getDeleted operation. */
|
|
2390
|
-
export type ManagedHsmsGetDeletedResponse = DeletedManagedHsm;
|
|
2391
|
-
|
|
2392
|
-
/** Optional parameters. */
|
|
2393
|
-
export interface ManagedHsmsPurgeDeletedOptionalParams
|
|
2394
|
-
extends coreClient.OperationOptions {
|
|
2395
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2396
|
-
updateIntervalInMs?: number;
|
|
2397
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2398
|
-
resumeFrom?: string;
|
|
2399
|
-
}
|
|
2400
|
-
|
|
2401
|
-
/** Contains response data for the purgeDeleted operation. */
|
|
2402
|
-
export type ManagedHsmsPurgeDeletedResponse = ManagedHsmsPurgeDeletedHeaders;
|
|
2403
|
-
|
|
2404
|
-
/** Optional parameters. */
|
|
2405
|
-
export interface ManagedHsmsCheckMhsmNameAvailabilityOptionalParams
|
|
2406
|
-
extends coreClient.OperationOptions {}
|
|
2407
|
-
|
|
2408
|
-
/** Contains response data for the checkMhsmNameAvailability operation. */
|
|
2409
|
-
export type ManagedHsmsCheckMhsmNameAvailabilityResponse = CheckMhsmNameAvailabilityResult;
|
|
2410
|
-
|
|
2411
|
-
/** Optional parameters. */
|
|
2412
|
-
export interface ManagedHsmsListByResourceGroupNextOptionalParams
|
|
2413
|
-
extends coreClient.OperationOptions {}
|
|
2414
|
-
|
|
2415
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2416
|
-
export type ManagedHsmsListByResourceGroupNextResponse = ManagedHsmListResult;
|
|
2417
|
-
|
|
2418
|
-
/** Optional parameters. */
|
|
2419
|
-
export interface ManagedHsmsListBySubscriptionNextOptionalParams
|
|
2420
|
-
extends coreClient.OperationOptions {}
|
|
2421
|
-
|
|
2422
|
-
/** Contains response data for the listBySubscriptionNext operation. */
|
|
2423
|
-
export type ManagedHsmsListBySubscriptionNextResponse = ManagedHsmListResult;
|
|
2424
|
-
|
|
2425
|
-
/** Optional parameters. */
|
|
2426
|
-
export interface ManagedHsmsListDeletedNextOptionalParams
|
|
2427
|
-
extends coreClient.OperationOptions {}
|
|
2428
|
-
|
|
2429
|
-
/** Contains response data for the listDeletedNext operation. */
|
|
2430
|
-
export type ManagedHsmsListDeletedNextResponse = DeletedManagedHsmListResult;
|
|
2431
|
-
|
|
2432
|
-
/** Optional parameters. */
|
|
2433
|
-
export interface MhsmPrivateEndpointConnectionsListByResourceOptionalParams
|
|
2434
|
-
extends coreClient.OperationOptions {}
|
|
2435
|
-
|
|
2436
|
-
/** Contains response data for the listByResource operation. */
|
|
2437
|
-
export type MhsmPrivateEndpointConnectionsListByResourceResponse = MhsmPrivateEndpointConnectionsListResult;
|
|
2438
|
-
|
|
2439
|
-
/** Optional parameters. */
|
|
2440
|
-
export interface MhsmPrivateEndpointConnectionsGetOptionalParams
|
|
2441
|
-
extends coreClient.OperationOptions {}
|
|
2442
|
-
|
|
2443
|
-
/** Contains response data for the get operation. */
|
|
2444
|
-
export type MhsmPrivateEndpointConnectionsGetResponse = MhsmPrivateEndpointConnection;
|
|
2445
|
-
|
|
2446
|
-
/** Optional parameters. */
|
|
2447
|
-
export interface MhsmPrivateEndpointConnectionsPutOptionalParams
|
|
2448
|
-
extends coreClient.OperationOptions {}
|
|
2449
|
-
|
|
2450
|
-
/** Contains response data for the put operation. */
|
|
2451
|
-
export type MhsmPrivateEndpointConnectionsPutResponse = MhsmPrivateEndpointConnectionsPutHeaders &
|
|
2452
|
-
MhsmPrivateEndpointConnection;
|
|
2453
|
-
|
|
2454
|
-
/** Optional parameters. */
|
|
2455
|
-
export interface MhsmPrivateEndpointConnectionsDeleteOptionalParams
|
|
2456
|
-
extends coreClient.OperationOptions {
|
|
2457
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2458
|
-
updateIntervalInMs?: number;
|
|
2459
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2460
|
-
resumeFrom?: string;
|
|
2461
|
-
}
|
|
2462
|
-
|
|
2463
|
-
/** Contains response data for the delete operation. */
|
|
2464
|
-
export type MhsmPrivateEndpointConnectionsDeleteResponse = MhsmPrivateEndpointConnection;
|
|
2465
|
-
|
|
2466
|
-
/** Optional parameters. */
|
|
2467
|
-
export interface MhsmPrivateEndpointConnectionsListByResourceNextOptionalParams
|
|
2468
|
-
extends coreClient.OperationOptions {}
|
|
2469
|
-
|
|
2470
|
-
/** Contains response data for the listByResourceNext operation. */
|
|
2471
|
-
export type MhsmPrivateEndpointConnectionsListByResourceNextResponse = MhsmPrivateEndpointConnectionsListResult;
|
|
2472
|
-
|
|
2473
|
-
/** Optional parameters. */
|
|
2474
|
-
export interface MhsmPrivateLinkResourcesListByMhsmResourceOptionalParams
|
|
2475
|
-
extends coreClient.OperationOptions {}
|
|
2476
|
-
|
|
2477
|
-
/** Contains response data for the listByMhsmResource operation. */
|
|
2478
|
-
export type MhsmPrivateLinkResourcesListByMhsmResourceResponse = MhsmPrivateLinkResourceListResult;
|
|
2479
|
-
|
|
2480
|
-
/** Optional parameters. */
|
|
2481
|
-
export interface MhsmRegionsListByResourceOptionalParams
|
|
2482
|
-
extends coreClient.OperationOptions {}
|
|
2483
|
-
|
|
2484
|
-
/** Contains response data for the listByResource operation. */
|
|
2485
|
-
export type MhsmRegionsListByResourceResponse = MhsmRegionsListResult;
|
|
2486
|
-
|
|
2487
|
-
/** Optional parameters. */
|
|
2488
|
-
export interface MhsmRegionsListByResourceNextOptionalParams
|
|
2489
|
-
extends coreClient.OperationOptions {}
|
|
2490
|
-
|
|
2491
|
-
/** Contains response data for the listByResourceNext operation. */
|
|
2492
|
-
export type MhsmRegionsListByResourceNextResponse = MhsmRegionsListResult;
|
|
2493
|
-
|
|
2494
|
-
/** Optional parameters. */
|
|
2495
|
-
export interface OperationsListOptionalParams
|
|
2496
|
-
extends coreClient.OperationOptions {}
|
|
2497
|
-
|
|
2498
|
-
/** Contains response data for the list operation. */
|
|
2499
|
-
export type OperationsListResponse = OperationListResult;
|
|
2500
|
-
|
|
2501
|
-
/** Optional parameters. */
|
|
2502
|
-
export interface OperationsListNextOptionalParams
|
|
2503
|
-
extends coreClient.OperationOptions {}
|
|
2504
|
-
|
|
2505
|
-
/** Contains response data for the listNext operation. */
|
|
2506
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
2507
|
-
|
|
2508
|
-
/** Optional parameters. */
|
|
2509
|
-
export interface SecretsCreateOrUpdateOptionalParams
|
|
2510
|
-
extends coreClient.OperationOptions {}
|
|
2511
|
-
|
|
2512
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2513
|
-
export type SecretsCreateOrUpdateResponse = Secret;
|
|
2514
|
-
|
|
2515
|
-
/** Optional parameters. */
|
|
2516
|
-
export interface SecretsUpdateOptionalParams
|
|
2517
|
-
extends coreClient.OperationOptions {}
|
|
2518
|
-
|
|
2519
|
-
/** Contains response data for the update operation. */
|
|
2520
|
-
export type SecretsUpdateResponse = Secret;
|
|
2521
|
-
|
|
2522
|
-
/** Optional parameters. */
|
|
2523
|
-
export interface SecretsGetOptionalParams extends coreClient.OperationOptions {}
|
|
2524
|
-
|
|
2525
|
-
/** Contains response data for the get operation. */
|
|
2526
|
-
export type SecretsGetResponse = Secret;
|
|
2527
|
-
|
|
2528
|
-
/** Optional parameters. */
|
|
2529
|
-
export interface SecretsListOptionalParams extends coreClient.OperationOptions {
|
|
2530
|
-
/** Maximum number of results to return. */
|
|
2531
|
-
top?: number;
|
|
2532
|
-
}
|
|
2533
|
-
|
|
2534
|
-
/** Contains response data for the list operation. */
|
|
2535
|
-
export type SecretsListResponse = SecretListResult;
|
|
2536
|
-
|
|
2537
|
-
/** Optional parameters. */
|
|
2538
|
-
export interface SecretsListNextOptionalParams
|
|
2539
|
-
extends coreClient.OperationOptions {}
|
|
2540
|
-
|
|
2541
|
-
/** Contains response data for the listNext operation. */
|
|
2542
|
-
export type SecretsListNextResponse = SecretListResult;
|
|
2543
|
-
|
|
2544
|
-
/** Optional parameters. */
|
|
2545
|
-
export interface KeyVaultManagementClientOptionalParams
|
|
2546
|
-
extends coreClient.ServiceClientOptions {
|
|
2547
|
-
/** server parameter */
|
|
2548
|
-
$host?: string;
|
|
2549
|
-
/** Api Version */
|
|
2550
|
-
apiVersion?: string;
|
|
2551
|
-
/** Overrides client endpoint. */
|
|
2552
|
-
endpoint?: string;
|
|
2553
|
-
}
|