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