@azure/arm-keyvault 3.2.0-alpha.20251124.1 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +4 -7
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/keyVaultManagementClient.d.ts +11 -12
- package/dist/browser/keyVaultManagementClient.d.ts.map +1 -1
- package/dist/browser/keyVaultManagementClient.js +24 -31
- package/dist/browser/keyVaultManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +2 -7
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +1514 -1451
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +204 -201
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +76 -72
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +1693 -1551
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +17 -19
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +107 -132
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/index.d.ts +6 -6
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +10 -13
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/keys.d.ts +36 -38
- package/dist/browser/operations/keys.d.ts.map +1 -1
- package/dist/browser/operations/keys.js +71 -78
- package/dist/browser/operations/keys.js.map +1 -1
- package/dist/browser/operations/managedHsmKeys.d.ts +20 -20
- package/dist/browser/operations/managedHsmKeys.d.ts.map +1 -1
- package/dist/browser/operations/managedHsmKeys.js +62 -67
- package/dist/browser/operations/managedHsmKeys.js.map +1 -1
- package/dist/browser/operations/managedHsms.d.ts +77 -77
- package/dist/browser/operations/managedHsms.d.ts.map +1 -1
- package/dist/browser/operations/managedHsms.js +243 -256
- package/dist/browser/operations/managedHsms.js.map +1 -1
- package/dist/browser/operations/mhsmPrivateEndpointConnections.d.ts +19 -19
- package/dist/browser/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operations/mhsmPrivateEndpointConnections.js +28 -32
- package/dist/browser/operations/mhsmPrivateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/mhsmPrivateLinkResources.d.ts +5 -5
- package/dist/browser/operations/mhsmPrivateLinkResources.d.ts.map +1 -1
- package/dist/browser/operations/mhsmPrivateLinkResources.js +5 -10
- package/dist/browser/operations/mhsmPrivateLinkResources.js.map +1 -1
- package/dist/browser/operations/mhsmRegions.d.ts +10 -10
- package/dist/browser/operations/mhsmRegions.d.ts.map +1 -1
- package/dist/browser/operations/mhsmRegions.js +13 -18
- package/dist/browser/operations/mhsmRegions.js.map +1 -1
- package/dist/browser/operations/operations.d.ts +6 -6
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js +6 -11
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +25 -25
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +56 -60
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.d.ts +5 -5
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +5 -10
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/secrets.d.ts +30 -32
- package/dist/browser/operations/secrets.d.ts.map +1 -1
- package/dist/browser/operations/secrets.js +67 -74
- package/dist/browser/operations/secrets.js.map +1 -1
- package/dist/browser/operations/vaults.d.ts +72 -72
- package/dist/browser/operations/vaults.d.ts.map +1 -1
- package/dist/browser/operations/vaults.js +242 -261
- package/dist/browser/operations/vaults.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +6 -6
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +10 -13
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/keys.d.ts +20 -22
- package/dist/browser/operationsInterfaces/keys.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/keys.js +2 -7
- package/dist/browser/operationsInterfaces/keys.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedHsmKeys.d.ts +10 -10
- package/dist/browser/operationsInterfaces/managedHsmKeys.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedHsmKeys.js +2 -7
- package/dist/browser/operationsInterfaces/managedHsmKeys.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedHsms.d.ts +54 -54
- package/dist/browser/operationsInterfaces/managedHsms.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedHsms.js +2 -7
- package/dist/browser/operationsInterfaces/managedHsms.js.map +1 -1
- package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +13 -13
- package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.js +2 -7
- package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -1
- package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.d.ts +3 -3
- package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.js +2 -7
- package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/mhsmRegions.d.ts +4 -4
- package/dist/browser/operationsInterfaces/mhsmRegions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/mhsmRegions.js +2 -7
- package/dist/browser/operationsInterfaces/mhsmRegions.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +3 -3
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js +2 -7
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +13 -13
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +3 -3
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/secrets.d.ts +18 -20
- package/dist/browser/operationsInterfaces/secrets.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/secrets.js +2 -7
- package/dist/browser/operationsInterfaces/secrets.js.map +1 -1
- package/dist/browser/operationsInterfaces/vaults.d.ts +50 -50
- package/dist/browser/operationsInterfaces/vaults.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/vaults.js +2 -7
- package/dist/browser/operationsInterfaces/vaults.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js +2 -7
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +4 -7
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/keyVaultManagementClient.d.ts +11 -12
- package/dist/commonjs/keyVaultManagementClient.d.ts.map +1 -1
- package/dist/commonjs/keyVaultManagementClient.js +23 -30
- package/dist/commonjs/keyVaultManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +2 -7
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +1514 -1451
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +205 -202
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +76 -72
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +1696 -1554
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +17 -19
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +107 -132
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +6 -6
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +10 -13
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/keys.d.ts +36 -38
- package/dist/commonjs/operations/keys.d.ts.map +1 -1
- package/dist/commonjs/operations/keys.js +71 -78
- package/dist/commonjs/operations/keys.js.map +1 -1
- package/dist/commonjs/operations/managedHsmKeys.d.ts +20 -20
- package/dist/commonjs/operations/managedHsmKeys.d.ts.map +1 -1
- package/dist/commonjs/operations/managedHsmKeys.js +62 -67
- package/dist/commonjs/operations/managedHsmKeys.js.map +1 -1
- package/dist/commonjs/operations/managedHsms.d.ts +77 -77
- package/dist/commonjs/operations/managedHsms.d.ts.map +1 -1
- package/dist/commonjs/operations/managedHsms.js +242 -255
- package/dist/commonjs/operations/managedHsms.js.map +1 -1
- package/dist/commonjs/operations/mhsmPrivateEndpointConnections.d.ts +19 -19
- package/dist/commonjs/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operations/mhsmPrivateEndpointConnections.js +27 -31
- package/dist/commonjs/operations/mhsmPrivateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/mhsmPrivateLinkResources.d.ts +5 -5
- package/dist/commonjs/operations/mhsmPrivateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operations/mhsmPrivateLinkResources.js +5 -10
- package/dist/commonjs/operations/mhsmPrivateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/mhsmRegions.d.ts +10 -10
- package/dist/commonjs/operations/mhsmRegions.d.ts.map +1 -1
- package/dist/commonjs/operations/mhsmRegions.js +13 -18
- package/dist/commonjs/operations/mhsmRegions.js.map +1 -1
- package/dist/commonjs/operations/operations.d.ts +6 -6
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js +6 -11
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +25 -25
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +55 -59
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +5 -5
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +5 -10
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/secrets.d.ts +30 -32
- package/dist/commonjs/operations/secrets.d.ts.map +1 -1
- package/dist/commonjs/operations/secrets.js +67 -74
- package/dist/commonjs/operations/secrets.js.map +1 -1
- package/dist/commonjs/operations/vaults.d.ts +72 -72
- package/dist/commonjs/operations/vaults.d.ts.map +1 -1
- package/dist/commonjs/operations/vaults.js +241 -260
- package/dist/commonjs/operations/vaults.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +6 -6
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +10 -13
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/keys.d.ts +20 -22
- package/dist/commonjs/operationsInterfaces/keys.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/keys.js +2 -7
- package/dist/commonjs/operationsInterfaces/keys.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedHsmKeys.d.ts +10 -10
- package/dist/commonjs/operationsInterfaces/managedHsmKeys.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedHsmKeys.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedHsmKeys.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedHsms.d.ts +54 -54
- package/dist/commonjs/operationsInterfaces/managedHsms.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedHsms.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedHsms.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +13 -13
- package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.js +2 -7
- package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/mhsmRegions.d.ts +4 -4
- package/dist/commonjs/operationsInterfaces/mhsmRegions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/mhsmRegions.js +2 -7
- package/dist/commonjs/operationsInterfaces/mhsmRegions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js +2 -7
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +13 -13
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/secrets.d.ts +18 -20
- package/dist/commonjs/operationsInterfaces/secrets.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/secrets.js +2 -7
- package/dist/commonjs/operationsInterfaces/secrets.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/vaults.d.ts +50 -50
- package/dist/commonjs/operationsInterfaces/vaults.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/vaults.js +2 -7
- package/dist/commonjs/operationsInterfaces/vaults.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -7
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +4 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/keyVaultManagementClient.d.ts +11 -12
- package/dist/esm/keyVaultManagementClient.d.ts.map +1 -1
- package/dist/esm/keyVaultManagementClient.js +24 -31
- package/dist/esm/keyVaultManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +2 -7
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +1514 -1451
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +204 -201
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +76 -72
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +1693 -1551
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +17 -19
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +107 -132
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/index.d.ts +6 -6
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +10 -13
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/keys.d.ts +36 -38
- package/dist/esm/operations/keys.d.ts.map +1 -1
- package/dist/esm/operations/keys.js +71 -78
- package/dist/esm/operations/keys.js.map +1 -1
- package/dist/esm/operations/managedHsmKeys.d.ts +20 -20
- package/dist/esm/operations/managedHsmKeys.d.ts.map +1 -1
- package/dist/esm/operations/managedHsmKeys.js +62 -67
- package/dist/esm/operations/managedHsmKeys.js.map +1 -1
- package/dist/esm/operations/managedHsms.d.ts +77 -77
- package/dist/esm/operations/managedHsms.d.ts.map +1 -1
- package/dist/esm/operations/managedHsms.js +243 -256
- package/dist/esm/operations/managedHsms.js.map +1 -1
- package/dist/esm/operations/mhsmPrivateEndpointConnections.d.ts +19 -19
- package/dist/esm/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operations/mhsmPrivateEndpointConnections.js +28 -32
- package/dist/esm/operations/mhsmPrivateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/mhsmPrivateLinkResources.d.ts +5 -5
- package/dist/esm/operations/mhsmPrivateLinkResources.d.ts.map +1 -1
- package/dist/esm/operations/mhsmPrivateLinkResources.js +5 -10
- package/dist/esm/operations/mhsmPrivateLinkResources.js.map +1 -1
- package/dist/esm/operations/mhsmRegions.d.ts +10 -10
- package/dist/esm/operations/mhsmRegions.d.ts.map +1 -1
- package/dist/esm/operations/mhsmRegions.js +13 -18
- package/dist/esm/operations/mhsmRegions.js.map +1 -1
- package/dist/esm/operations/operations.d.ts +6 -6
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js +6 -11
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +25 -25
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +56 -60
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.d.ts +5 -5
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +5 -10
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/secrets.d.ts +30 -32
- package/dist/esm/operations/secrets.d.ts.map +1 -1
- package/dist/esm/operations/secrets.js +67 -74
- package/dist/esm/operations/secrets.js.map +1 -1
- package/dist/esm/operations/vaults.d.ts +72 -72
- package/dist/esm/operations/vaults.d.ts.map +1 -1
- package/dist/esm/operations/vaults.js +242 -261
- package/dist/esm/operations/vaults.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +6 -6
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +10 -13
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/keys.d.ts +20 -22
- package/dist/esm/operationsInterfaces/keys.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/keys.js +2 -7
- package/dist/esm/operationsInterfaces/keys.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedHsmKeys.d.ts +10 -10
- package/dist/esm/operationsInterfaces/managedHsmKeys.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedHsmKeys.js +2 -7
- package/dist/esm/operationsInterfaces/managedHsmKeys.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedHsms.d.ts +54 -54
- package/dist/esm/operationsInterfaces/managedHsms.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedHsms.js +2 -7
- package/dist/esm/operationsInterfaces/managedHsms.js.map +1 -1
- package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +13 -13
- package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.js +2 -7
- package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -1
- package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.d.ts +3 -3
- package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.js +2 -7
- package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/mhsmRegions.d.ts +4 -4
- package/dist/esm/operationsInterfaces/mhsmRegions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/mhsmRegions.js +2 -7
- package/dist/esm/operationsInterfaces/mhsmRegions.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +3 -3
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js +2 -7
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +13 -13
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +3 -3
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/secrets.d.ts +18 -20
- package/dist/esm/operationsInterfaces/secrets.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/secrets.js +2 -7
- package/dist/esm/operationsInterfaces/secrets.js.map +1 -1
- package/dist/esm/operationsInterfaces/vaults.d.ts +50 -50
- package/dist/esm/operationsInterfaces/vaults.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/vaults.js +2 -7
- package/dist/esm/operationsInterfaces/vaults.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js +2 -7
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +4 -7
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/keyVaultManagementClient.d.ts +11 -12
- package/dist/react-native/keyVaultManagementClient.d.ts.map +1 -1
- package/dist/react-native/keyVaultManagementClient.js +24 -31
- package/dist/react-native/keyVaultManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +2 -7
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1514 -1451
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +204 -201
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +76 -72
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +1693 -1551
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +17 -19
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +107 -132
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +6 -6
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +10 -13
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/keys.d.ts +36 -38
- package/dist/react-native/operations/keys.d.ts.map +1 -1
- package/dist/react-native/operations/keys.js +71 -78
- package/dist/react-native/operations/keys.js.map +1 -1
- package/dist/react-native/operations/managedHsmKeys.d.ts +20 -20
- package/dist/react-native/operations/managedHsmKeys.d.ts.map +1 -1
- package/dist/react-native/operations/managedHsmKeys.js +62 -67
- package/dist/react-native/operations/managedHsmKeys.js.map +1 -1
- package/dist/react-native/operations/managedHsms.d.ts +77 -77
- package/dist/react-native/operations/managedHsms.d.ts.map +1 -1
- package/dist/react-native/operations/managedHsms.js +243 -256
- package/dist/react-native/operations/managedHsms.js.map +1 -1
- package/dist/react-native/operations/mhsmPrivateEndpointConnections.d.ts +19 -19
- package/dist/react-native/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operations/mhsmPrivateEndpointConnections.js +28 -32
- package/dist/react-native/operations/mhsmPrivateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/mhsmPrivateLinkResources.d.ts +5 -5
- package/dist/react-native/operations/mhsmPrivateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operations/mhsmPrivateLinkResources.js +5 -10
- package/dist/react-native/operations/mhsmPrivateLinkResources.js.map +1 -1
- package/dist/react-native/operations/mhsmRegions.d.ts +10 -10
- package/dist/react-native/operations/mhsmRegions.d.ts.map +1 -1
- package/dist/react-native/operations/mhsmRegions.js +13 -18
- package/dist/react-native/operations/mhsmRegions.js.map +1 -1
- package/dist/react-native/operations/operations.d.ts +6 -6
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js +6 -11
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +25 -25
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +56 -60
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +5 -5
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +5 -10
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/secrets.d.ts +30 -32
- package/dist/react-native/operations/secrets.d.ts.map +1 -1
- package/dist/react-native/operations/secrets.js +67 -74
- package/dist/react-native/operations/secrets.js.map +1 -1
- package/dist/react-native/operations/vaults.d.ts +72 -72
- package/dist/react-native/operations/vaults.d.ts.map +1 -1
- package/dist/react-native/operations/vaults.js +242 -261
- package/dist/react-native/operations/vaults.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +6 -6
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +10 -13
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/keys.d.ts +20 -22
- package/dist/react-native/operationsInterfaces/keys.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/keys.js +2 -7
- package/dist/react-native/operationsInterfaces/keys.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedHsmKeys.d.ts +10 -10
- package/dist/react-native/operationsInterfaces/managedHsmKeys.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedHsmKeys.js +2 -7
- package/dist/react-native/operationsInterfaces/managedHsmKeys.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedHsms.d.ts +54 -54
- package/dist/react-native/operationsInterfaces/managedHsms.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedHsms.js +2 -7
- package/dist/react-native/operationsInterfaces/managedHsms.js.map +1 -1
- package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +13 -13
- package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.js +2 -7
- package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -1
- package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.js +2 -7
- package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/mhsmRegions.d.ts +4 -4
- package/dist/react-native/operationsInterfaces/mhsmRegions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/mhsmRegions.js +2 -7
- package/dist/react-native/operationsInterfaces/mhsmRegions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js +2 -7
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +13 -13
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/secrets.d.ts +18 -20
- package/dist/react-native/operationsInterfaces/secrets.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/secrets.js +2 -7
- package/dist/react-native/operationsInterfaces/secrets.js.map +1 -1
- package/dist/react-native/operationsInterfaces/vaults.d.ts +50 -50
- package/dist/react-native/operationsInterfaces/vaults.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/vaults.js +2 -7
- package/dist/react-native/operationsInterfaces/vaults.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -7
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +41 -42
- package/CHANGELOG.md +0 -121
- package/review/arm-keyvault-node.api.md +0 -1722
|
@@ -1,1722 +0,0 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-keyvault"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import * as coreAuth from '@azure/core-auth';
|
|
8
|
-
import * as coreClient from '@azure/core-client';
|
|
9
|
-
import { OperationState } from '@azure/core-lro';
|
|
10
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
-
|
|
13
|
-
// @public
|
|
14
|
-
export interface AccessPolicyEntry {
|
|
15
|
-
applicationId?: string;
|
|
16
|
-
objectId: string;
|
|
17
|
-
permissions: Permissions;
|
|
18
|
-
tenantId: string;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
// @public
|
|
22
|
-
export type AccessPolicyUpdateKind = "add" | "replace" | "remove";
|
|
23
|
-
|
|
24
|
-
// @public (undocumented)
|
|
25
|
-
export interface Action {
|
|
26
|
-
type?: KeyRotationPolicyActionType;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
// @public
|
|
30
|
-
export type ActionsRequired = string;
|
|
31
|
-
|
|
32
|
-
// @public
|
|
33
|
-
export type ActivationStatus = string;
|
|
34
|
-
|
|
35
|
-
// @public
|
|
36
|
-
export interface Attributes {
|
|
37
|
-
readonly created?: Date;
|
|
38
|
-
enabled?: boolean;
|
|
39
|
-
expires?: Date;
|
|
40
|
-
notBefore?: Date;
|
|
41
|
-
readonly updated?: Date;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
// @public
|
|
45
|
-
export type CertificatePermissions = string;
|
|
46
|
-
|
|
47
|
-
// @public
|
|
48
|
-
export interface CheckMhsmNameAvailabilityParameters {
|
|
49
|
-
name: string;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
// @public
|
|
53
|
-
export interface CheckMhsmNameAvailabilityResult {
|
|
54
|
-
readonly message?: string;
|
|
55
|
-
readonly nameAvailable?: boolean;
|
|
56
|
-
readonly reason?: Reason;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
// @public
|
|
60
|
-
export interface CheckNameAvailabilityResult {
|
|
61
|
-
readonly message?: string;
|
|
62
|
-
readonly nameAvailable?: boolean;
|
|
63
|
-
readonly reason?: Reason;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
// @public
|
|
67
|
-
export interface CloudError {
|
|
68
|
-
error?: CloudErrorBody;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
// @public
|
|
72
|
-
export interface CloudErrorBody {
|
|
73
|
-
code?: string;
|
|
74
|
-
message?: string;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
// @public
|
|
78
|
-
export type CreateMode = "recover" | "default";
|
|
79
|
-
|
|
80
|
-
// @public (undocumented)
|
|
81
|
-
export interface DeletedManagedHsm {
|
|
82
|
-
readonly id?: string;
|
|
83
|
-
readonly name?: string;
|
|
84
|
-
properties?: DeletedManagedHsmProperties;
|
|
85
|
-
readonly type?: string;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
// @public
|
|
89
|
-
export interface DeletedManagedHsmListResult {
|
|
90
|
-
nextLink?: string;
|
|
91
|
-
value?: DeletedManagedHsm[];
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
// @public
|
|
95
|
-
export interface DeletedManagedHsmProperties {
|
|
96
|
-
readonly deletionDate?: Date;
|
|
97
|
-
readonly location?: string;
|
|
98
|
-
readonly mhsmId?: string;
|
|
99
|
-
readonly purgeProtectionEnabled?: boolean;
|
|
100
|
-
readonly scheduledPurgeDate?: Date;
|
|
101
|
-
readonly tags?: {
|
|
102
|
-
[propertyName: string]: string;
|
|
103
|
-
};
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
// @public
|
|
107
|
-
export interface DeletedVault {
|
|
108
|
-
readonly id?: string;
|
|
109
|
-
readonly name?: string;
|
|
110
|
-
properties?: DeletedVaultProperties;
|
|
111
|
-
readonly type?: string;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
// @public
|
|
115
|
-
export interface DeletedVaultListResult {
|
|
116
|
-
nextLink?: string;
|
|
117
|
-
value?: DeletedVault[];
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
// @public
|
|
121
|
-
export interface DeletedVaultProperties {
|
|
122
|
-
readonly deletionDate?: Date;
|
|
123
|
-
readonly location?: string;
|
|
124
|
-
readonly purgeProtectionEnabled?: boolean;
|
|
125
|
-
readonly scheduledPurgeDate?: Date;
|
|
126
|
-
readonly tags?: {
|
|
127
|
-
[propertyName: string]: string;
|
|
128
|
-
};
|
|
129
|
-
readonly vaultId?: string;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
// @public
|
|
133
|
-
export type DeletionRecoveryLevel = string;
|
|
134
|
-
|
|
135
|
-
// @public
|
|
136
|
-
export interface DimensionProperties {
|
|
137
|
-
displayName?: string;
|
|
138
|
-
name?: string;
|
|
139
|
-
toBeExportedForShoebox?: boolean;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
// @public
|
|
143
|
-
export interface ErrorModel {
|
|
144
|
-
readonly code?: string;
|
|
145
|
-
readonly innerError?: ErrorModel;
|
|
146
|
-
readonly message?: string;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
// @public
|
|
150
|
-
export type GeoReplicationRegionProvisioningState = string;
|
|
151
|
-
|
|
152
|
-
// @public
|
|
153
|
-
export function getContinuationToken(page: unknown): string | undefined;
|
|
154
|
-
|
|
155
|
-
// @public
|
|
156
|
-
export type IdentityType = string;
|
|
157
|
-
|
|
158
|
-
// @public
|
|
159
|
-
export interface IPRule {
|
|
160
|
-
value: string;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
// @public
|
|
164
|
-
export type JsonWebKeyCurveName = string;
|
|
165
|
-
|
|
166
|
-
// @public
|
|
167
|
-
export type JsonWebKeyOperation = string;
|
|
168
|
-
|
|
169
|
-
// @public
|
|
170
|
-
export type JsonWebKeyType = string;
|
|
171
|
-
|
|
172
|
-
// @public
|
|
173
|
-
export interface Key extends Resource {
|
|
174
|
-
attributes?: KeyAttributes;
|
|
175
|
-
curveName?: JsonWebKeyCurveName;
|
|
176
|
-
// (undocumented)
|
|
177
|
-
keyOps?: JsonWebKeyOperation[];
|
|
178
|
-
keySize?: number;
|
|
179
|
-
readonly keyUri?: string;
|
|
180
|
-
readonly keyUriWithVersion?: string;
|
|
181
|
-
kty?: JsonWebKeyType;
|
|
182
|
-
releasePolicy?: KeyReleasePolicy;
|
|
183
|
-
rotationPolicy?: RotationPolicy;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
// @public
|
|
187
|
-
export interface KeyAttributes {
|
|
188
|
-
readonly created?: number;
|
|
189
|
-
enabled?: boolean;
|
|
190
|
-
expires?: number;
|
|
191
|
-
exportable?: boolean;
|
|
192
|
-
notBefore?: number;
|
|
193
|
-
readonly recoveryLevel?: DeletionRecoveryLevel;
|
|
194
|
-
readonly updated?: number;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
// @public
|
|
198
|
-
export interface KeyCreateParameters {
|
|
199
|
-
properties: KeyProperties;
|
|
200
|
-
tags?: {
|
|
201
|
-
[propertyName: string]: string;
|
|
202
|
-
};
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
// @public
|
|
206
|
-
export interface KeyListResult {
|
|
207
|
-
nextLink?: string;
|
|
208
|
-
value?: Key[];
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
// @public
|
|
212
|
-
export type KeyPermissions = string;
|
|
213
|
-
|
|
214
|
-
// @public
|
|
215
|
-
export interface KeyProperties {
|
|
216
|
-
attributes?: KeyAttributes;
|
|
217
|
-
curveName?: JsonWebKeyCurveName;
|
|
218
|
-
// (undocumented)
|
|
219
|
-
keyOps?: JsonWebKeyOperation[];
|
|
220
|
-
keySize?: number;
|
|
221
|
-
readonly keyUri?: string;
|
|
222
|
-
readonly keyUriWithVersion?: string;
|
|
223
|
-
kty?: JsonWebKeyType;
|
|
224
|
-
releasePolicy?: KeyReleasePolicy;
|
|
225
|
-
rotationPolicy?: RotationPolicy;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
// @public (undocumented)
|
|
229
|
-
export interface KeyReleasePolicy {
|
|
230
|
-
contentType?: string;
|
|
231
|
-
data?: Uint8Array;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
// @public
|
|
235
|
-
export type KeyRotationPolicyActionType = "rotate" | "notify";
|
|
236
|
-
|
|
237
|
-
// @public (undocumented)
|
|
238
|
-
export interface KeyRotationPolicyAttributes {
|
|
239
|
-
readonly created?: number;
|
|
240
|
-
expiryTime?: string;
|
|
241
|
-
readonly updated?: number;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
// @public
|
|
245
|
-
export interface Keys {
|
|
246
|
-
createIfNotExist(resourceGroupName: string, vaultName: string, keyName: string, parameters: KeyCreateParameters, options?: KeysCreateIfNotExistOptionalParams): Promise<KeysCreateIfNotExistResponse>;
|
|
247
|
-
get(resourceGroupName: string, vaultName: string, keyName: string, options?: KeysGetOptionalParams): Promise<KeysGetResponse>;
|
|
248
|
-
getVersion(resourceGroupName: string, vaultName: string, keyName: string, keyVersion: string, options?: KeysGetVersionOptionalParams): Promise<KeysGetVersionResponse>;
|
|
249
|
-
list(resourceGroupName: string, vaultName: string, options?: KeysListOptionalParams): PagedAsyncIterableIterator<Key>;
|
|
250
|
-
listVersions(resourceGroupName: string, vaultName: string, keyName: string, options?: KeysListVersionsOptionalParams): PagedAsyncIterableIterator<Key>;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
// @public
|
|
254
|
-
export interface KeysCreateIfNotExistOptionalParams extends coreClient.OperationOptions {
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
// @public
|
|
258
|
-
export type KeysCreateIfNotExistResponse = Key;
|
|
259
|
-
|
|
260
|
-
// @public
|
|
261
|
-
export interface KeysGetOptionalParams extends coreClient.OperationOptions {
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
// @public
|
|
265
|
-
export type KeysGetResponse = Key;
|
|
266
|
-
|
|
267
|
-
// @public
|
|
268
|
-
export interface KeysGetVersionOptionalParams extends coreClient.OperationOptions {
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
// @public
|
|
272
|
-
export type KeysGetVersionResponse = Key;
|
|
273
|
-
|
|
274
|
-
// @public
|
|
275
|
-
export interface KeysListNextOptionalParams extends coreClient.OperationOptions {
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
// @public
|
|
279
|
-
export type KeysListNextResponse = KeyListResult;
|
|
280
|
-
|
|
281
|
-
// @public
|
|
282
|
-
export interface KeysListOptionalParams extends coreClient.OperationOptions {
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
// @public
|
|
286
|
-
export type KeysListResponse = KeyListResult;
|
|
287
|
-
|
|
288
|
-
// @public
|
|
289
|
-
export interface KeysListVersionsNextOptionalParams extends coreClient.OperationOptions {
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
// @public
|
|
293
|
-
export type KeysListVersionsNextResponse = KeyListResult;
|
|
294
|
-
|
|
295
|
-
// @public
|
|
296
|
-
export interface KeysListVersionsOptionalParams extends coreClient.OperationOptions {
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
// @public
|
|
300
|
-
export type KeysListVersionsResponse = KeyListResult;
|
|
301
|
-
|
|
302
|
-
// @public (undocumented)
|
|
303
|
-
export class KeyVaultManagementClient extends coreClient.ServiceClient {
|
|
304
|
-
// (undocumented)
|
|
305
|
-
$host: string;
|
|
306
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: KeyVaultManagementClientOptionalParams);
|
|
307
|
-
// (undocumented)
|
|
308
|
-
apiVersion: string;
|
|
309
|
-
// (undocumented)
|
|
310
|
-
keys: Keys;
|
|
311
|
-
// (undocumented)
|
|
312
|
-
managedHsmKeys: ManagedHsmKeys;
|
|
313
|
-
// (undocumented)
|
|
314
|
-
managedHsms: ManagedHsms;
|
|
315
|
-
// (undocumented)
|
|
316
|
-
mhsmPrivateEndpointConnections: MhsmPrivateEndpointConnections;
|
|
317
|
-
// (undocumented)
|
|
318
|
-
mhsmPrivateLinkResources: MhsmPrivateLinkResources;
|
|
319
|
-
// (undocumented)
|
|
320
|
-
mhsmRegions: MhsmRegions;
|
|
321
|
-
// (undocumented)
|
|
322
|
-
operations: Operations;
|
|
323
|
-
// (undocumented)
|
|
324
|
-
privateEndpointConnections: PrivateEndpointConnections;
|
|
325
|
-
// (undocumented)
|
|
326
|
-
privateLinkResources: PrivateLinkResources;
|
|
327
|
-
// (undocumented)
|
|
328
|
-
secrets: Secrets;
|
|
329
|
-
// (undocumented)
|
|
330
|
-
subscriptionId: string;
|
|
331
|
-
// (undocumented)
|
|
332
|
-
vaults: Vaults;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
// @public
|
|
336
|
-
export interface KeyVaultManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
337
|
-
$host?: string;
|
|
338
|
-
apiVersion?: string;
|
|
339
|
-
endpoint?: string;
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
// @public
|
|
343
|
-
export enum KnownActionsRequired {
|
|
344
|
-
None = "None"
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
// @public
|
|
348
|
-
export enum KnownActivationStatus {
|
|
349
|
-
Active = "Active",
|
|
350
|
-
Failed = "Failed",
|
|
351
|
-
NotActivated = "NotActivated",
|
|
352
|
-
Unknown = "Unknown"
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
// @public
|
|
356
|
-
export enum KnownCertificatePermissions {
|
|
357
|
-
All = "all",
|
|
358
|
-
Backup = "backup",
|
|
359
|
-
Create = "create",
|
|
360
|
-
Delete = "delete",
|
|
361
|
-
Deleteissuers = "deleteissuers",
|
|
362
|
-
Get = "get",
|
|
363
|
-
Getissuers = "getissuers",
|
|
364
|
-
Import = "import",
|
|
365
|
-
List = "list",
|
|
366
|
-
Listissuers = "listissuers",
|
|
367
|
-
Managecontacts = "managecontacts",
|
|
368
|
-
Manageissuers = "manageissuers",
|
|
369
|
-
Purge = "purge",
|
|
370
|
-
Recover = "recover",
|
|
371
|
-
Restore = "restore",
|
|
372
|
-
Setissuers = "setissuers",
|
|
373
|
-
Update = "update"
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
// @public
|
|
377
|
-
export enum KnownDeletionRecoveryLevel {
|
|
378
|
-
Purgeable = "Purgeable",
|
|
379
|
-
Recoverable = "Recoverable",
|
|
380
|
-
RecoverableProtectedSubscription = "Recoverable+ProtectedSubscription",
|
|
381
|
-
RecoverablePurgeable = "Recoverable+Purgeable"
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
// @public
|
|
385
|
-
export enum KnownGeoReplicationRegionProvisioningState {
|
|
386
|
-
Cleanup = "Cleanup",
|
|
387
|
-
Deleting = "Deleting",
|
|
388
|
-
Failed = "Failed",
|
|
389
|
-
Preprovisioning = "Preprovisioning",
|
|
390
|
-
Provisioning = "Provisioning",
|
|
391
|
-
Succeeded = "Succeeded"
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
// @public
|
|
395
|
-
export enum KnownIdentityType {
|
|
396
|
-
Application = "Application",
|
|
397
|
-
Key = "Key",
|
|
398
|
-
ManagedIdentity = "ManagedIdentity",
|
|
399
|
-
User = "User"
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
// @public
|
|
403
|
-
export enum KnownJsonWebKeyCurveName {
|
|
404
|
-
P256 = "P-256",
|
|
405
|
-
P256K = "P-256K",
|
|
406
|
-
P384 = "P-384",
|
|
407
|
-
P521 = "P-521"
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
// @public
|
|
411
|
-
export enum KnownJsonWebKeyOperation {
|
|
412
|
-
Decrypt = "decrypt",
|
|
413
|
-
Encrypt = "encrypt",
|
|
414
|
-
Import = "import",
|
|
415
|
-
Release = "release",
|
|
416
|
-
Sign = "sign",
|
|
417
|
-
UnwrapKey = "unwrapKey",
|
|
418
|
-
Verify = "verify",
|
|
419
|
-
WrapKey = "wrapKey"
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
// @public
|
|
423
|
-
export enum KnownJsonWebKeyType {
|
|
424
|
-
EC = "EC",
|
|
425
|
-
ECHSM = "EC-HSM",
|
|
426
|
-
RSA = "RSA",
|
|
427
|
-
RSAHSM = "RSA-HSM"
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
// @public
|
|
431
|
-
export enum KnownKeyPermissions {
|
|
432
|
-
All = "all",
|
|
433
|
-
Backup = "backup",
|
|
434
|
-
Create = "create",
|
|
435
|
-
Decrypt = "decrypt",
|
|
436
|
-
Delete = "delete",
|
|
437
|
-
Encrypt = "encrypt",
|
|
438
|
-
Get = "get",
|
|
439
|
-
Getrotationpolicy = "getrotationpolicy",
|
|
440
|
-
Import = "import",
|
|
441
|
-
List = "list",
|
|
442
|
-
Purge = "purge",
|
|
443
|
-
Recover = "recover",
|
|
444
|
-
Release = "release",
|
|
445
|
-
Restore = "restore",
|
|
446
|
-
Rotate = "rotate",
|
|
447
|
-
Setrotationpolicy = "setrotationpolicy",
|
|
448
|
-
Sign = "sign",
|
|
449
|
-
UnwrapKey = "unwrapKey",
|
|
450
|
-
Update = "update",
|
|
451
|
-
Verify = "verify",
|
|
452
|
-
WrapKey = "wrapKey"
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
// @public
|
|
456
|
-
export enum KnownManagedHsmSkuFamily {
|
|
457
|
-
// (undocumented)
|
|
458
|
-
B = "B",
|
|
459
|
-
// (undocumented)
|
|
460
|
-
C = "C"
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
// @public
|
|
464
|
-
export enum KnownManagedServiceIdentityType {
|
|
465
|
-
None = "None",
|
|
466
|
-
SystemAssigned = "SystemAssigned",
|
|
467
|
-
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned",
|
|
468
|
-
UserAssigned = "UserAssigned"
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
// @public
|
|
472
|
-
export enum KnownNetworkRuleAction {
|
|
473
|
-
Allow = "Allow",
|
|
474
|
-
Deny = "Deny"
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
// @public
|
|
478
|
-
export enum KnownNetworkRuleBypassOptions {
|
|
479
|
-
AzureServices = "AzureServices",
|
|
480
|
-
None = "None"
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
// @public
|
|
484
|
-
export enum KnownPrivateEndpointConnectionProvisioningState {
|
|
485
|
-
Creating = "Creating",
|
|
486
|
-
Deleting = "Deleting",
|
|
487
|
-
Disconnected = "Disconnected",
|
|
488
|
-
Failed = "Failed",
|
|
489
|
-
Succeeded = "Succeeded",
|
|
490
|
-
Updating = "Updating"
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
// @public
|
|
494
|
-
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
495
|
-
Approved = "Approved",
|
|
496
|
-
Disconnected = "Disconnected",
|
|
497
|
-
Pending = "Pending",
|
|
498
|
-
Rejected = "Rejected"
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
// @public
|
|
502
|
-
export enum KnownProvisioningState {
|
|
503
|
-
Activated = "Activated",
|
|
504
|
-
Deleting = "Deleting",
|
|
505
|
-
Failed = "Failed",
|
|
506
|
-
Provisioning = "Provisioning",
|
|
507
|
-
Restoring = "Restoring",
|
|
508
|
-
SecurityDomainRestore = "SecurityDomainRestore",
|
|
509
|
-
Succeeded = "Succeeded",
|
|
510
|
-
Updating = "Updating"
|
|
511
|
-
}
|
|
512
|
-
|
|
513
|
-
// @public
|
|
514
|
-
export enum KnownPublicNetworkAccess {
|
|
515
|
-
Disabled = "Disabled",
|
|
516
|
-
Enabled = "Enabled"
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
// @public
|
|
520
|
-
export enum KnownSecretPermissions {
|
|
521
|
-
All = "all",
|
|
522
|
-
Backup = "backup",
|
|
523
|
-
Delete = "delete",
|
|
524
|
-
Get = "get",
|
|
525
|
-
List = "list",
|
|
526
|
-
Purge = "purge",
|
|
527
|
-
Recover = "recover",
|
|
528
|
-
Restore = "restore",
|
|
529
|
-
Set = "set"
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
// @public
|
|
533
|
-
export enum KnownSkuFamily {
|
|
534
|
-
// (undocumented)
|
|
535
|
-
A = "A"
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
// @public
|
|
539
|
-
export enum KnownStoragePermissions {
|
|
540
|
-
All = "all",
|
|
541
|
-
Backup = "backup",
|
|
542
|
-
Delete = "delete",
|
|
543
|
-
Deletesas = "deletesas",
|
|
544
|
-
Get = "get",
|
|
545
|
-
Getsas = "getsas",
|
|
546
|
-
List = "list",
|
|
547
|
-
Listsas = "listsas",
|
|
548
|
-
Purge = "purge",
|
|
549
|
-
Recover = "recover",
|
|
550
|
-
Regeneratekey = "regeneratekey",
|
|
551
|
-
Restore = "restore",
|
|
552
|
-
Set = "set",
|
|
553
|
-
Setsas = "setsas",
|
|
554
|
-
Update = "update"
|
|
555
|
-
}
|
|
556
|
-
|
|
557
|
-
// @public
|
|
558
|
-
export enum KnownVaultProvisioningState {
|
|
559
|
-
RegisteringDns = "RegisteringDns",
|
|
560
|
-
Succeeded = "Succeeded"
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
// @public (undocumented)
|
|
564
|
-
export interface LifetimeAction {
|
|
565
|
-
action?: Action;
|
|
566
|
-
trigger?: Trigger;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
// @public
|
|
570
|
-
export interface LogSpecification {
|
|
571
|
-
blobDuration?: string;
|
|
572
|
-
displayName?: string;
|
|
573
|
-
name?: string;
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
// @public
|
|
577
|
-
export interface ManagedHsm extends ManagedHsmResource {
|
|
578
|
-
properties?: ManagedHsmProperties;
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
// @public (undocumented)
|
|
582
|
-
export interface ManagedHsmAction {
|
|
583
|
-
type?: KeyRotationPolicyActionType;
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
// @public
|
|
587
|
-
export interface ManagedHsmError {
|
|
588
|
-
readonly error?: ErrorModel;
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
// @public
|
|
592
|
-
export interface ManagedHsmKey extends ProxyResourceWithoutSystemData {
|
|
593
|
-
attributes?: ManagedHsmKeyAttributes;
|
|
594
|
-
curveName?: JsonWebKeyCurveName;
|
|
595
|
-
// (undocumented)
|
|
596
|
-
keyOps?: JsonWebKeyOperation[];
|
|
597
|
-
keySize?: number;
|
|
598
|
-
readonly keyUri?: string;
|
|
599
|
-
readonly keyUriWithVersion?: string;
|
|
600
|
-
kty?: JsonWebKeyType;
|
|
601
|
-
releasePolicy?: ManagedHsmKeyReleasePolicy;
|
|
602
|
-
rotationPolicy?: ManagedHsmRotationPolicy;
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
// @public
|
|
606
|
-
export interface ManagedHsmKeyAttributes {
|
|
607
|
-
readonly created?: number;
|
|
608
|
-
enabled?: boolean;
|
|
609
|
-
expires?: number;
|
|
610
|
-
exportable?: boolean;
|
|
611
|
-
notBefore?: number;
|
|
612
|
-
readonly recoveryLevel?: DeletionRecoveryLevel;
|
|
613
|
-
readonly updated?: number;
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
// @public
|
|
617
|
-
export interface ManagedHsmKeyCreateParameters {
|
|
618
|
-
properties: ManagedHsmKeyProperties;
|
|
619
|
-
tags?: {
|
|
620
|
-
[propertyName: string]: string;
|
|
621
|
-
};
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
// @public
|
|
625
|
-
export interface ManagedHsmKeyListResult {
|
|
626
|
-
nextLink?: string;
|
|
627
|
-
value?: ManagedHsmKey[];
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
// @public
|
|
631
|
-
export interface ManagedHsmKeyProperties {
|
|
632
|
-
attributes?: ManagedHsmKeyAttributes;
|
|
633
|
-
curveName?: JsonWebKeyCurveName;
|
|
634
|
-
// (undocumented)
|
|
635
|
-
keyOps?: JsonWebKeyOperation[];
|
|
636
|
-
keySize?: number;
|
|
637
|
-
readonly keyUri?: string;
|
|
638
|
-
readonly keyUriWithVersion?: string;
|
|
639
|
-
kty?: JsonWebKeyType;
|
|
640
|
-
releasePolicy?: ManagedHsmKeyReleasePolicy;
|
|
641
|
-
rotationPolicy?: ManagedHsmRotationPolicy;
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
// @public (undocumented)
|
|
645
|
-
export interface ManagedHsmKeyReleasePolicy {
|
|
646
|
-
contentType?: string;
|
|
647
|
-
data?: Uint8Array;
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
// @public (undocumented)
|
|
651
|
-
export interface ManagedHsmKeyRotationPolicyAttributes {
|
|
652
|
-
readonly created?: number;
|
|
653
|
-
expiryTime?: string;
|
|
654
|
-
readonly updated?: number;
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
// @public
|
|
658
|
-
export interface ManagedHsmKeys {
|
|
659
|
-
createIfNotExist(resourceGroupName: string, name: string, keyName: string, parameters: ManagedHsmKeyCreateParameters, options?: ManagedHsmKeysCreateIfNotExistOptionalParams): Promise<ManagedHsmKeysCreateIfNotExistResponse>;
|
|
660
|
-
get(resourceGroupName: string, name: string, keyName: string, options?: ManagedHsmKeysGetOptionalParams): Promise<ManagedHsmKeysGetResponse>;
|
|
661
|
-
getVersion(resourceGroupName: string, name: string, keyName: string, keyVersion: string, options?: ManagedHsmKeysGetVersionOptionalParams): Promise<ManagedHsmKeysGetVersionResponse>;
|
|
662
|
-
list(resourceGroupName: string, name: string, options?: ManagedHsmKeysListOptionalParams): PagedAsyncIterableIterator<ManagedHsmKey>;
|
|
663
|
-
listVersions(resourceGroupName: string, name: string, keyName: string, options?: ManagedHsmKeysListVersionsOptionalParams): PagedAsyncIterableIterator<ManagedHsmKey>;
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
// @public
|
|
667
|
-
export interface ManagedHsmKeysCreateIfNotExistOptionalParams extends coreClient.OperationOptions {
|
|
668
|
-
}
|
|
669
|
-
|
|
670
|
-
// @public
|
|
671
|
-
export type ManagedHsmKeysCreateIfNotExistResponse = ManagedHsmKey;
|
|
672
|
-
|
|
673
|
-
// @public
|
|
674
|
-
export interface ManagedHsmKeysGetOptionalParams extends coreClient.OperationOptions {
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
// @public
|
|
678
|
-
export type ManagedHsmKeysGetResponse = ManagedHsmKey;
|
|
679
|
-
|
|
680
|
-
// @public
|
|
681
|
-
export interface ManagedHsmKeysGetVersionOptionalParams extends coreClient.OperationOptions {
|
|
682
|
-
}
|
|
683
|
-
|
|
684
|
-
// @public
|
|
685
|
-
export type ManagedHsmKeysGetVersionResponse = ManagedHsmKey;
|
|
686
|
-
|
|
687
|
-
// @public
|
|
688
|
-
export interface ManagedHsmKeysListNextOptionalParams extends coreClient.OperationOptions {
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
// @public
|
|
692
|
-
export type ManagedHsmKeysListNextResponse = ManagedHsmKeyListResult;
|
|
693
|
-
|
|
694
|
-
// @public
|
|
695
|
-
export interface ManagedHsmKeysListOptionalParams extends coreClient.OperationOptions {
|
|
696
|
-
}
|
|
697
|
-
|
|
698
|
-
// @public
|
|
699
|
-
export type ManagedHsmKeysListResponse = ManagedHsmKeyListResult;
|
|
700
|
-
|
|
701
|
-
// @public
|
|
702
|
-
export interface ManagedHsmKeysListVersionsNextOptionalParams extends coreClient.OperationOptions {
|
|
703
|
-
}
|
|
704
|
-
|
|
705
|
-
// @public
|
|
706
|
-
export type ManagedHsmKeysListVersionsNextResponse = ManagedHsmKeyListResult;
|
|
707
|
-
|
|
708
|
-
// @public
|
|
709
|
-
export interface ManagedHsmKeysListVersionsOptionalParams extends coreClient.OperationOptions {
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
// @public
|
|
713
|
-
export type ManagedHsmKeysListVersionsResponse = ManagedHsmKeyListResult;
|
|
714
|
-
|
|
715
|
-
// @public (undocumented)
|
|
716
|
-
export interface ManagedHsmLifetimeAction {
|
|
717
|
-
action?: ManagedHsmAction;
|
|
718
|
-
trigger?: ManagedHsmTrigger;
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
// @public
|
|
722
|
-
export interface ManagedHsmListResult {
|
|
723
|
-
nextLink?: string;
|
|
724
|
-
value?: ManagedHsm[];
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
// @public
|
|
728
|
-
export interface ManagedHsmProperties {
|
|
729
|
-
createMode?: CreateMode;
|
|
730
|
-
enablePurgeProtection?: boolean;
|
|
731
|
-
enableSoftDelete?: boolean;
|
|
732
|
-
readonly hsmUri?: string;
|
|
733
|
-
initialAdminObjectIds?: string[];
|
|
734
|
-
networkAcls?: MhsmNetworkRuleSet;
|
|
735
|
-
readonly privateEndpointConnections?: MhsmPrivateEndpointConnectionItem[];
|
|
736
|
-
readonly provisioningState?: ProvisioningState;
|
|
737
|
-
publicNetworkAccess?: PublicNetworkAccess;
|
|
738
|
-
regions?: MhsmGeoReplicatedRegion[];
|
|
739
|
-
readonly scheduledPurgeDate?: Date;
|
|
740
|
-
readonly securityDomainProperties?: ManagedHSMSecurityDomainProperties;
|
|
741
|
-
softDeleteRetentionInDays?: number;
|
|
742
|
-
readonly statusMessage?: string;
|
|
743
|
-
tenantId?: string;
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
// @public
|
|
747
|
-
export interface ManagedHsmResource {
|
|
748
|
-
readonly id?: string;
|
|
749
|
-
identity?: ManagedServiceIdentity;
|
|
750
|
-
location?: string;
|
|
751
|
-
readonly name?: string;
|
|
752
|
-
sku?: ManagedHsmSku;
|
|
753
|
-
readonly systemData?: SystemData;
|
|
754
|
-
tags?: {
|
|
755
|
-
[propertyName: string]: string;
|
|
756
|
-
};
|
|
757
|
-
readonly type?: string;
|
|
758
|
-
}
|
|
759
|
-
|
|
760
|
-
// @public (undocumented)
|
|
761
|
-
export interface ManagedHsmRotationPolicy {
|
|
762
|
-
attributes?: ManagedHsmKeyRotationPolicyAttributes;
|
|
763
|
-
lifetimeActions?: ManagedHsmLifetimeAction[];
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
// @public
|
|
767
|
-
export interface ManagedHsms {
|
|
768
|
-
beginCreateOrUpdate(resourceGroupName: string, name: string, parameters: ManagedHsm, options?: ManagedHsmsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedHsmsCreateOrUpdateResponse>, ManagedHsmsCreateOrUpdateResponse>>;
|
|
769
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, name: string, parameters: ManagedHsm, options?: ManagedHsmsCreateOrUpdateOptionalParams): Promise<ManagedHsmsCreateOrUpdateResponse>;
|
|
770
|
-
beginDelete(resourceGroupName: string, name: string, options?: ManagedHsmsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
771
|
-
beginDeleteAndWait(resourceGroupName: string, name: string, options?: ManagedHsmsDeleteOptionalParams): Promise<void>;
|
|
772
|
-
beginPurgeDeleted(name: string, location: string, options?: ManagedHsmsPurgeDeletedOptionalParams): Promise<SimplePollerLike<OperationState<ManagedHsmsPurgeDeletedResponse>, ManagedHsmsPurgeDeletedResponse>>;
|
|
773
|
-
beginPurgeDeletedAndWait(name: string, location: string, options?: ManagedHsmsPurgeDeletedOptionalParams): Promise<ManagedHsmsPurgeDeletedResponse>;
|
|
774
|
-
beginUpdate(resourceGroupName: string, name: string, parameters: ManagedHsm, options?: ManagedHsmsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedHsmsUpdateResponse>, ManagedHsmsUpdateResponse>>;
|
|
775
|
-
beginUpdateAndWait(resourceGroupName: string, name: string, parameters: ManagedHsm, options?: ManagedHsmsUpdateOptionalParams): Promise<ManagedHsmsUpdateResponse>;
|
|
776
|
-
checkMhsmNameAvailability(mhsmName: CheckMhsmNameAvailabilityParameters, options?: ManagedHsmsCheckMhsmNameAvailabilityOptionalParams): Promise<ManagedHsmsCheckMhsmNameAvailabilityResponse>;
|
|
777
|
-
get(resourceGroupName: string, name: string, options?: ManagedHsmsGetOptionalParams): Promise<ManagedHsmsGetResponse>;
|
|
778
|
-
getDeleted(name: string, location: string, options?: ManagedHsmsGetDeletedOptionalParams): Promise<ManagedHsmsGetDeletedResponse>;
|
|
779
|
-
listByResourceGroup(resourceGroupName: string, options?: ManagedHsmsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<ManagedHsm>;
|
|
780
|
-
listBySubscription(options?: ManagedHsmsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ManagedHsm>;
|
|
781
|
-
listDeleted(options?: ManagedHsmsListDeletedOptionalParams): PagedAsyncIterableIterator<DeletedManagedHsm>;
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
// @public
|
|
785
|
-
export interface ManagedHsmsCheckMhsmNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
// @public
|
|
789
|
-
export type ManagedHsmsCheckMhsmNameAvailabilityResponse = CheckMhsmNameAvailabilityResult;
|
|
790
|
-
|
|
791
|
-
// @public
|
|
792
|
-
export interface ManagedHsmsCreateOrUpdateHeaders {
|
|
793
|
-
location?: string;
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
// @public
|
|
797
|
-
export interface ManagedHsmsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
798
|
-
resumeFrom?: string;
|
|
799
|
-
updateIntervalInMs?: number;
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
// @public
|
|
803
|
-
export type ManagedHsmsCreateOrUpdateResponse = ManagedHsm;
|
|
804
|
-
|
|
805
|
-
// @public
|
|
806
|
-
export interface ManagedHsmsDeleteHeaders {
|
|
807
|
-
location?: string;
|
|
808
|
-
}
|
|
809
|
-
|
|
810
|
-
// @public
|
|
811
|
-
export interface ManagedHsmsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
812
|
-
resumeFrom?: string;
|
|
813
|
-
updateIntervalInMs?: number;
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
// @public
|
|
817
|
-
export interface ManagedHSMSecurityDomainProperties {
|
|
818
|
-
readonly activationStatus?: ActivationStatus;
|
|
819
|
-
readonly activationStatusMessage?: string;
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
// @public
|
|
823
|
-
export interface ManagedHsmsGetDeletedOptionalParams extends coreClient.OperationOptions {
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
// @public
|
|
827
|
-
export type ManagedHsmsGetDeletedResponse = DeletedManagedHsm;
|
|
828
|
-
|
|
829
|
-
// @public
|
|
830
|
-
export interface ManagedHsmsGetOptionalParams extends coreClient.OperationOptions {
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
// @public
|
|
834
|
-
export type ManagedHsmsGetResponse = ManagedHsm;
|
|
835
|
-
|
|
836
|
-
// @public
|
|
837
|
-
export interface ManagedHsmSku {
|
|
838
|
-
family: ManagedHsmSkuFamily;
|
|
839
|
-
name: ManagedHsmSkuName;
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
// @public
|
|
843
|
-
export type ManagedHsmSkuFamily = string;
|
|
844
|
-
|
|
845
|
-
// @public
|
|
846
|
-
export type ManagedHsmSkuName = "Standard_B1" | "Custom_B32" | "Custom_B6" | "Custom_C42" | "Custom_C10";
|
|
847
|
-
|
|
848
|
-
// @public
|
|
849
|
-
export interface ManagedHsmsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
850
|
-
}
|
|
851
|
-
|
|
852
|
-
// @public
|
|
853
|
-
export type ManagedHsmsListByResourceGroupNextResponse = ManagedHsmListResult;
|
|
854
|
-
|
|
855
|
-
// @public
|
|
856
|
-
export interface ManagedHsmsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
857
|
-
top?: number;
|
|
858
|
-
}
|
|
859
|
-
|
|
860
|
-
// @public
|
|
861
|
-
export type ManagedHsmsListByResourceGroupResponse = ManagedHsmListResult;
|
|
862
|
-
|
|
863
|
-
// @public
|
|
864
|
-
export interface ManagedHsmsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
865
|
-
}
|
|
866
|
-
|
|
867
|
-
// @public
|
|
868
|
-
export type ManagedHsmsListBySubscriptionNextResponse = ManagedHsmListResult;
|
|
869
|
-
|
|
870
|
-
// @public
|
|
871
|
-
export interface ManagedHsmsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
872
|
-
top?: number;
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
// @public
|
|
876
|
-
export type ManagedHsmsListBySubscriptionResponse = ManagedHsmListResult;
|
|
877
|
-
|
|
878
|
-
// @public
|
|
879
|
-
export interface ManagedHsmsListDeletedNextOptionalParams extends coreClient.OperationOptions {
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
// @public
|
|
883
|
-
export type ManagedHsmsListDeletedNextResponse = DeletedManagedHsmListResult;
|
|
884
|
-
|
|
885
|
-
// @public
|
|
886
|
-
export interface ManagedHsmsListDeletedOptionalParams extends coreClient.OperationOptions {
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
// @public
|
|
890
|
-
export type ManagedHsmsListDeletedResponse = DeletedManagedHsmListResult;
|
|
891
|
-
|
|
892
|
-
// @public
|
|
893
|
-
export interface ManagedHsmsPurgeDeletedHeaders {
|
|
894
|
-
location?: string;
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
// @public
|
|
898
|
-
export interface ManagedHsmsPurgeDeletedOptionalParams extends coreClient.OperationOptions {
|
|
899
|
-
resumeFrom?: string;
|
|
900
|
-
updateIntervalInMs?: number;
|
|
901
|
-
}
|
|
902
|
-
|
|
903
|
-
// @public
|
|
904
|
-
export type ManagedHsmsPurgeDeletedResponse = ManagedHsmsPurgeDeletedHeaders;
|
|
905
|
-
|
|
906
|
-
// @public
|
|
907
|
-
export interface ManagedHsmsUpdateHeaders {
|
|
908
|
-
location?: string;
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
// @public
|
|
912
|
-
export interface ManagedHsmsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
913
|
-
resumeFrom?: string;
|
|
914
|
-
updateIntervalInMs?: number;
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
// @public
|
|
918
|
-
export type ManagedHsmsUpdateResponse = ManagedHsm;
|
|
919
|
-
|
|
920
|
-
// @public (undocumented)
|
|
921
|
-
export interface ManagedHsmTrigger {
|
|
922
|
-
timeAfterCreate?: string;
|
|
923
|
-
timeBeforeExpiry?: string;
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
// @public
|
|
927
|
-
export interface ManagedServiceIdentity {
|
|
928
|
-
readonly principalId?: string;
|
|
929
|
-
readonly tenantId?: string;
|
|
930
|
-
type: ManagedServiceIdentityType;
|
|
931
|
-
userAssignedIdentities?: {
|
|
932
|
-
[propertyName: string]: UserAssignedIdentity | null;
|
|
933
|
-
};
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
// @public
|
|
937
|
-
export type ManagedServiceIdentityType = string;
|
|
938
|
-
|
|
939
|
-
// @public
|
|
940
|
-
export interface MetricSpecification {
|
|
941
|
-
aggregationType?: string;
|
|
942
|
-
dimensions?: DimensionProperties[];
|
|
943
|
-
displayDescription?: string;
|
|
944
|
-
displayName?: string;
|
|
945
|
-
fillGapWithZero?: boolean;
|
|
946
|
-
internalMetricName?: string;
|
|
947
|
-
lockAggregationType?: string;
|
|
948
|
-
name?: string;
|
|
949
|
-
supportedAggregationTypes?: string[];
|
|
950
|
-
supportedTimeGrainTypes?: string[];
|
|
951
|
-
unit?: string;
|
|
952
|
-
}
|
|
953
|
-
|
|
954
|
-
// @public
|
|
955
|
-
export interface MhsmGeoReplicatedRegion {
|
|
956
|
-
isPrimary?: boolean;
|
|
957
|
-
name?: string;
|
|
958
|
-
readonly provisioningState?: GeoReplicationRegionProvisioningState;
|
|
959
|
-
}
|
|
960
|
-
|
|
961
|
-
// @public
|
|
962
|
-
export interface MhsmipRule {
|
|
963
|
-
value: string;
|
|
964
|
-
}
|
|
965
|
-
|
|
966
|
-
// @public
|
|
967
|
-
export interface MhsmNetworkRuleSet {
|
|
968
|
-
bypass?: NetworkRuleBypassOptions;
|
|
969
|
-
defaultAction?: NetworkRuleAction;
|
|
970
|
-
ipRules?: MhsmipRule[];
|
|
971
|
-
virtualNetworkRules?: MhsmVirtualNetworkRule[];
|
|
972
|
-
}
|
|
973
|
-
|
|
974
|
-
// @public
|
|
975
|
-
export interface MhsmPrivateEndpoint {
|
|
976
|
-
readonly id?: string;
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
// @public
|
|
980
|
-
export interface MhsmPrivateEndpointConnection extends ManagedHsmResource {
|
|
981
|
-
etag?: string;
|
|
982
|
-
privateEndpoint?: MhsmPrivateEndpoint;
|
|
983
|
-
privateLinkServiceConnectionState?: MhsmPrivateLinkServiceConnectionState;
|
|
984
|
-
provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
// @public
|
|
988
|
-
export interface MhsmPrivateEndpointConnectionItem {
|
|
989
|
-
etag?: string;
|
|
990
|
-
id?: string;
|
|
991
|
-
privateEndpoint?: MhsmPrivateEndpoint;
|
|
992
|
-
privateLinkServiceConnectionState?: MhsmPrivateLinkServiceConnectionState;
|
|
993
|
-
provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
994
|
-
}
|
|
995
|
-
|
|
996
|
-
// @public
|
|
997
|
-
export interface MhsmPrivateEndpointConnections {
|
|
998
|
-
beginDelete(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: MhsmPrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<MhsmPrivateEndpointConnectionsDeleteResponse>, MhsmPrivateEndpointConnectionsDeleteResponse>>;
|
|
999
|
-
beginDeleteAndWait(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: MhsmPrivateEndpointConnectionsDeleteOptionalParams): Promise<MhsmPrivateEndpointConnectionsDeleteResponse>;
|
|
1000
|
-
get(resourceGroupName: string, name: string, privateEndpointConnectionName: string, options?: MhsmPrivateEndpointConnectionsGetOptionalParams): Promise<MhsmPrivateEndpointConnectionsGetResponse>;
|
|
1001
|
-
listByResource(resourceGroupName: string, name: string, options?: MhsmPrivateEndpointConnectionsListByResourceOptionalParams): PagedAsyncIterableIterator<MhsmPrivateEndpointConnection>;
|
|
1002
|
-
put(resourceGroupName: string, name: string, privateEndpointConnectionName: string, properties: MhsmPrivateEndpointConnection, options?: MhsmPrivateEndpointConnectionsPutOptionalParams): Promise<MhsmPrivateEndpointConnectionsPutResponse>;
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
// @public
|
|
1006
|
-
export interface MhsmPrivateEndpointConnectionsDeleteHeaders {
|
|
1007
|
-
location?: string;
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
|
-
// @public
|
|
1011
|
-
export interface MhsmPrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1012
|
-
resumeFrom?: string;
|
|
1013
|
-
updateIntervalInMs?: number;
|
|
1014
|
-
}
|
|
1015
|
-
|
|
1016
|
-
// @public
|
|
1017
|
-
export type MhsmPrivateEndpointConnectionsDeleteResponse = MhsmPrivateEndpointConnection;
|
|
1018
|
-
|
|
1019
|
-
// @public
|
|
1020
|
-
export interface MhsmPrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1021
|
-
}
|
|
1022
|
-
|
|
1023
|
-
// @public
|
|
1024
|
-
export type MhsmPrivateEndpointConnectionsGetResponse = MhsmPrivateEndpointConnection;
|
|
1025
|
-
|
|
1026
|
-
// @public
|
|
1027
|
-
export interface MhsmPrivateEndpointConnectionsListByResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
1028
|
-
}
|
|
1029
|
-
|
|
1030
|
-
// @public
|
|
1031
|
-
export type MhsmPrivateEndpointConnectionsListByResourceNextResponse = MhsmPrivateEndpointConnectionsListResult;
|
|
1032
|
-
|
|
1033
|
-
// @public
|
|
1034
|
-
export interface MhsmPrivateEndpointConnectionsListByResourceOptionalParams extends coreClient.OperationOptions {
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
// @public
|
|
1038
|
-
export type MhsmPrivateEndpointConnectionsListByResourceResponse = MhsmPrivateEndpointConnectionsListResult;
|
|
1039
|
-
|
|
1040
|
-
// @public
|
|
1041
|
-
export interface MhsmPrivateEndpointConnectionsListResult {
|
|
1042
|
-
nextLink?: string;
|
|
1043
|
-
value?: MhsmPrivateEndpointConnection[];
|
|
1044
|
-
}
|
|
1045
|
-
|
|
1046
|
-
// @public
|
|
1047
|
-
export interface MhsmPrivateEndpointConnectionsPutHeaders {
|
|
1048
|
-
azureAsyncOperation?: string;
|
|
1049
|
-
retryAfter?: number;
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
|
-
// @public
|
|
1053
|
-
export interface MhsmPrivateEndpointConnectionsPutOptionalParams extends coreClient.OperationOptions {
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
// @public
|
|
1057
|
-
export type MhsmPrivateEndpointConnectionsPutResponse = MhsmPrivateEndpointConnectionsPutHeaders & MhsmPrivateEndpointConnection;
|
|
1058
|
-
|
|
1059
|
-
// @public
|
|
1060
|
-
export interface MhsmPrivateLinkResource extends ManagedHsmResource {
|
|
1061
|
-
readonly groupId?: string;
|
|
1062
|
-
readonly requiredMembers?: string[];
|
|
1063
|
-
requiredZoneNames?: string[];
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
|
-
// @public
|
|
1067
|
-
export interface MhsmPrivateLinkResourceListResult {
|
|
1068
|
-
value?: MhsmPrivateLinkResource[];
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
|
-
// @public
|
|
1072
|
-
export interface MhsmPrivateLinkResources {
|
|
1073
|
-
listByMhsmResource(resourceGroupName: string, name: string, options?: MhsmPrivateLinkResourcesListByMhsmResourceOptionalParams): Promise<MhsmPrivateLinkResourcesListByMhsmResourceResponse>;
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
// @public
|
|
1077
|
-
export interface MhsmPrivateLinkResourcesListByMhsmResourceOptionalParams extends coreClient.OperationOptions {
|
|
1078
|
-
}
|
|
1079
|
-
|
|
1080
|
-
// @public
|
|
1081
|
-
export type MhsmPrivateLinkResourcesListByMhsmResourceResponse = MhsmPrivateLinkResourceListResult;
|
|
1082
|
-
|
|
1083
|
-
// @public
|
|
1084
|
-
export interface MhsmPrivateLinkServiceConnectionState {
|
|
1085
|
-
actionsRequired?: ActionsRequired;
|
|
1086
|
-
description?: string;
|
|
1087
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
// @public
|
|
1091
|
-
export interface MhsmRegions {
|
|
1092
|
-
listByResource(resourceGroupName: string, name: string, options?: MhsmRegionsListByResourceOptionalParams): PagedAsyncIterableIterator<MhsmGeoReplicatedRegion>;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
// @public
|
|
1096
|
-
export interface MhsmRegionsListByResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
|
-
// @public
|
|
1100
|
-
export type MhsmRegionsListByResourceNextResponse = MhsmRegionsListResult;
|
|
1101
|
-
|
|
1102
|
-
// @public
|
|
1103
|
-
export interface MhsmRegionsListByResourceOptionalParams extends coreClient.OperationOptions {
|
|
1104
|
-
}
|
|
1105
|
-
|
|
1106
|
-
// @public
|
|
1107
|
-
export type MhsmRegionsListByResourceResponse = MhsmRegionsListResult;
|
|
1108
|
-
|
|
1109
|
-
// @public
|
|
1110
|
-
export interface MhsmRegionsListResult {
|
|
1111
|
-
nextLink?: string;
|
|
1112
|
-
value?: MhsmGeoReplicatedRegion[];
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
// @public
|
|
1116
|
-
export interface MhsmVirtualNetworkRule {
|
|
1117
|
-
id: string;
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
// @public
|
|
1121
|
-
export type NetworkRuleAction = string;
|
|
1122
|
-
|
|
1123
|
-
// @public
|
|
1124
|
-
export type NetworkRuleBypassOptions = string;
|
|
1125
|
-
|
|
1126
|
-
// @public
|
|
1127
|
-
export interface NetworkRuleSet {
|
|
1128
|
-
bypass?: NetworkRuleBypassOptions;
|
|
1129
|
-
defaultAction?: NetworkRuleAction;
|
|
1130
|
-
ipRules?: IPRule[];
|
|
1131
|
-
virtualNetworkRules?: VirtualNetworkRule[];
|
|
1132
|
-
}
|
|
1133
|
-
|
|
1134
|
-
// @public
|
|
1135
|
-
export interface Operation {
|
|
1136
|
-
display?: OperationDisplay;
|
|
1137
|
-
isDataAction?: boolean;
|
|
1138
|
-
name?: string;
|
|
1139
|
-
origin?: string;
|
|
1140
|
-
serviceSpecification?: ServiceSpecification;
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
|
-
// @public
|
|
1144
|
-
export interface OperationDisplay {
|
|
1145
|
-
description?: string;
|
|
1146
|
-
operation?: string;
|
|
1147
|
-
provider?: string;
|
|
1148
|
-
resource?: string;
|
|
1149
|
-
}
|
|
1150
|
-
|
|
1151
|
-
// @public
|
|
1152
|
-
export interface OperationListResult {
|
|
1153
|
-
nextLink?: string;
|
|
1154
|
-
value?: Operation[];
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
// @public
|
|
1158
|
-
export interface Operations {
|
|
1159
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1160
|
-
}
|
|
1161
|
-
|
|
1162
|
-
// @public
|
|
1163
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1164
|
-
}
|
|
1165
|
-
|
|
1166
|
-
// @public
|
|
1167
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
1168
|
-
|
|
1169
|
-
// @public
|
|
1170
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1171
|
-
}
|
|
1172
|
-
|
|
1173
|
-
// @public
|
|
1174
|
-
export type OperationsListResponse = OperationListResult;
|
|
1175
|
-
|
|
1176
|
-
// @public
|
|
1177
|
-
export interface Permissions {
|
|
1178
|
-
certificates?: CertificatePermissions[];
|
|
1179
|
-
keys?: KeyPermissions[];
|
|
1180
|
-
secrets?: SecretPermissions[];
|
|
1181
|
-
storage?: StoragePermissions[];
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
|
-
// @public
|
|
1185
|
-
export interface PrivateEndpoint {
|
|
1186
|
-
readonly id?: string;
|
|
1187
|
-
}
|
|
1188
|
-
|
|
1189
|
-
// @public
|
|
1190
|
-
export interface PrivateEndpointConnection extends Resource {
|
|
1191
|
-
etag?: string;
|
|
1192
|
-
privateEndpoint?: PrivateEndpoint;
|
|
1193
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
1194
|
-
provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
1195
|
-
}
|
|
1196
|
-
|
|
1197
|
-
// @public
|
|
1198
|
-
export interface PrivateEndpointConnectionItem {
|
|
1199
|
-
etag?: string;
|
|
1200
|
-
id?: string;
|
|
1201
|
-
privateEndpoint?: PrivateEndpoint;
|
|
1202
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
1203
|
-
provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
1204
|
-
}
|
|
1205
|
-
|
|
1206
|
-
// @public
|
|
1207
|
-
export interface PrivateEndpointConnectionListResult {
|
|
1208
|
-
nextLink?: string;
|
|
1209
|
-
value?: PrivateEndpointConnection[];
|
|
1210
|
-
}
|
|
1211
|
-
|
|
1212
|
-
// @public
|
|
1213
|
-
export type PrivateEndpointConnectionProvisioningState = string;
|
|
1214
|
-
|
|
1215
|
-
// @public
|
|
1216
|
-
export interface PrivateEndpointConnections {
|
|
1217
|
-
beginDelete(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteResponse>, PrivateEndpointConnectionsDeleteResponse>>;
|
|
1218
|
-
beginDeleteAndWait(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnectionsDeleteResponse>;
|
|
1219
|
-
get(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
1220
|
-
listByResource(resourceGroupName: string, vaultName: string, options?: PrivateEndpointConnectionsListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
1221
|
-
put(resourceGroupName: string, vaultName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsPutOptionalParams): Promise<PrivateEndpointConnectionsPutResponse>;
|
|
1222
|
-
}
|
|
1223
|
-
|
|
1224
|
-
// @public
|
|
1225
|
-
export interface PrivateEndpointConnectionsDeleteHeaders {
|
|
1226
|
-
location?: string;
|
|
1227
|
-
retryAfter?: number;
|
|
1228
|
-
}
|
|
1229
|
-
|
|
1230
|
-
// @public
|
|
1231
|
-
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1232
|
-
resumeFrom?: string;
|
|
1233
|
-
updateIntervalInMs?: number;
|
|
1234
|
-
}
|
|
1235
|
-
|
|
1236
|
-
// @public
|
|
1237
|
-
export type PrivateEndpointConnectionsDeleteResponse = PrivateEndpointConnection;
|
|
1238
|
-
|
|
1239
|
-
// @public
|
|
1240
|
-
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1243
|
-
// @public
|
|
1244
|
-
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
1245
|
-
|
|
1246
|
-
// @public
|
|
1247
|
-
export interface PrivateEndpointConnectionsListByResourceNextOptionalParams extends coreClient.OperationOptions {
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
// @public
|
|
1251
|
-
export type PrivateEndpointConnectionsListByResourceNextResponse = PrivateEndpointConnectionListResult;
|
|
1252
|
-
|
|
1253
|
-
// @public
|
|
1254
|
-
export interface PrivateEndpointConnectionsListByResourceOptionalParams extends coreClient.OperationOptions {
|
|
1255
|
-
}
|
|
1256
|
-
|
|
1257
|
-
// @public
|
|
1258
|
-
export type PrivateEndpointConnectionsListByResourceResponse = PrivateEndpointConnectionListResult;
|
|
1259
|
-
|
|
1260
|
-
// @public
|
|
1261
|
-
export interface PrivateEndpointConnectionsPutHeaders {
|
|
1262
|
-
azureAsyncOperation?: string;
|
|
1263
|
-
retryAfter?: number;
|
|
1264
|
-
}
|
|
1265
|
-
|
|
1266
|
-
// @public
|
|
1267
|
-
export interface PrivateEndpointConnectionsPutOptionalParams extends coreClient.OperationOptions {
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
// @public
|
|
1271
|
-
export type PrivateEndpointConnectionsPutResponse = PrivateEndpointConnectionsPutHeaders & PrivateEndpointConnection;
|
|
1272
|
-
|
|
1273
|
-
// @public
|
|
1274
|
-
export type PrivateEndpointServiceConnectionStatus = string;
|
|
1275
|
-
|
|
1276
|
-
// @public
|
|
1277
|
-
export interface PrivateLinkResource extends Resource {
|
|
1278
|
-
readonly groupId?: string;
|
|
1279
|
-
readonly requiredMembers?: string[];
|
|
1280
|
-
requiredZoneNames?: string[];
|
|
1281
|
-
}
|
|
1282
|
-
|
|
1283
|
-
// @public
|
|
1284
|
-
export interface PrivateLinkResourceListResult {
|
|
1285
|
-
value?: PrivateLinkResource[];
|
|
1286
|
-
}
|
|
1287
|
-
|
|
1288
|
-
// @public
|
|
1289
|
-
export interface PrivateLinkResources {
|
|
1290
|
-
listByVault(resourceGroupName: string, vaultName: string, options?: PrivateLinkResourcesListByVaultOptionalParams): Promise<PrivateLinkResourcesListByVaultResponse>;
|
|
1291
|
-
}
|
|
1292
|
-
|
|
1293
|
-
// @public
|
|
1294
|
-
export interface PrivateLinkResourcesListByVaultOptionalParams extends coreClient.OperationOptions {
|
|
1295
|
-
}
|
|
1296
|
-
|
|
1297
|
-
// @public
|
|
1298
|
-
export type PrivateLinkResourcesListByVaultResponse = PrivateLinkResourceListResult;
|
|
1299
|
-
|
|
1300
|
-
// @public
|
|
1301
|
-
export interface PrivateLinkServiceConnectionState {
|
|
1302
|
-
actionsRequired?: ActionsRequired;
|
|
1303
|
-
description?: string;
|
|
1304
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
1305
|
-
}
|
|
1306
|
-
|
|
1307
|
-
// @public
|
|
1308
|
-
export type ProvisioningState = string;
|
|
1309
|
-
|
|
1310
|
-
// @public
|
|
1311
|
-
export interface ProxyResourceWithoutSystemData {
|
|
1312
|
-
readonly id?: string;
|
|
1313
|
-
readonly name?: string;
|
|
1314
|
-
tags?: {
|
|
1315
|
-
[propertyName: string]: string;
|
|
1316
|
-
};
|
|
1317
|
-
readonly type?: string;
|
|
1318
|
-
}
|
|
1319
|
-
|
|
1320
|
-
// @public
|
|
1321
|
-
export type PublicNetworkAccess = string;
|
|
1322
|
-
|
|
1323
|
-
// @public
|
|
1324
|
-
export type Reason = "AccountNameInvalid" | "AlreadyExists";
|
|
1325
|
-
|
|
1326
|
-
// @public
|
|
1327
|
-
export interface Resource {
|
|
1328
|
-
readonly id?: string;
|
|
1329
|
-
readonly location?: string;
|
|
1330
|
-
readonly name?: string;
|
|
1331
|
-
readonly tags?: {
|
|
1332
|
-
[propertyName: string]: string;
|
|
1333
|
-
};
|
|
1334
|
-
readonly type?: string;
|
|
1335
|
-
}
|
|
1336
|
-
|
|
1337
|
-
// @public
|
|
1338
|
-
export interface ResourceListResult {
|
|
1339
|
-
nextLink?: string;
|
|
1340
|
-
value?: Resource[];
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
// @public (undocumented)
|
|
1344
|
-
export interface RotationPolicy {
|
|
1345
|
-
attributes?: KeyRotationPolicyAttributes;
|
|
1346
|
-
lifetimeActions?: LifetimeAction[];
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
// @public
|
|
1350
|
-
export interface Secret extends Resource {
|
|
1351
|
-
properties: SecretProperties;
|
|
1352
|
-
}
|
|
1353
|
-
|
|
1354
|
-
// @public
|
|
1355
|
-
export interface SecretAttributes extends Attributes {
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
// @public
|
|
1359
|
-
export interface SecretCreateOrUpdateParameters {
|
|
1360
|
-
properties: SecretProperties;
|
|
1361
|
-
tags?: {
|
|
1362
|
-
[propertyName: string]: string;
|
|
1363
|
-
};
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
// @public
|
|
1367
|
-
export interface SecretListResult {
|
|
1368
|
-
nextLink?: string;
|
|
1369
|
-
value?: Secret[];
|
|
1370
|
-
}
|
|
1371
|
-
|
|
1372
|
-
// @public
|
|
1373
|
-
export interface SecretPatchParameters {
|
|
1374
|
-
properties?: SecretPatchProperties;
|
|
1375
|
-
tags?: {
|
|
1376
|
-
[propertyName: string]: string;
|
|
1377
|
-
};
|
|
1378
|
-
}
|
|
1379
|
-
|
|
1380
|
-
// @public
|
|
1381
|
-
export interface SecretPatchProperties {
|
|
1382
|
-
attributes?: SecretAttributes;
|
|
1383
|
-
contentType?: string;
|
|
1384
|
-
value?: string;
|
|
1385
|
-
}
|
|
1386
|
-
|
|
1387
|
-
// @public
|
|
1388
|
-
export type SecretPermissions = string;
|
|
1389
|
-
|
|
1390
|
-
// @public
|
|
1391
|
-
export interface SecretProperties {
|
|
1392
|
-
attributes?: SecretAttributes;
|
|
1393
|
-
contentType?: string;
|
|
1394
|
-
readonly secretUri?: string;
|
|
1395
|
-
readonly secretUriWithVersion?: string;
|
|
1396
|
-
value?: string;
|
|
1397
|
-
}
|
|
1398
|
-
|
|
1399
|
-
// @public
|
|
1400
|
-
export interface Secrets {
|
|
1401
|
-
createOrUpdate(resourceGroupName: string, vaultName: string, secretName: string, parameters: SecretCreateOrUpdateParameters, options?: SecretsCreateOrUpdateOptionalParams): Promise<SecretsCreateOrUpdateResponse>;
|
|
1402
|
-
get(resourceGroupName: string, vaultName: string, secretName: string, options?: SecretsGetOptionalParams): Promise<SecretsGetResponse>;
|
|
1403
|
-
list(resourceGroupName: string, vaultName: string, options?: SecretsListOptionalParams): PagedAsyncIterableIterator<Secret>;
|
|
1404
|
-
update(resourceGroupName: string, vaultName: string, secretName: string, parameters: SecretPatchParameters, options?: SecretsUpdateOptionalParams): Promise<SecretsUpdateResponse>;
|
|
1405
|
-
}
|
|
1406
|
-
|
|
1407
|
-
// @public
|
|
1408
|
-
export interface SecretsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
// @public
|
|
1412
|
-
export type SecretsCreateOrUpdateResponse = Secret;
|
|
1413
|
-
|
|
1414
|
-
// @public
|
|
1415
|
-
export interface SecretsGetOptionalParams extends coreClient.OperationOptions {
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
// @public
|
|
1419
|
-
export type SecretsGetResponse = Secret;
|
|
1420
|
-
|
|
1421
|
-
// @public
|
|
1422
|
-
export interface SecretsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1423
|
-
}
|
|
1424
|
-
|
|
1425
|
-
// @public
|
|
1426
|
-
export type SecretsListNextResponse = SecretListResult;
|
|
1427
|
-
|
|
1428
|
-
// @public
|
|
1429
|
-
export interface SecretsListOptionalParams extends coreClient.OperationOptions {
|
|
1430
|
-
top?: number;
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
|
-
// @public
|
|
1434
|
-
export type SecretsListResponse = SecretListResult;
|
|
1435
|
-
|
|
1436
|
-
// @public
|
|
1437
|
-
export interface SecretsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1438
|
-
}
|
|
1439
|
-
|
|
1440
|
-
// @public
|
|
1441
|
-
export type SecretsUpdateResponse = Secret;
|
|
1442
|
-
|
|
1443
|
-
// @public
|
|
1444
|
-
export interface ServiceSpecification {
|
|
1445
|
-
logSpecifications?: LogSpecification[];
|
|
1446
|
-
metricSpecifications?: MetricSpecification[];
|
|
1447
|
-
}
|
|
1448
|
-
|
|
1449
|
-
// @public
|
|
1450
|
-
export interface Sku {
|
|
1451
|
-
family: SkuFamily;
|
|
1452
|
-
name: SkuName;
|
|
1453
|
-
}
|
|
1454
|
-
|
|
1455
|
-
// @public
|
|
1456
|
-
export type SkuFamily = string;
|
|
1457
|
-
|
|
1458
|
-
// @public
|
|
1459
|
-
export type SkuName = "standard" | "premium";
|
|
1460
|
-
|
|
1461
|
-
// @public
|
|
1462
|
-
export type StoragePermissions = string;
|
|
1463
|
-
|
|
1464
|
-
// @public
|
|
1465
|
-
export interface SystemData {
|
|
1466
|
-
createdAt?: Date;
|
|
1467
|
-
createdBy?: string;
|
|
1468
|
-
createdByType?: IdentityType;
|
|
1469
|
-
lastModifiedAt?: Date;
|
|
1470
|
-
lastModifiedBy?: string;
|
|
1471
|
-
lastModifiedByType?: IdentityType;
|
|
1472
|
-
}
|
|
1473
|
-
|
|
1474
|
-
// @public (undocumented)
|
|
1475
|
-
export interface Trigger {
|
|
1476
|
-
timeAfterCreate?: string;
|
|
1477
|
-
timeBeforeExpiry?: string;
|
|
1478
|
-
}
|
|
1479
|
-
|
|
1480
|
-
// @public
|
|
1481
|
-
export interface UserAssignedIdentity {
|
|
1482
|
-
readonly clientId?: string;
|
|
1483
|
-
readonly principalId?: string;
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
// @public
|
|
1487
|
-
export interface Vault {
|
|
1488
|
-
readonly id?: string;
|
|
1489
|
-
location?: string;
|
|
1490
|
-
readonly name?: string;
|
|
1491
|
-
properties: VaultProperties;
|
|
1492
|
-
readonly systemData?: SystemData;
|
|
1493
|
-
tags?: {
|
|
1494
|
-
[propertyName: string]: string;
|
|
1495
|
-
};
|
|
1496
|
-
readonly type?: string;
|
|
1497
|
-
}
|
|
1498
|
-
|
|
1499
|
-
// @public
|
|
1500
|
-
export interface VaultAccessPolicyParameters {
|
|
1501
|
-
readonly id?: string;
|
|
1502
|
-
readonly location?: string;
|
|
1503
|
-
readonly name?: string;
|
|
1504
|
-
properties: VaultAccessPolicyProperties;
|
|
1505
|
-
readonly type?: string;
|
|
1506
|
-
}
|
|
1507
|
-
|
|
1508
|
-
// @public
|
|
1509
|
-
export interface VaultAccessPolicyProperties {
|
|
1510
|
-
accessPolicies: AccessPolicyEntry[];
|
|
1511
|
-
}
|
|
1512
|
-
|
|
1513
|
-
// @public
|
|
1514
|
-
export interface VaultCheckNameAvailabilityParameters {
|
|
1515
|
-
name: string;
|
|
1516
|
-
type: "Microsoft.KeyVault/vaults";
|
|
1517
|
-
}
|
|
1518
|
-
|
|
1519
|
-
// @public
|
|
1520
|
-
export interface VaultCreateOrUpdateParameters {
|
|
1521
|
-
location: string;
|
|
1522
|
-
properties: VaultProperties;
|
|
1523
|
-
tags?: {
|
|
1524
|
-
[propertyName: string]: string;
|
|
1525
|
-
};
|
|
1526
|
-
}
|
|
1527
|
-
|
|
1528
|
-
// @public
|
|
1529
|
-
export interface VaultListResult {
|
|
1530
|
-
nextLink?: string;
|
|
1531
|
-
value?: Vault[];
|
|
1532
|
-
}
|
|
1533
|
-
|
|
1534
|
-
// @public
|
|
1535
|
-
export interface VaultPatchParameters {
|
|
1536
|
-
properties?: VaultPatchProperties;
|
|
1537
|
-
tags?: {
|
|
1538
|
-
[propertyName: string]: string;
|
|
1539
|
-
};
|
|
1540
|
-
}
|
|
1541
|
-
|
|
1542
|
-
// @public
|
|
1543
|
-
export interface VaultPatchProperties {
|
|
1544
|
-
accessPolicies?: AccessPolicyEntry[];
|
|
1545
|
-
createMode?: CreateMode;
|
|
1546
|
-
enabledForDeployment?: boolean;
|
|
1547
|
-
enabledForDiskEncryption?: boolean;
|
|
1548
|
-
enabledForTemplateDeployment?: boolean;
|
|
1549
|
-
enablePurgeProtection?: boolean;
|
|
1550
|
-
enableRbacAuthorization?: boolean;
|
|
1551
|
-
enableSoftDelete?: boolean;
|
|
1552
|
-
networkAcls?: NetworkRuleSet;
|
|
1553
|
-
publicNetworkAccess?: string;
|
|
1554
|
-
sku?: Sku;
|
|
1555
|
-
softDeleteRetentionInDays?: number;
|
|
1556
|
-
tenantId?: string;
|
|
1557
|
-
}
|
|
1558
|
-
|
|
1559
|
-
// @public
|
|
1560
|
-
export interface VaultProperties {
|
|
1561
|
-
accessPolicies?: AccessPolicyEntry[];
|
|
1562
|
-
createMode?: CreateMode;
|
|
1563
|
-
enabledForDeployment?: boolean;
|
|
1564
|
-
enabledForDiskEncryption?: boolean;
|
|
1565
|
-
enabledForTemplateDeployment?: boolean;
|
|
1566
|
-
enablePurgeProtection?: boolean;
|
|
1567
|
-
enableRbacAuthorization?: boolean;
|
|
1568
|
-
enableSoftDelete?: boolean;
|
|
1569
|
-
readonly hsmPoolResourceId?: string;
|
|
1570
|
-
networkAcls?: NetworkRuleSet;
|
|
1571
|
-
readonly privateEndpointConnections?: PrivateEndpointConnectionItem[];
|
|
1572
|
-
provisioningState?: VaultProvisioningState;
|
|
1573
|
-
publicNetworkAccess?: string;
|
|
1574
|
-
sku: Sku;
|
|
1575
|
-
softDeleteRetentionInDays?: number;
|
|
1576
|
-
tenantId: string;
|
|
1577
|
-
vaultUri?: string;
|
|
1578
|
-
}
|
|
1579
|
-
|
|
1580
|
-
// @public
|
|
1581
|
-
export type VaultProvisioningState = string;
|
|
1582
|
-
|
|
1583
|
-
// @public
|
|
1584
|
-
export interface Vaults {
|
|
1585
|
-
beginCreateOrUpdate(resourceGroupName: string, vaultName: string, parameters: VaultCreateOrUpdateParameters, options?: VaultsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VaultsCreateOrUpdateResponse>, VaultsCreateOrUpdateResponse>>;
|
|
1586
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, vaultName: string, parameters: VaultCreateOrUpdateParameters, options?: VaultsCreateOrUpdateOptionalParams): Promise<VaultsCreateOrUpdateResponse>;
|
|
1587
|
-
beginPurgeDeleted(vaultName: string, location: string, options?: VaultsPurgeDeletedOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1588
|
-
beginPurgeDeletedAndWait(vaultName: string, location: string, options?: VaultsPurgeDeletedOptionalParams): Promise<void>;
|
|
1589
|
-
checkNameAvailability(vaultName: VaultCheckNameAvailabilityParameters, options?: VaultsCheckNameAvailabilityOptionalParams): Promise<VaultsCheckNameAvailabilityResponse>;
|
|
1590
|
-
delete(resourceGroupName: string, vaultName: string, options?: VaultsDeleteOptionalParams): Promise<void>;
|
|
1591
|
-
get(resourceGroupName: string, vaultName: string, options?: VaultsGetOptionalParams): Promise<VaultsGetResponse>;
|
|
1592
|
-
getDeleted(vaultName: string, location: string, options?: VaultsGetDeletedOptionalParams): Promise<VaultsGetDeletedResponse>;
|
|
1593
|
-
list(options?: VaultsListOptionalParams): PagedAsyncIterableIterator<Resource>;
|
|
1594
|
-
listByResourceGroup(resourceGroupName: string, options?: VaultsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Vault>;
|
|
1595
|
-
listBySubscription(options?: VaultsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Vault>;
|
|
1596
|
-
listDeleted(options?: VaultsListDeletedOptionalParams): PagedAsyncIterableIterator<DeletedVault>;
|
|
1597
|
-
update(resourceGroupName: string, vaultName: string, parameters: VaultPatchParameters, options?: VaultsUpdateOptionalParams): Promise<VaultsUpdateResponse>;
|
|
1598
|
-
updateAccessPolicy(resourceGroupName: string, vaultName: string, operationKind: AccessPolicyUpdateKind, parameters: VaultAccessPolicyParameters, options?: VaultsUpdateAccessPolicyOptionalParams): Promise<VaultsUpdateAccessPolicyResponse>;
|
|
1599
|
-
}
|
|
1600
|
-
|
|
1601
|
-
// @public
|
|
1602
|
-
export interface VaultsCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
1603
|
-
}
|
|
1604
|
-
|
|
1605
|
-
// @public
|
|
1606
|
-
export type VaultsCheckNameAvailabilityResponse = CheckNameAvailabilityResult;
|
|
1607
|
-
|
|
1608
|
-
// @public
|
|
1609
|
-
export interface VaultsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1610
|
-
resumeFrom?: string;
|
|
1611
|
-
updateIntervalInMs?: number;
|
|
1612
|
-
}
|
|
1613
|
-
|
|
1614
|
-
// @public
|
|
1615
|
-
export type VaultsCreateOrUpdateResponse = Vault;
|
|
1616
|
-
|
|
1617
|
-
// @public
|
|
1618
|
-
export interface VaultsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1619
|
-
}
|
|
1620
|
-
|
|
1621
|
-
// @public
|
|
1622
|
-
export interface VaultsGetDeletedOptionalParams extends coreClient.OperationOptions {
|
|
1623
|
-
}
|
|
1624
|
-
|
|
1625
|
-
// @public
|
|
1626
|
-
export type VaultsGetDeletedResponse = DeletedVault;
|
|
1627
|
-
|
|
1628
|
-
// @public
|
|
1629
|
-
export interface VaultsGetOptionalParams extends coreClient.OperationOptions {
|
|
1630
|
-
}
|
|
1631
|
-
|
|
1632
|
-
// @public
|
|
1633
|
-
export type VaultsGetResponse = Vault;
|
|
1634
|
-
|
|
1635
|
-
// @public
|
|
1636
|
-
export interface VaultsListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1637
|
-
}
|
|
1638
|
-
|
|
1639
|
-
// @public
|
|
1640
|
-
export type VaultsListByResourceGroupNextResponse = VaultListResult;
|
|
1641
|
-
|
|
1642
|
-
// @public
|
|
1643
|
-
export interface VaultsListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1644
|
-
top?: number;
|
|
1645
|
-
}
|
|
1646
|
-
|
|
1647
|
-
// @public
|
|
1648
|
-
export type VaultsListByResourceGroupResponse = VaultListResult;
|
|
1649
|
-
|
|
1650
|
-
// @public
|
|
1651
|
-
export interface VaultsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
1652
|
-
}
|
|
1653
|
-
|
|
1654
|
-
// @public
|
|
1655
|
-
export type VaultsListBySubscriptionNextResponse = VaultListResult;
|
|
1656
|
-
|
|
1657
|
-
// @public
|
|
1658
|
-
export interface VaultsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
1659
|
-
top?: number;
|
|
1660
|
-
}
|
|
1661
|
-
|
|
1662
|
-
// @public
|
|
1663
|
-
export type VaultsListBySubscriptionResponse = VaultListResult;
|
|
1664
|
-
|
|
1665
|
-
// @public
|
|
1666
|
-
export interface VaultsListDeletedNextOptionalParams extends coreClient.OperationOptions {
|
|
1667
|
-
}
|
|
1668
|
-
|
|
1669
|
-
// @public
|
|
1670
|
-
export type VaultsListDeletedNextResponse = DeletedVaultListResult;
|
|
1671
|
-
|
|
1672
|
-
// @public
|
|
1673
|
-
export interface VaultsListDeletedOptionalParams extends coreClient.OperationOptions {
|
|
1674
|
-
}
|
|
1675
|
-
|
|
1676
|
-
// @public
|
|
1677
|
-
export type VaultsListDeletedResponse = DeletedVaultListResult;
|
|
1678
|
-
|
|
1679
|
-
// @public
|
|
1680
|
-
export interface VaultsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1681
|
-
}
|
|
1682
|
-
|
|
1683
|
-
// @public
|
|
1684
|
-
export type VaultsListNextResponse = ResourceListResult;
|
|
1685
|
-
|
|
1686
|
-
// @public
|
|
1687
|
-
export interface VaultsListOptionalParams extends coreClient.OperationOptions {
|
|
1688
|
-
top?: number;
|
|
1689
|
-
}
|
|
1690
|
-
|
|
1691
|
-
// @public
|
|
1692
|
-
export type VaultsListResponse = ResourceListResult;
|
|
1693
|
-
|
|
1694
|
-
// @public
|
|
1695
|
-
export interface VaultsPurgeDeletedOptionalParams extends coreClient.OperationOptions {
|
|
1696
|
-
resumeFrom?: string;
|
|
1697
|
-
updateIntervalInMs?: number;
|
|
1698
|
-
}
|
|
1699
|
-
|
|
1700
|
-
// @public
|
|
1701
|
-
export interface VaultsUpdateAccessPolicyOptionalParams extends coreClient.OperationOptions {
|
|
1702
|
-
}
|
|
1703
|
-
|
|
1704
|
-
// @public
|
|
1705
|
-
export type VaultsUpdateAccessPolicyResponse = VaultAccessPolicyParameters;
|
|
1706
|
-
|
|
1707
|
-
// @public
|
|
1708
|
-
export interface VaultsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1709
|
-
}
|
|
1710
|
-
|
|
1711
|
-
// @public
|
|
1712
|
-
export type VaultsUpdateResponse = Vault;
|
|
1713
|
-
|
|
1714
|
-
// @public
|
|
1715
|
-
export interface VirtualNetworkRule {
|
|
1716
|
-
id: string;
|
|
1717
|
-
ignoreMissingVnetServiceEndpoint?: boolean;
|
|
1718
|
-
}
|
|
1719
|
-
|
|
1720
|
-
// (No @packageDocumentation comment for this package)
|
|
1721
|
-
|
|
1722
|
-
```
|