@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,178 +1,129 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export const KeyCreateParameters = {
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export const OperationListResult = {
|
|
9
4
|
type: {
|
|
10
5
|
name: "Composite",
|
|
11
|
-
className: "
|
|
6
|
+
className: "OperationListResult",
|
|
12
7
|
modelProperties: {
|
|
13
|
-
|
|
14
|
-
serializedName: "
|
|
8
|
+
value: {
|
|
9
|
+
serializedName: "value",
|
|
10
|
+
required: true,
|
|
15
11
|
type: {
|
|
16
|
-
name: "
|
|
17
|
-
|
|
12
|
+
name: "Sequence",
|
|
13
|
+
element: {
|
|
14
|
+
type: {
|
|
15
|
+
name: "Composite",
|
|
16
|
+
className: "Operation",
|
|
17
|
+
},
|
|
18
|
+
},
|
|
18
19
|
},
|
|
19
20
|
},
|
|
20
|
-
|
|
21
|
-
serializedName: "
|
|
21
|
+
nextLink: {
|
|
22
|
+
serializedName: "nextLink",
|
|
22
23
|
type: {
|
|
23
|
-
name: "
|
|
24
|
-
className: "KeyProperties",
|
|
24
|
+
name: "String",
|
|
25
25
|
},
|
|
26
26
|
},
|
|
27
27
|
},
|
|
28
28
|
},
|
|
29
29
|
};
|
|
30
|
-
export const
|
|
30
|
+
export const Operation = {
|
|
31
31
|
type: {
|
|
32
32
|
name: "Composite",
|
|
33
|
-
className: "
|
|
33
|
+
className: "Operation",
|
|
34
34
|
modelProperties: {
|
|
35
|
-
|
|
36
|
-
serializedName: "
|
|
37
|
-
type: {
|
|
38
|
-
name: "Composite",
|
|
39
|
-
className: "KeyAttributes",
|
|
40
|
-
},
|
|
41
|
-
},
|
|
42
|
-
kty: {
|
|
43
|
-
serializedName: "kty",
|
|
44
|
-
type: {
|
|
45
|
-
name: "String",
|
|
46
|
-
},
|
|
47
|
-
},
|
|
48
|
-
keyOps: {
|
|
49
|
-
serializedName: "keyOps",
|
|
50
|
-
type: {
|
|
51
|
-
name: "Sequence",
|
|
52
|
-
element: {
|
|
53
|
-
type: {
|
|
54
|
-
name: "String",
|
|
55
|
-
},
|
|
56
|
-
},
|
|
57
|
-
},
|
|
58
|
-
},
|
|
59
|
-
keySize: {
|
|
60
|
-
serializedName: "keySize",
|
|
61
|
-
type: {
|
|
62
|
-
name: "Number",
|
|
63
|
-
},
|
|
64
|
-
},
|
|
65
|
-
curveName: {
|
|
66
|
-
serializedName: "curveName",
|
|
35
|
+
name: {
|
|
36
|
+
serializedName: "name",
|
|
67
37
|
type: {
|
|
68
38
|
name: "String",
|
|
69
39
|
},
|
|
70
40
|
},
|
|
71
|
-
|
|
72
|
-
serializedName: "
|
|
73
|
-
readOnly: true,
|
|
41
|
+
display: {
|
|
42
|
+
serializedName: "display",
|
|
74
43
|
type: {
|
|
75
|
-
name: "
|
|
44
|
+
name: "Composite",
|
|
45
|
+
className: "OperationDisplay",
|
|
76
46
|
},
|
|
77
47
|
},
|
|
78
|
-
|
|
79
|
-
serializedName: "
|
|
80
|
-
readOnly: true,
|
|
48
|
+
origin: {
|
|
49
|
+
serializedName: "origin",
|
|
81
50
|
type: {
|
|
82
51
|
name: "String",
|
|
83
52
|
},
|
|
84
53
|
},
|
|
85
|
-
|
|
86
|
-
serializedName: "
|
|
54
|
+
isDataAction: {
|
|
55
|
+
serializedName: "isDataAction",
|
|
87
56
|
type: {
|
|
88
|
-
name: "
|
|
89
|
-
className: "RotationPolicy",
|
|
57
|
+
name: "Boolean",
|
|
90
58
|
},
|
|
91
59
|
},
|
|
92
|
-
|
|
93
|
-
serializedName: "
|
|
60
|
+
serviceSpecification: {
|
|
61
|
+
serializedName: "properties.serviceSpecification",
|
|
94
62
|
type: {
|
|
95
63
|
name: "Composite",
|
|
96
|
-
className: "
|
|
64
|
+
className: "ServiceSpecification",
|
|
97
65
|
},
|
|
98
66
|
},
|
|
99
67
|
},
|
|
100
68
|
},
|
|
101
69
|
};
|
|
102
|
-
export const
|
|
70
|
+
export const OperationDisplay = {
|
|
103
71
|
type: {
|
|
104
72
|
name: "Composite",
|
|
105
|
-
className: "
|
|
73
|
+
className: "OperationDisplay",
|
|
106
74
|
modelProperties: {
|
|
107
|
-
|
|
108
|
-
serializedName: "
|
|
109
|
-
type: {
|
|
110
|
-
name: "Boolean",
|
|
111
|
-
},
|
|
112
|
-
},
|
|
113
|
-
notBefore: {
|
|
114
|
-
serializedName: "nbf",
|
|
115
|
-
type: {
|
|
116
|
-
name: "Number",
|
|
117
|
-
},
|
|
118
|
-
},
|
|
119
|
-
expires: {
|
|
120
|
-
serializedName: "exp",
|
|
121
|
-
type: {
|
|
122
|
-
name: "Number",
|
|
123
|
-
},
|
|
124
|
-
},
|
|
125
|
-
created: {
|
|
126
|
-
serializedName: "created",
|
|
127
|
-
readOnly: true,
|
|
75
|
+
provider: {
|
|
76
|
+
serializedName: "provider",
|
|
128
77
|
type: {
|
|
129
|
-
name: "
|
|
78
|
+
name: "String",
|
|
130
79
|
},
|
|
131
80
|
},
|
|
132
|
-
|
|
133
|
-
serializedName: "
|
|
134
|
-
readOnly: true,
|
|
81
|
+
resource: {
|
|
82
|
+
serializedName: "resource",
|
|
135
83
|
type: {
|
|
136
|
-
name: "
|
|
84
|
+
name: "String",
|
|
137
85
|
},
|
|
138
86
|
},
|
|
139
|
-
|
|
140
|
-
serializedName: "
|
|
141
|
-
readOnly: true,
|
|
87
|
+
operation: {
|
|
88
|
+
serializedName: "operation",
|
|
142
89
|
type: {
|
|
143
90
|
name: "String",
|
|
144
91
|
},
|
|
145
92
|
},
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
serializedName: "exportable",
|
|
93
|
+
description: {
|
|
94
|
+
serializedName: "description",
|
|
149
95
|
type: {
|
|
150
|
-
name: "
|
|
96
|
+
name: "String",
|
|
151
97
|
},
|
|
152
98
|
},
|
|
153
99
|
},
|
|
154
100
|
},
|
|
155
101
|
};
|
|
156
|
-
export const
|
|
102
|
+
export const ServiceSpecification = {
|
|
157
103
|
type: {
|
|
158
104
|
name: "Composite",
|
|
159
|
-
className: "
|
|
105
|
+
className: "ServiceSpecification",
|
|
160
106
|
modelProperties: {
|
|
161
|
-
|
|
162
|
-
serializedName: "
|
|
107
|
+
logSpecifications: {
|
|
108
|
+
serializedName: "logSpecifications",
|
|
163
109
|
type: {
|
|
164
|
-
name: "
|
|
165
|
-
|
|
110
|
+
name: "Sequence",
|
|
111
|
+
element: {
|
|
112
|
+
type: {
|
|
113
|
+
name: "Composite",
|
|
114
|
+
className: "LogSpecification",
|
|
115
|
+
},
|
|
116
|
+
},
|
|
166
117
|
},
|
|
167
118
|
},
|
|
168
|
-
|
|
169
|
-
serializedName: "
|
|
119
|
+
metricSpecifications: {
|
|
120
|
+
serializedName: "metricSpecifications",
|
|
170
121
|
type: {
|
|
171
122
|
name: "Sequence",
|
|
172
123
|
element: {
|
|
173
124
|
type: {
|
|
174
125
|
name: "Composite",
|
|
175
|
-
className: "
|
|
126
|
+
className: "MetricSpecification",
|
|
176
127
|
},
|
|
177
128
|
},
|
|
178
129
|
},
|
|
@@ -180,27 +131,25 @@ export const RotationPolicy = {
|
|
|
180
131
|
},
|
|
181
132
|
},
|
|
182
133
|
};
|
|
183
|
-
export const
|
|
134
|
+
export const LogSpecification = {
|
|
184
135
|
type: {
|
|
185
136
|
name: "Composite",
|
|
186
|
-
className: "
|
|
137
|
+
className: "LogSpecification",
|
|
187
138
|
modelProperties: {
|
|
188
|
-
|
|
189
|
-
serializedName: "
|
|
190
|
-
readOnly: true,
|
|
139
|
+
name: {
|
|
140
|
+
serializedName: "name",
|
|
191
141
|
type: {
|
|
192
|
-
name: "
|
|
142
|
+
name: "String",
|
|
193
143
|
},
|
|
194
144
|
},
|
|
195
|
-
|
|
196
|
-
serializedName: "
|
|
197
|
-
readOnly: true,
|
|
145
|
+
displayName: {
|
|
146
|
+
serializedName: "displayName",
|
|
198
147
|
type: {
|
|
199
|
-
name: "
|
|
148
|
+
name: "String",
|
|
200
149
|
},
|
|
201
150
|
},
|
|
202
|
-
|
|
203
|
-
serializedName: "
|
|
151
|
+
blobDuration: {
|
|
152
|
+
serializedName: "blobDuration",
|
|
204
153
|
type: {
|
|
205
154
|
name: "String",
|
|
206
155
|
},
|
|
@@ -208,123 +157,117 @@ export const KeyRotationPolicyAttributes = {
|
|
|
208
157
|
},
|
|
209
158
|
},
|
|
210
159
|
};
|
|
211
|
-
export const
|
|
160
|
+
export const MetricSpecification = {
|
|
212
161
|
type: {
|
|
213
162
|
name: "Composite",
|
|
214
|
-
className: "
|
|
163
|
+
className: "MetricSpecification",
|
|
215
164
|
modelProperties: {
|
|
216
|
-
|
|
217
|
-
serializedName: "
|
|
218
|
-
type: {
|
|
219
|
-
name: "Composite",
|
|
220
|
-
className: "Trigger",
|
|
221
|
-
},
|
|
222
|
-
},
|
|
223
|
-
action: {
|
|
224
|
-
serializedName: "action",
|
|
165
|
+
name: {
|
|
166
|
+
serializedName: "name",
|
|
225
167
|
type: {
|
|
226
|
-
name: "
|
|
227
|
-
className: "Action",
|
|
168
|
+
name: "String",
|
|
228
169
|
},
|
|
229
170
|
},
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
};
|
|
233
|
-
export const Trigger = {
|
|
234
|
-
type: {
|
|
235
|
-
name: "Composite",
|
|
236
|
-
className: "Trigger",
|
|
237
|
-
modelProperties: {
|
|
238
|
-
timeAfterCreate: {
|
|
239
|
-
serializedName: "timeAfterCreate",
|
|
171
|
+
displayName: {
|
|
172
|
+
serializedName: "displayName",
|
|
240
173
|
type: {
|
|
241
174
|
name: "String",
|
|
242
175
|
},
|
|
243
176
|
},
|
|
244
|
-
|
|
245
|
-
serializedName: "
|
|
177
|
+
displayDescription: {
|
|
178
|
+
serializedName: "displayDescription",
|
|
246
179
|
type: {
|
|
247
180
|
name: "String",
|
|
248
181
|
},
|
|
249
182
|
},
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
};
|
|
253
|
-
export const Action = {
|
|
254
|
-
type: {
|
|
255
|
-
name: "Composite",
|
|
256
|
-
className: "Action",
|
|
257
|
-
modelProperties: {
|
|
258
|
-
type: {
|
|
259
|
-
serializedName: "type",
|
|
183
|
+
unit: {
|
|
184
|
+
serializedName: "unit",
|
|
260
185
|
type: {
|
|
261
|
-
name: "
|
|
262
|
-
allowedValues: ["rotate", "notify"],
|
|
186
|
+
name: "String",
|
|
263
187
|
},
|
|
264
188
|
},
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
};
|
|
268
|
-
export const KeyReleasePolicy = {
|
|
269
|
-
type: {
|
|
270
|
-
name: "Composite",
|
|
271
|
-
className: "KeyReleasePolicy",
|
|
272
|
-
modelProperties: {
|
|
273
|
-
contentType: {
|
|
274
|
-
defaultValue: "application/json; charset=utf-8",
|
|
275
|
-
serializedName: "contentType",
|
|
189
|
+
aggregationType: {
|
|
190
|
+
serializedName: "aggregationType",
|
|
276
191
|
type: {
|
|
277
192
|
name: "String",
|
|
278
193
|
},
|
|
279
194
|
},
|
|
280
|
-
|
|
281
|
-
serializedName: "
|
|
195
|
+
supportedAggregationTypes: {
|
|
196
|
+
serializedName: "supportedAggregationTypes",
|
|
282
197
|
type: {
|
|
283
|
-
name: "
|
|
198
|
+
name: "Sequence",
|
|
199
|
+
element: {
|
|
200
|
+
type: {
|
|
201
|
+
name: "String",
|
|
202
|
+
},
|
|
203
|
+
},
|
|
284
204
|
},
|
|
285
205
|
},
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
206
|
+
supportedTimeGrainTypes: {
|
|
207
|
+
serializedName: "supportedTimeGrainTypes",
|
|
208
|
+
type: {
|
|
209
|
+
name: "Sequence",
|
|
210
|
+
element: {
|
|
211
|
+
type: {
|
|
212
|
+
name: "String",
|
|
213
|
+
},
|
|
214
|
+
},
|
|
215
|
+
},
|
|
216
|
+
},
|
|
217
|
+
lockAggregationType: {
|
|
218
|
+
serializedName: "lockAggregationType",
|
|
297
219
|
type: {
|
|
298
220
|
name: "String",
|
|
299
221
|
},
|
|
300
222
|
},
|
|
301
|
-
|
|
302
|
-
serializedName: "
|
|
303
|
-
|
|
223
|
+
dimensions: {
|
|
224
|
+
serializedName: "dimensions",
|
|
225
|
+
type: {
|
|
226
|
+
name: "Sequence",
|
|
227
|
+
element: {
|
|
228
|
+
type: {
|
|
229
|
+
name: "Composite",
|
|
230
|
+
className: "DimensionProperties",
|
|
231
|
+
},
|
|
232
|
+
},
|
|
233
|
+
},
|
|
234
|
+
},
|
|
235
|
+
fillGapWithZero: {
|
|
236
|
+
serializedName: "fillGapWithZero",
|
|
237
|
+
type: {
|
|
238
|
+
name: "Boolean",
|
|
239
|
+
},
|
|
240
|
+
},
|
|
241
|
+
internalMetricName: {
|
|
242
|
+
serializedName: "internalMetricName",
|
|
304
243
|
type: {
|
|
305
244
|
name: "String",
|
|
306
245
|
},
|
|
307
246
|
},
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
247
|
+
},
|
|
248
|
+
},
|
|
249
|
+
};
|
|
250
|
+
export const DimensionProperties = {
|
|
251
|
+
type: {
|
|
252
|
+
name: "Composite",
|
|
253
|
+
className: "DimensionProperties",
|
|
254
|
+
modelProperties: {
|
|
255
|
+
name: {
|
|
256
|
+
serializedName: "name",
|
|
311
257
|
type: {
|
|
312
258
|
name: "String",
|
|
313
259
|
},
|
|
314
260
|
},
|
|
315
|
-
|
|
316
|
-
serializedName: "
|
|
317
|
-
readOnly: true,
|
|
261
|
+
displayName: {
|
|
262
|
+
serializedName: "displayName",
|
|
318
263
|
type: {
|
|
319
264
|
name: "String",
|
|
320
265
|
},
|
|
321
266
|
},
|
|
322
|
-
|
|
323
|
-
serializedName: "
|
|
324
|
-
readOnly: true,
|
|
267
|
+
toBeExportedForShoebox: {
|
|
268
|
+
serializedName: "toBeExportedForShoebox",
|
|
325
269
|
type: {
|
|
326
|
-
name: "
|
|
327
|
-
value: { type: { name: "String" } },
|
|
270
|
+
name: "Boolean",
|
|
328
271
|
},
|
|
329
272
|
},
|
|
330
273
|
},
|
|
@@ -365,25 +308,43 @@ export const CloudErrorBody = {
|
|
|
365
308
|
},
|
|
366
309
|
},
|
|
367
310
|
};
|
|
368
|
-
export const
|
|
311
|
+
export const CheckMhsmNameAvailabilityParameters = {
|
|
369
312
|
type: {
|
|
370
313
|
name: "Composite",
|
|
371
|
-
className: "
|
|
314
|
+
className: "CheckMhsmNameAvailabilityParameters",
|
|
372
315
|
modelProperties: {
|
|
373
|
-
|
|
374
|
-
serializedName: "
|
|
316
|
+
name: {
|
|
317
|
+
serializedName: "name",
|
|
318
|
+
required: true,
|
|
375
319
|
type: {
|
|
376
|
-
name: "
|
|
377
|
-
element: {
|
|
378
|
-
type: {
|
|
379
|
-
name: "Composite",
|
|
380
|
-
className: "Key",
|
|
381
|
-
},
|
|
382
|
-
},
|
|
320
|
+
name: "String",
|
|
383
321
|
},
|
|
384
322
|
},
|
|
385
|
-
|
|
386
|
-
|
|
323
|
+
},
|
|
324
|
+
},
|
|
325
|
+
};
|
|
326
|
+
export const CheckMhsmNameAvailabilityResult = {
|
|
327
|
+
type: {
|
|
328
|
+
name: "Composite",
|
|
329
|
+
className: "CheckMhsmNameAvailabilityResult",
|
|
330
|
+
modelProperties: {
|
|
331
|
+
nameAvailable: {
|
|
332
|
+
serializedName: "nameAvailable",
|
|
333
|
+
readOnly: true,
|
|
334
|
+
type: {
|
|
335
|
+
name: "Boolean",
|
|
336
|
+
},
|
|
337
|
+
},
|
|
338
|
+
reason: {
|
|
339
|
+
serializedName: "reason",
|
|
340
|
+
readOnly: true,
|
|
341
|
+
type: {
|
|
342
|
+
name: "String",
|
|
343
|
+
},
|
|
344
|
+
},
|
|
345
|
+
message: {
|
|
346
|
+
serializedName: "message",
|
|
347
|
+
readOnly: true,
|
|
387
348
|
type: {
|
|
388
349
|
name: "String",
|
|
389
350
|
},
|
|
@@ -391,335 +352,352 @@ export const KeyListResult = {
|
|
|
391
352
|
},
|
|
392
353
|
},
|
|
393
354
|
};
|
|
394
|
-
export const
|
|
355
|
+
export const VaultCheckNameAvailabilityParameters = {
|
|
395
356
|
type: {
|
|
396
357
|
name: "Composite",
|
|
397
|
-
className: "
|
|
358
|
+
className: "VaultCheckNameAvailabilityParameters",
|
|
398
359
|
modelProperties: {
|
|
399
|
-
|
|
400
|
-
serializedName: "
|
|
360
|
+
name: {
|
|
361
|
+
serializedName: "name",
|
|
362
|
+
required: true,
|
|
401
363
|
type: {
|
|
402
|
-
name: "
|
|
403
|
-
value: { type: { name: "String" } },
|
|
364
|
+
name: "String",
|
|
404
365
|
},
|
|
405
366
|
},
|
|
406
|
-
|
|
407
|
-
|
|
367
|
+
type: {
|
|
368
|
+
defaultValue: "Microsoft.KeyVault/vaults",
|
|
369
|
+
isConstant: true,
|
|
370
|
+
serializedName: "type",
|
|
408
371
|
type: {
|
|
409
|
-
name: "
|
|
410
|
-
className: "ManagedHsmKeyProperties",
|
|
372
|
+
name: "String",
|
|
411
373
|
},
|
|
412
374
|
},
|
|
413
375
|
},
|
|
414
376
|
},
|
|
415
377
|
};
|
|
416
|
-
export const
|
|
378
|
+
export const CheckNameAvailabilityResult = {
|
|
417
379
|
type: {
|
|
418
380
|
name: "Composite",
|
|
419
|
-
className: "
|
|
381
|
+
className: "CheckNameAvailabilityResult",
|
|
420
382
|
modelProperties: {
|
|
421
|
-
|
|
422
|
-
serializedName: "
|
|
383
|
+
nameAvailable: {
|
|
384
|
+
serializedName: "nameAvailable",
|
|
385
|
+
readOnly: true,
|
|
423
386
|
type: {
|
|
424
|
-
name: "
|
|
425
|
-
className: "ManagedHsmKeyAttributes",
|
|
387
|
+
name: "Boolean",
|
|
426
388
|
},
|
|
427
389
|
},
|
|
428
|
-
|
|
429
|
-
serializedName: "
|
|
390
|
+
reason: {
|
|
391
|
+
serializedName: "reason",
|
|
392
|
+
readOnly: true,
|
|
430
393
|
type: {
|
|
431
394
|
name: "String",
|
|
432
395
|
},
|
|
433
396
|
},
|
|
434
|
-
|
|
435
|
-
serializedName: "
|
|
397
|
+
message: {
|
|
398
|
+
serializedName: "message",
|
|
399
|
+
readOnly: true,
|
|
400
|
+
type: {
|
|
401
|
+
name: "String",
|
|
402
|
+
},
|
|
403
|
+
},
|
|
404
|
+
},
|
|
405
|
+
},
|
|
406
|
+
};
|
|
407
|
+
export const DeletedManagedHsmListResult = {
|
|
408
|
+
type: {
|
|
409
|
+
name: "Composite",
|
|
410
|
+
className: "DeletedManagedHsmListResult",
|
|
411
|
+
modelProperties: {
|
|
412
|
+
value: {
|
|
413
|
+
serializedName: "value",
|
|
414
|
+
required: true,
|
|
436
415
|
type: {
|
|
437
416
|
name: "Sequence",
|
|
438
417
|
element: {
|
|
439
418
|
type: {
|
|
440
|
-
name: "
|
|
419
|
+
name: "Composite",
|
|
420
|
+
className: "DeletedManagedHsm",
|
|
441
421
|
},
|
|
442
422
|
},
|
|
443
423
|
},
|
|
444
424
|
},
|
|
445
|
-
|
|
446
|
-
serializedName: "
|
|
425
|
+
nextLink: {
|
|
426
|
+
serializedName: "nextLink",
|
|
447
427
|
type: {
|
|
448
|
-
name: "
|
|
428
|
+
name: "String",
|
|
449
429
|
},
|
|
450
430
|
},
|
|
451
|
-
|
|
452
|
-
|
|
431
|
+
},
|
|
432
|
+
},
|
|
433
|
+
};
|
|
434
|
+
export const DeletedManagedHsmProperties = {
|
|
435
|
+
type: {
|
|
436
|
+
name: "Composite",
|
|
437
|
+
className: "DeletedManagedHsmProperties",
|
|
438
|
+
modelProperties: {
|
|
439
|
+
mhsmId: {
|
|
440
|
+
serializedName: "mhsmId",
|
|
441
|
+
readOnly: true,
|
|
453
442
|
type: {
|
|
454
443
|
name: "String",
|
|
455
444
|
},
|
|
456
445
|
},
|
|
457
|
-
|
|
458
|
-
serializedName: "
|
|
446
|
+
location: {
|
|
447
|
+
serializedName: "location",
|
|
459
448
|
readOnly: true,
|
|
460
449
|
type: {
|
|
461
450
|
name: "String",
|
|
462
451
|
},
|
|
463
452
|
},
|
|
464
|
-
|
|
465
|
-
serializedName: "
|
|
453
|
+
deletionDate: {
|
|
454
|
+
serializedName: "deletionDate",
|
|
466
455
|
readOnly: true,
|
|
467
456
|
type: {
|
|
468
|
-
name: "
|
|
457
|
+
name: "DateTime",
|
|
469
458
|
},
|
|
470
459
|
},
|
|
471
|
-
|
|
472
|
-
serializedName: "
|
|
460
|
+
scheduledPurgeDate: {
|
|
461
|
+
serializedName: "scheduledPurgeDate",
|
|
462
|
+
readOnly: true,
|
|
473
463
|
type: {
|
|
474
|
-
name: "
|
|
475
|
-
className: "ManagedHsmRotationPolicy",
|
|
464
|
+
name: "DateTime",
|
|
476
465
|
},
|
|
477
466
|
},
|
|
478
|
-
|
|
479
|
-
serializedName: "
|
|
467
|
+
purgeProtectionEnabled: {
|
|
468
|
+
serializedName: "purgeProtectionEnabled",
|
|
469
|
+
readOnly: true,
|
|
480
470
|
type: {
|
|
481
|
-
name: "
|
|
482
|
-
|
|
471
|
+
name: "Boolean",
|
|
472
|
+
},
|
|
473
|
+
},
|
|
474
|
+
tags: {
|
|
475
|
+
serializedName: "tags",
|
|
476
|
+
readOnly: true,
|
|
477
|
+
type: {
|
|
478
|
+
name: "Dictionary",
|
|
479
|
+
value: { type: { name: "String" } },
|
|
483
480
|
},
|
|
484
481
|
},
|
|
485
482
|
},
|
|
486
483
|
},
|
|
487
484
|
};
|
|
488
|
-
export const
|
|
485
|
+
export const Resource = {
|
|
489
486
|
type: {
|
|
490
487
|
name: "Composite",
|
|
491
|
-
className: "
|
|
488
|
+
className: "Resource",
|
|
492
489
|
modelProperties: {
|
|
493
|
-
|
|
494
|
-
serializedName: "
|
|
490
|
+
id: {
|
|
491
|
+
serializedName: "id",
|
|
492
|
+
readOnly: true,
|
|
495
493
|
type: {
|
|
496
|
-
name: "
|
|
494
|
+
name: "String",
|
|
497
495
|
},
|
|
498
496
|
},
|
|
499
|
-
|
|
500
|
-
serializedName: "
|
|
497
|
+
name: {
|
|
498
|
+
serializedName: "name",
|
|
499
|
+
readOnly: true,
|
|
501
500
|
type: {
|
|
502
|
-
name: "
|
|
501
|
+
name: "String",
|
|
503
502
|
},
|
|
504
503
|
},
|
|
505
|
-
|
|
506
|
-
serializedName: "
|
|
504
|
+
type: {
|
|
505
|
+
serializedName: "type",
|
|
506
|
+
readOnly: true,
|
|
507
507
|
type: {
|
|
508
|
-
name: "
|
|
508
|
+
name: "String",
|
|
509
509
|
},
|
|
510
510
|
},
|
|
511
|
-
|
|
512
|
-
serializedName: "
|
|
513
|
-
readOnly: true,
|
|
514
|
-
type: {
|
|
515
|
-
name: "Number",
|
|
516
|
-
},
|
|
517
|
-
},
|
|
518
|
-
updated: {
|
|
519
|
-
serializedName: "updated",
|
|
520
|
-
readOnly: true,
|
|
521
|
-
type: {
|
|
522
|
-
name: "Number",
|
|
523
|
-
},
|
|
524
|
-
},
|
|
525
|
-
recoveryLevel: {
|
|
526
|
-
serializedName: "recoveryLevel",
|
|
527
|
-
readOnly: true,
|
|
528
|
-
type: {
|
|
529
|
-
name: "String",
|
|
530
|
-
},
|
|
531
|
-
},
|
|
532
|
-
exportable: {
|
|
533
|
-
serializedName: "exportable",
|
|
511
|
+
systemData: {
|
|
512
|
+
serializedName: "systemData",
|
|
534
513
|
type: {
|
|
535
|
-
name: "
|
|
514
|
+
name: "Composite",
|
|
515
|
+
className: "SystemData",
|
|
536
516
|
},
|
|
537
517
|
},
|
|
538
518
|
},
|
|
539
519
|
},
|
|
540
520
|
};
|
|
541
|
-
export const
|
|
521
|
+
export const SystemData = {
|
|
542
522
|
type: {
|
|
543
523
|
name: "Composite",
|
|
544
|
-
className: "
|
|
524
|
+
className: "SystemData",
|
|
545
525
|
modelProperties: {
|
|
546
|
-
|
|
547
|
-
serializedName: "
|
|
526
|
+
createdBy: {
|
|
527
|
+
serializedName: "createdBy",
|
|
548
528
|
type: {
|
|
549
|
-
name: "
|
|
550
|
-
className: "ManagedHsmKeyRotationPolicyAttributes",
|
|
529
|
+
name: "String",
|
|
551
530
|
},
|
|
552
531
|
},
|
|
553
|
-
|
|
554
|
-
serializedName: "
|
|
532
|
+
createdByType: {
|
|
533
|
+
serializedName: "createdByType",
|
|
555
534
|
type: {
|
|
556
|
-
name: "
|
|
557
|
-
element: {
|
|
558
|
-
type: {
|
|
559
|
-
name: "Composite",
|
|
560
|
-
className: "ManagedHsmLifetimeAction",
|
|
561
|
-
},
|
|
562
|
-
},
|
|
535
|
+
name: "String",
|
|
563
536
|
},
|
|
564
537
|
},
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
};
|
|
568
|
-
export const ManagedHsmKeyRotationPolicyAttributes = {
|
|
569
|
-
type: {
|
|
570
|
-
name: "Composite",
|
|
571
|
-
className: "ManagedHsmKeyRotationPolicyAttributes",
|
|
572
|
-
modelProperties: {
|
|
573
|
-
created: {
|
|
574
|
-
serializedName: "created",
|
|
575
|
-
readOnly: true,
|
|
538
|
+
createdAt: {
|
|
539
|
+
serializedName: "createdAt",
|
|
576
540
|
type: {
|
|
577
|
-
name: "
|
|
541
|
+
name: "DateTime",
|
|
578
542
|
},
|
|
579
543
|
},
|
|
580
|
-
|
|
581
|
-
serializedName: "
|
|
582
|
-
readOnly: true,
|
|
544
|
+
lastModifiedBy: {
|
|
545
|
+
serializedName: "lastModifiedBy",
|
|
583
546
|
type: {
|
|
584
|
-
name: "
|
|
547
|
+
name: "String",
|
|
585
548
|
},
|
|
586
549
|
},
|
|
587
|
-
|
|
588
|
-
serializedName: "
|
|
550
|
+
lastModifiedByType: {
|
|
551
|
+
serializedName: "lastModifiedByType",
|
|
589
552
|
type: {
|
|
590
553
|
name: "String",
|
|
591
554
|
},
|
|
592
555
|
},
|
|
556
|
+
lastModifiedAt: {
|
|
557
|
+
serializedName: "lastModifiedAt",
|
|
558
|
+
type: {
|
|
559
|
+
name: "DateTime",
|
|
560
|
+
},
|
|
561
|
+
},
|
|
593
562
|
},
|
|
594
563
|
},
|
|
595
564
|
};
|
|
596
|
-
export const
|
|
565
|
+
export const ManagedHsmError = {
|
|
597
566
|
type: {
|
|
598
567
|
name: "Composite",
|
|
599
|
-
className: "
|
|
568
|
+
className: "ManagedHsmError",
|
|
600
569
|
modelProperties: {
|
|
601
|
-
|
|
602
|
-
serializedName: "
|
|
603
|
-
type: {
|
|
604
|
-
name: "Composite",
|
|
605
|
-
className: "ManagedHsmTrigger",
|
|
606
|
-
},
|
|
607
|
-
},
|
|
608
|
-
action: {
|
|
609
|
-
serializedName: "action",
|
|
570
|
+
error: {
|
|
571
|
+
serializedName: "error",
|
|
610
572
|
type: {
|
|
611
573
|
name: "Composite",
|
|
612
|
-
className: "
|
|
574
|
+
className: "ErrorModel",
|
|
613
575
|
},
|
|
614
576
|
},
|
|
615
577
|
},
|
|
616
578
|
},
|
|
617
579
|
};
|
|
618
|
-
export const
|
|
580
|
+
export const ErrorModel = {
|
|
619
581
|
type: {
|
|
620
582
|
name: "Composite",
|
|
621
|
-
className: "
|
|
583
|
+
className: "ErrorModel",
|
|
622
584
|
modelProperties: {
|
|
623
|
-
|
|
624
|
-
serializedName: "
|
|
585
|
+
code: {
|
|
586
|
+
serializedName: "code",
|
|
587
|
+
readOnly: true,
|
|
625
588
|
type: {
|
|
626
589
|
name: "String",
|
|
627
590
|
},
|
|
628
591
|
},
|
|
629
|
-
|
|
630
|
-
serializedName: "
|
|
592
|
+
message: {
|
|
593
|
+
serializedName: "message",
|
|
594
|
+
readOnly: true,
|
|
631
595
|
type: {
|
|
632
596
|
name: "String",
|
|
633
597
|
},
|
|
634
598
|
},
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
};
|
|
638
|
-
export const ManagedHsmAction = {
|
|
639
|
-
type: {
|
|
640
|
-
name: "Composite",
|
|
641
|
-
className: "ManagedHsmAction",
|
|
642
|
-
modelProperties: {
|
|
643
|
-
type: {
|
|
644
|
-
serializedName: "type",
|
|
599
|
+
innerError: {
|
|
600
|
+
serializedName: "innererror",
|
|
645
601
|
type: {
|
|
646
|
-
name: "
|
|
647
|
-
|
|
602
|
+
name: "Composite",
|
|
603
|
+
className: "ErrorModel",
|
|
648
604
|
},
|
|
649
605
|
},
|
|
650
606
|
},
|
|
651
607
|
},
|
|
652
608
|
};
|
|
653
|
-
export const
|
|
609
|
+
export const DeletedVaultListResult = {
|
|
654
610
|
type: {
|
|
655
611
|
name: "Composite",
|
|
656
|
-
className: "
|
|
612
|
+
className: "DeletedVaultListResult",
|
|
657
613
|
modelProperties: {
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
614
|
+
value: {
|
|
615
|
+
serializedName: "value",
|
|
616
|
+
required: true,
|
|
661
617
|
type: {
|
|
662
|
-
name: "
|
|
618
|
+
name: "Sequence",
|
|
619
|
+
element: {
|
|
620
|
+
type: {
|
|
621
|
+
name: "Composite",
|
|
622
|
+
className: "DeletedVault",
|
|
623
|
+
},
|
|
624
|
+
},
|
|
663
625
|
},
|
|
664
626
|
},
|
|
665
|
-
|
|
666
|
-
serializedName: "
|
|
627
|
+
nextLink: {
|
|
628
|
+
serializedName: "nextLink",
|
|
667
629
|
type: {
|
|
668
|
-
name: "
|
|
630
|
+
name: "String",
|
|
669
631
|
},
|
|
670
632
|
},
|
|
671
633
|
},
|
|
672
634
|
},
|
|
673
635
|
};
|
|
674
|
-
export const
|
|
636
|
+
export const DeletedVaultProperties = {
|
|
675
637
|
type: {
|
|
676
638
|
name: "Composite",
|
|
677
|
-
className: "
|
|
639
|
+
className: "DeletedVaultProperties",
|
|
678
640
|
modelProperties: {
|
|
679
|
-
|
|
680
|
-
serializedName: "
|
|
641
|
+
vaultId: {
|
|
642
|
+
serializedName: "vaultId",
|
|
681
643
|
readOnly: true,
|
|
682
644
|
type: {
|
|
683
645
|
name: "String",
|
|
684
646
|
},
|
|
685
647
|
},
|
|
686
|
-
|
|
687
|
-
serializedName: "
|
|
648
|
+
location: {
|
|
649
|
+
serializedName: "location",
|
|
688
650
|
readOnly: true,
|
|
689
651
|
type: {
|
|
690
652
|
name: "String",
|
|
691
653
|
},
|
|
692
654
|
},
|
|
693
|
-
|
|
694
|
-
serializedName: "
|
|
655
|
+
deletionDate: {
|
|
656
|
+
serializedName: "deletionDate",
|
|
695
657
|
readOnly: true,
|
|
696
658
|
type: {
|
|
697
|
-
name: "
|
|
659
|
+
name: "DateTime",
|
|
660
|
+
},
|
|
661
|
+
},
|
|
662
|
+
scheduledPurgeDate: {
|
|
663
|
+
serializedName: "scheduledPurgeDate",
|
|
664
|
+
readOnly: true,
|
|
665
|
+
type: {
|
|
666
|
+
name: "DateTime",
|
|
698
667
|
},
|
|
699
668
|
},
|
|
700
669
|
tags: {
|
|
701
670
|
serializedName: "tags",
|
|
671
|
+
readOnly: true,
|
|
702
672
|
type: {
|
|
703
673
|
name: "Dictionary",
|
|
704
674
|
value: { type: { name: "String" } },
|
|
705
675
|
},
|
|
706
676
|
},
|
|
677
|
+
purgeProtectionEnabled: {
|
|
678
|
+
serializedName: "purgeProtectionEnabled",
|
|
679
|
+
readOnly: true,
|
|
680
|
+
type: {
|
|
681
|
+
name: "Boolean",
|
|
682
|
+
},
|
|
683
|
+
},
|
|
707
684
|
},
|
|
708
685
|
},
|
|
709
686
|
};
|
|
710
|
-
export const
|
|
687
|
+
export const ManagedHsmListResult = {
|
|
711
688
|
type: {
|
|
712
689
|
name: "Composite",
|
|
713
|
-
className: "
|
|
690
|
+
className: "ManagedHsmListResult",
|
|
714
691
|
modelProperties: {
|
|
715
692
|
value: {
|
|
716
693
|
serializedName: "value",
|
|
694
|
+
required: true,
|
|
717
695
|
type: {
|
|
718
696
|
name: "Sequence",
|
|
719
697
|
element: {
|
|
720
698
|
type: {
|
|
721
699
|
name: "Composite",
|
|
722
|
-
className: "
|
|
700
|
+
className: "ManagedHsm",
|
|
723
701
|
},
|
|
724
702
|
},
|
|
725
703
|
},
|
|
@@ -733,103 +711,38 @@ export const ManagedHsmKeyListResult = {
|
|
|
733
711
|
},
|
|
734
712
|
},
|
|
735
713
|
};
|
|
736
|
-
export const
|
|
737
|
-
type: {
|
|
738
|
-
name: "Composite",
|
|
739
|
-
className: "VaultCreateOrUpdateParameters",
|
|
740
|
-
modelProperties: {
|
|
741
|
-
location: {
|
|
742
|
-
serializedName: "location",
|
|
743
|
-
required: true,
|
|
744
|
-
type: {
|
|
745
|
-
name: "String",
|
|
746
|
-
},
|
|
747
|
-
},
|
|
748
|
-
tags: {
|
|
749
|
-
serializedName: "tags",
|
|
750
|
-
type: {
|
|
751
|
-
name: "Dictionary",
|
|
752
|
-
value: { type: { name: "String" } },
|
|
753
|
-
},
|
|
754
|
-
},
|
|
755
|
-
properties: {
|
|
756
|
-
serializedName: "properties",
|
|
757
|
-
type: {
|
|
758
|
-
name: "Composite",
|
|
759
|
-
className: "VaultProperties",
|
|
760
|
-
},
|
|
761
|
-
},
|
|
762
|
-
},
|
|
763
|
-
},
|
|
764
|
-
};
|
|
765
|
-
export const VaultProperties = {
|
|
714
|
+
export const ManagedHsmProperties = {
|
|
766
715
|
type: {
|
|
767
716
|
name: "Composite",
|
|
768
|
-
className: "
|
|
717
|
+
className: "ManagedHsmProperties",
|
|
769
718
|
modelProperties: {
|
|
770
719
|
tenantId: {
|
|
771
720
|
serializedName: "tenantId",
|
|
772
|
-
required: true,
|
|
773
721
|
type: {
|
|
774
722
|
name: "Uuid",
|
|
775
723
|
},
|
|
776
724
|
},
|
|
777
|
-
|
|
778
|
-
serializedName: "
|
|
779
|
-
type: {
|
|
780
|
-
name: "Composite",
|
|
781
|
-
className: "Sku",
|
|
782
|
-
},
|
|
783
|
-
},
|
|
784
|
-
accessPolicies: {
|
|
785
|
-
serializedName: "accessPolicies",
|
|
725
|
+
initialAdminObjectIds: {
|
|
726
|
+
serializedName: "initialAdminObjectIds",
|
|
786
727
|
type: {
|
|
787
728
|
name: "Sequence",
|
|
788
729
|
element: {
|
|
789
730
|
type: {
|
|
790
|
-
name: "
|
|
791
|
-
className: "AccessPolicyEntry",
|
|
731
|
+
name: "String",
|
|
792
732
|
},
|
|
793
733
|
},
|
|
794
734
|
},
|
|
795
735
|
},
|
|
796
|
-
|
|
797
|
-
serializedName: "
|
|
798
|
-
type: {
|
|
799
|
-
name: "String",
|
|
800
|
-
},
|
|
801
|
-
},
|
|
802
|
-
hsmPoolResourceId: {
|
|
803
|
-
serializedName: "hsmPoolResourceId",
|
|
736
|
+
hsmUri: {
|
|
737
|
+
serializedName: "hsmUri",
|
|
804
738
|
readOnly: true,
|
|
805
739
|
type: {
|
|
806
740
|
name: "String",
|
|
807
741
|
},
|
|
808
742
|
},
|
|
809
|
-
|
|
810
|
-
defaultValue:
|
|
811
|
-
serializedName: "
|
|
812
|
-
type: {
|
|
813
|
-
name: "Boolean",
|
|
814
|
-
},
|
|
815
|
-
},
|
|
816
|
-
enabledForDiskEncryption: {
|
|
817
|
-
defaultValue: false,
|
|
818
|
-
serializedName: "enabledForDiskEncryption",
|
|
819
|
-
type: {
|
|
820
|
-
name: "Boolean",
|
|
821
|
-
},
|
|
822
|
-
},
|
|
823
|
-
enabledForTemplateDeployment: {
|
|
824
|
-
defaultValue: false,
|
|
825
|
-
serializedName: "enabledForTemplateDeployment",
|
|
826
|
-
type: {
|
|
827
|
-
name: "Boolean",
|
|
828
|
-
},
|
|
829
|
-
},
|
|
830
|
-
enableSoftDelete: {
|
|
831
|
-
defaultValue: true,
|
|
832
|
-
serializedName: "enableSoftDelete",
|
|
743
|
+
enableSoftDelete: {
|
|
744
|
+
defaultValue: true,
|
|
745
|
+
serializedName: "enableSoftDelete",
|
|
833
746
|
type: {
|
|
834
747
|
name: "Boolean",
|
|
835
748
|
},
|
|
@@ -841,9 +754,9 @@ export const VaultProperties = {
|
|
|
841
754
|
name: "Number",
|
|
842
755
|
},
|
|
843
756
|
},
|
|
844
|
-
|
|
845
|
-
defaultValue:
|
|
846
|
-
serializedName: "
|
|
757
|
+
enablePurgeProtection: {
|
|
758
|
+
defaultValue: true,
|
|
759
|
+
serializedName: "enablePurgeProtection",
|
|
847
760
|
type: {
|
|
848
761
|
name: "Boolean",
|
|
849
762
|
},
|
|
@@ -855,23 +768,37 @@ export const VaultProperties = {
|
|
|
855
768
|
allowedValues: ["recover", "default"],
|
|
856
769
|
},
|
|
857
770
|
},
|
|
858
|
-
|
|
859
|
-
serializedName: "
|
|
771
|
+
statusMessage: {
|
|
772
|
+
serializedName: "statusMessage",
|
|
773
|
+
readOnly: true,
|
|
860
774
|
type: {
|
|
861
|
-
name: "
|
|
775
|
+
name: "String",
|
|
776
|
+
},
|
|
777
|
+
},
|
|
778
|
+
provisioningState: {
|
|
779
|
+
serializedName: "provisioningState",
|
|
780
|
+
readOnly: true,
|
|
781
|
+
type: {
|
|
782
|
+
name: "String",
|
|
862
783
|
},
|
|
863
784
|
},
|
|
864
785
|
networkAcls: {
|
|
865
786
|
serializedName: "networkAcls",
|
|
866
787
|
type: {
|
|
867
788
|
name: "Composite",
|
|
868
|
-
className: "
|
|
789
|
+
className: "MhsmNetworkRuleSet",
|
|
869
790
|
},
|
|
870
791
|
},
|
|
871
|
-
|
|
872
|
-
serializedName: "
|
|
792
|
+
regions: {
|
|
793
|
+
serializedName: "regions",
|
|
873
794
|
type: {
|
|
874
|
-
name: "
|
|
795
|
+
name: "Sequence",
|
|
796
|
+
element: {
|
|
797
|
+
type: {
|
|
798
|
+
name: "Composite",
|
|
799
|
+
className: "MhsmGeoReplicatedRegion",
|
|
800
|
+
},
|
|
801
|
+
},
|
|
875
802
|
},
|
|
876
803
|
},
|
|
877
804
|
privateEndpointConnections: {
|
|
@@ -882,124 +809,84 @@ export const VaultProperties = {
|
|
|
882
809
|
element: {
|
|
883
810
|
type: {
|
|
884
811
|
name: "Composite",
|
|
885
|
-
className: "
|
|
812
|
+
className: "MhsmPrivateEndpointConnectionItem",
|
|
886
813
|
},
|
|
887
814
|
},
|
|
888
815
|
},
|
|
889
816
|
},
|
|
890
817
|
publicNetworkAccess: {
|
|
891
|
-
defaultValue: "
|
|
818
|
+
defaultValue: "Enabled",
|
|
892
819
|
serializedName: "publicNetworkAccess",
|
|
893
820
|
type: {
|
|
894
821
|
name: "String",
|
|
895
822
|
},
|
|
896
823
|
},
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
export const Sku = {
|
|
901
|
-
type: {
|
|
902
|
-
name: "Composite",
|
|
903
|
-
className: "Sku",
|
|
904
|
-
modelProperties: {
|
|
905
|
-
family: {
|
|
906
|
-
serializedName: "family",
|
|
907
|
-
required: true,
|
|
824
|
+
scheduledPurgeDate: {
|
|
825
|
+
serializedName: "scheduledPurgeDate",
|
|
826
|
+
readOnly: true,
|
|
908
827
|
type: {
|
|
909
|
-
name: "
|
|
828
|
+
name: "DateTime",
|
|
910
829
|
},
|
|
911
830
|
},
|
|
912
|
-
|
|
913
|
-
serializedName: "
|
|
914
|
-
required: true,
|
|
831
|
+
securityDomainProperties: {
|
|
832
|
+
serializedName: "securityDomainProperties",
|
|
915
833
|
type: {
|
|
916
|
-
name: "
|
|
917
|
-
|
|
834
|
+
name: "Composite",
|
|
835
|
+
className: "ManagedHSMSecurityDomainProperties",
|
|
918
836
|
},
|
|
919
837
|
},
|
|
920
838
|
},
|
|
921
839
|
},
|
|
922
840
|
};
|
|
923
|
-
export const
|
|
841
|
+
export const MhsmNetworkRuleSet = {
|
|
924
842
|
type: {
|
|
925
843
|
name: "Composite",
|
|
926
|
-
className: "
|
|
844
|
+
className: "MhsmNetworkRuleSet",
|
|
927
845
|
modelProperties: {
|
|
928
|
-
|
|
929
|
-
serializedName: "
|
|
930
|
-
required: true,
|
|
931
|
-
type: {
|
|
932
|
-
name: "Uuid",
|
|
933
|
-
},
|
|
934
|
-
},
|
|
935
|
-
objectId: {
|
|
936
|
-
serializedName: "objectId",
|
|
937
|
-
required: true,
|
|
846
|
+
bypass: {
|
|
847
|
+
serializedName: "bypass",
|
|
938
848
|
type: {
|
|
939
849
|
name: "String",
|
|
940
850
|
},
|
|
941
851
|
},
|
|
942
|
-
|
|
943
|
-
serializedName: "
|
|
944
|
-
type: {
|
|
945
|
-
name: "Uuid",
|
|
946
|
-
},
|
|
947
|
-
},
|
|
948
|
-
permissions: {
|
|
949
|
-
serializedName: "permissions",
|
|
950
|
-
type: {
|
|
951
|
-
name: "Composite",
|
|
952
|
-
className: "Permissions",
|
|
953
|
-
},
|
|
954
|
-
},
|
|
955
|
-
},
|
|
956
|
-
},
|
|
957
|
-
};
|
|
958
|
-
export const Permissions = {
|
|
959
|
-
type: {
|
|
960
|
-
name: "Composite",
|
|
961
|
-
className: "Permissions",
|
|
962
|
-
modelProperties: {
|
|
963
|
-
keys: {
|
|
964
|
-
serializedName: "keys",
|
|
852
|
+
defaultAction: {
|
|
853
|
+
serializedName: "defaultAction",
|
|
965
854
|
type: {
|
|
966
|
-
name: "
|
|
967
|
-
element: {
|
|
968
|
-
type: {
|
|
969
|
-
name: "String",
|
|
970
|
-
},
|
|
971
|
-
},
|
|
855
|
+
name: "String",
|
|
972
856
|
},
|
|
973
857
|
},
|
|
974
|
-
|
|
975
|
-
serializedName: "
|
|
858
|
+
ipRules: {
|
|
859
|
+
serializedName: "ipRules",
|
|
976
860
|
type: {
|
|
977
861
|
name: "Sequence",
|
|
978
862
|
element: {
|
|
979
863
|
type: {
|
|
980
|
-
name: "
|
|
864
|
+
name: "Composite",
|
|
865
|
+
className: "MhsmipRule",
|
|
981
866
|
},
|
|
982
867
|
},
|
|
983
868
|
},
|
|
984
869
|
},
|
|
985
|
-
|
|
986
|
-
serializedName: "
|
|
870
|
+
serviceTags: {
|
|
871
|
+
serializedName: "serviceTags",
|
|
987
872
|
type: {
|
|
988
873
|
name: "Sequence",
|
|
989
874
|
element: {
|
|
990
875
|
type: {
|
|
991
|
-
name: "
|
|
876
|
+
name: "Composite",
|
|
877
|
+
className: "MhsmServiceTagRule",
|
|
992
878
|
},
|
|
993
879
|
},
|
|
994
880
|
},
|
|
995
881
|
},
|
|
996
|
-
|
|
997
|
-
serializedName: "
|
|
882
|
+
virtualNetworkRules: {
|
|
883
|
+
serializedName: "virtualNetworkRules",
|
|
998
884
|
type: {
|
|
999
885
|
name: "Sequence",
|
|
1000
886
|
element: {
|
|
1001
887
|
type: {
|
|
1002
|
-
name: "
|
|
888
|
+
name: "Composite",
|
|
889
|
+
className: "MhsmVirtualNetworkRule",
|
|
1003
890
|
},
|
|
1004
891
|
},
|
|
1005
892
|
},
|
|
@@ -1007,57 +894,43 @@ export const Permissions = {
|
|
|
1007
894
|
},
|
|
1008
895
|
},
|
|
1009
896
|
};
|
|
1010
|
-
export const
|
|
897
|
+
export const MhsmipRule = {
|
|
1011
898
|
type: {
|
|
1012
899
|
name: "Composite",
|
|
1013
|
-
className: "
|
|
900
|
+
className: "MhsmipRule",
|
|
1014
901
|
modelProperties: {
|
|
1015
|
-
|
|
1016
|
-
serializedName: "
|
|
902
|
+
value: {
|
|
903
|
+
serializedName: "value",
|
|
904
|
+
required: true,
|
|
1017
905
|
type: {
|
|
1018
906
|
name: "String",
|
|
1019
907
|
},
|
|
1020
908
|
},
|
|
1021
|
-
|
|
1022
|
-
|
|
909
|
+
},
|
|
910
|
+
},
|
|
911
|
+
};
|
|
912
|
+
export const MhsmServiceTagRule = {
|
|
913
|
+
type: {
|
|
914
|
+
name: "Composite",
|
|
915
|
+
className: "MhsmServiceTagRule",
|
|
916
|
+
modelProperties: {
|
|
917
|
+
tag: {
|
|
918
|
+
serializedName: "tag",
|
|
919
|
+
required: true,
|
|
1023
920
|
type: {
|
|
1024
921
|
name: "String",
|
|
1025
922
|
},
|
|
1026
923
|
},
|
|
1027
|
-
ipRules: {
|
|
1028
|
-
serializedName: "ipRules",
|
|
1029
|
-
type: {
|
|
1030
|
-
name: "Sequence",
|
|
1031
|
-
element: {
|
|
1032
|
-
type: {
|
|
1033
|
-
name: "Composite",
|
|
1034
|
-
className: "IPRule",
|
|
1035
|
-
},
|
|
1036
|
-
},
|
|
1037
|
-
},
|
|
1038
|
-
},
|
|
1039
|
-
virtualNetworkRules: {
|
|
1040
|
-
serializedName: "virtualNetworkRules",
|
|
1041
|
-
type: {
|
|
1042
|
-
name: "Sequence",
|
|
1043
|
-
element: {
|
|
1044
|
-
type: {
|
|
1045
|
-
name: "Composite",
|
|
1046
|
-
className: "VirtualNetworkRule",
|
|
1047
|
-
},
|
|
1048
|
-
},
|
|
1049
|
-
},
|
|
1050
|
-
},
|
|
1051
924
|
},
|
|
1052
925
|
},
|
|
1053
926
|
};
|
|
1054
|
-
export const
|
|
927
|
+
export const MhsmVirtualNetworkRule = {
|
|
1055
928
|
type: {
|
|
1056
929
|
name: "Composite",
|
|
1057
|
-
className: "
|
|
930
|
+
className: "MhsmVirtualNetworkRule",
|
|
1058
931
|
modelProperties: {
|
|
1059
|
-
|
|
1060
|
-
serializedName: "
|
|
932
|
+
id: {
|
|
933
|
+
serializedName: "id",
|
|
1061
934
|
required: true,
|
|
1062
935
|
type: {
|
|
1063
936
|
name: "String",
|
|
@@ -1066,20 +939,26 @@ export const IPRule = {
|
|
|
1066
939
|
},
|
|
1067
940
|
},
|
|
1068
941
|
};
|
|
1069
|
-
export const
|
|
942
|
+
export const MhsmGeoReplicatedRegion = {
|
|
1070
943
|
type: {
|
|
1071
944
|
name: "Composite",
|
|
1072
|
-
className: "
|
|
945
|
+
className: "MhsmGeoReplicatedRegion",
|
|
1073
946
|
modelProperties: {
|
|
1074
|
-
|
|
1075
|
-
serializedName: "
|
|
1076
|
-
required: true,
|
|
947
|
+
name: {
|
|
948
|
+
serializedName: "name",
|
|
1077
949
|
type: {
|
|
1078
950
|
name: "String",
|
|
1079
951
|
},
|
|
1080
952
|
},
|
|
1081
|
-
|
|
1082
|
-
serializedName: "
|
|
953
|
+
provisioningState: {
|
|
954
|
+
serializedName: "provisioningState",
|
|
955
|
+
readOnly: true,
|
|
956
|
+
type: {
|
|
957
|
+
name: "String",
|
|
958
|
+
},
|
|
959
|
+
},
|
|
960
|
+
isPrimary: {
|
|
961
|
+
serializedName: "isPrimary",
|
|
1083
962
|
type: {
|
|
1084
963
|
name: "Boolean",
|
|
1085
964
|
},
|
|
@@ -1087,10 +966,10 @@ export const VirtualNetworkRule = {
|
|
|
1087
966
|
},
|
|
1088
967
|
},
|
|
1089
968
|
};
|
|
1090
|
-
export const
|
|
969
|
+
export const MhsmPrivateEndpointConnectionItem = {
|
|
1091
970
|
type: {
|
|
1092
971
|
name: "Composite",
|
|
1093
|
-
className: "
|
|
972
|
+
className: "MhsmPrivateEndpointConnectionItem",
|
|
1094
973
|
modelProperties: {
|
|
1095
974
|
id: {
|
|
1096
975
|
serializedName: "id",
|
|
@@ -1108,18 +987,19 @@ export const PrivateEndpointConnectionItem = {
|
|
|
1108
987
|
serializedName: "properties.privateEndpoint",
|
|
1109
988
|
type: {
|
|
1110
989
|
name: "Composite",
|
|
1111
|
-
className: "
|
|
990
|
+
className: "MhsmPrivateEndpoint",
|
|
1112
991
|
},
|
|
1113
992
|
},
|
|
1114
993
|
privateLinkServiceConnectionState: {
|
|
1115
994
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
1116
995
|
type: {
|
|
1117
996
|
name: "Composite",
|
|
1118
|
-
className: "
|
|
997
|
+
className: "MhsmPrivateLinkServiceConnectionState",
|
|
1119
998
|
},
|
|
1120
999
|
},
|
|
1121
1000
|
provisioningState: {
|
|
1122
1001
|
serializedName: "properties.provisioningState",
|
|
1002
|
+
readOnly: true,
|
|
1123
1003
|
type: {
|
|
1124
1004
|
name: "String",
|
|
1125
1005
|
},
|
|
@@ -1127,10 +1007,10 @@ export const PrivateEndpointConnectionItem = {
|
|
|
1127
1007
|
},
|
|
1128
1008
|
},
|
|
1129
1009
|
};
|
|
1130
|
-
export const
|
|
1010
|
+
export const MhsmPrivateEndpoint = {
|
|
1131
1011
|
type: {
|
|
1132
1012
|
name: "Composite",
|
|
1133
|
-
className: "
|
|
1013
|
+
className: "MhsmPrivateEndpoint",
|
|
1134
1014
|
modelProperties: {
|
|
1135
1015
|
id: {
|
|
1136
1016
|
serializedName: "id",
|
|
@@ -1142,10 +1022,10 @@ export const PrivateEndpoint = {
|
|
|
1142
1022
|
},
|
|
1143
1023
|
},
|
|
1144
1024
|
};
|
|
1145
|
-
export const
|
|
1025
|
+
export const MhsmPrivateLinkServiceConnectionState = {
|
|
1146
1026
|
type: {
|
|
1147
1027
|
name: "Composite",
|
|
1148
|
-
className: "
|
|
1028
|
+
className: "MhsmPrivateLinkServiceConnectionState",
|
|
1149
1029
|
modelProperties: {
|
|
1150
1030
|
status: {
|
|
1151
1031
|
serializedName: "status",
|
|
@@ -1168,135 +1048,146 @@ export const PrivateLinkServiceConnectionState = {
|
|
|
1168
1048
|
},
|
|
1169
1049
|
},
|
|
1170
1050
|
};
|
|
1171
|
-
export const
|
|
1051
|
+
export const ManagedHSMSecurityDomainProperties = {
|
|
1172
1052
|
type: {
|
|
1173
1053
|
name: "Composite",
|
|
1174
|
-
className: "
|
|
1054
|
+
className: "ManagedHSMSecurityDomainProperties",
|
|
1175
1055
|
modelProperties: {
|
|
1176
|
-
|
|
1177
|
-
serializedName: "
|
|
1178
|
-
readOnly: true,
|
|
1179
|
-
type: {
|
|
1180
|
-
name: "String",
|
|
1181
|
-
},
|
|
1182
|
-
},
|
|
1183
|
-
name: {
|
|
1184
|
-
serializedName: "name",
|
|
1056
|
+
activationStatus: {
|
|
1057
|
+
serializedName: "activationStatus",
|
|
1185
1058
|
readOnly: true,
|
|
1186
1059
|
type: {
|
|
1187
1060
|
name: "String",
|
|
1188
1061
|
},
|
|
1189
1062
|
},
|
|
1190
|
-
|
|
1191
|
-
serializedName: "
|
|
1063
|
+
activationStatusMessage: {
|
|
1064
|
+
serializedName: "activationStatusMessage",
|
|
1192
1065
|
readOnly: true,
|
|
1193
1066
|
type: {
|
|
1194
1067
|
name: "String",
|
|
1195
1068
|
},
|
|
1196
1069
|
},
|
|
1197
|
-
|
|
1198
|
-
|
|
1070
|
+
},
|
|
1071
|
+
},
|
|
1072
|
+
};
|
|
1073
|
+
export const ManagedHsmSku = {
|
|
1074
|
+
type: {
|
|
1075
|
+
name: "Composite",
|
|
1076
|
+
className: "ManagedHsmSku",
|
|
1077
|
+
modelProperties: {
|
|
1078
|
+
family: {
|
|
1079
|
+
serializedName: "family",
|
|
1080
|
+
required: true,
|
|
1199
1081
|
type: {
|
|
1200
1082
|
name: "String",
|
|
1201
1083
|
},
|
|
1202
1084
|
},
|
|
1203
|
-
|
|
1204
|
-
serializedName: "
|
|
1205
|
-
|
|
1206
|
-
name: "Dictionary",
|
|
1207
|
-
value: { type: { name: "String" } },
|
|
1208
|
-
},
|
|
1209
|
-
},
|
|
1210
|
-
systemData: {
|
|
1211
|
-
serializedName: "systemData",
|
|
1212
|
-
type: {
|
|
1213
|
-
name: "Composite",
|
|
1214
|
-
className: "SystemData",
|
|
1215
|
-
},
|
|
1216
|
-
},
|
|
1217
|
-
properties: {
|
|
1218
|
-
serializedName: "properties",
|
|
1085
|
+
name: {
|
|
1086
|
+
serializedName: "name",
|
|
1087
|
+
required: true,
|
|
1219
1088
|
type: {
|
|
1220
|
-
name: "
|
|
1221
|
-
|
|
1089
|
+
name: "Enum",
|
|
1090
|
+
allowedValues: ["Standard_B1", "Custom_B32", "Custom_B6", "Custom_C42", "Custom_C10"],
|
|
1222
1091
|
},
|
|
1223
1092
|
},
|
|
1224
1093
|
},
|
|
1225
1094
|
},
|
|
1226
1095
|
};
|
|
1227
|
-
export const
|
|
1096
|
+
export const ManagedServiceIdentity = {
|
|
1228
1097
|
type: {
|
|
1229
1098
|
name: "Composite",
|
|
1230
|
-
className: "
|
|
1099
|
+
className: "ManagedServiceIdentity",
|
|
1231
1100
|
modelProperties: {
|
|
1232
|
-
|
|
1233
|
-
serializedName: "
|
|
1101
|
+
principalId: {
|
|
1102
|
+
serializedName: "principalId",
|
|
1103
|
+
readOnly: true,
|
|
1234
1104
|
type: {
|
|
1235
|
-
name: "
|
|
1105
|
+
name: "Uuid",
|
|
1236
1106
|
},
|
|
1237
1107
|
},
|
|
1238
|
-
|
|
1239
|
-
serializedName: "
|
|
1108
|
+
tenantId: {
|
|
1109
|
+
serializedName: "tenantId",
|
|
1110
|
+
readOnly: true,
|
|
1240
1111
|
type: {
|
|
1241
|
-
name: "
|
|
1112
|
+
name: "Uuid",
|
|
1242
1113
|
},
|
|
1243
1114
|
},
|
|
1244
|
-
|
|
1245
|
-
serializedName: "
|
|
1115
|
+
type: {
|
|
1116
|
+
serializedName: "type",
|
|
1117
|
+
required: true,
|
|
1246
1118
|
type: {
|
|
1247
|
-
name: "
|
|
1119
|
+
name: "String",
|
|
1248
1120
|
},
|
|
1249
1121
|
},
|
|
1250
|
-
|
|
1251
|
-
serializedName: "
|
|
1122
|
+
userAssignedIdentities: {
|
|
1123
|
+
serializedName: "userAssignedIdentities",
|
|
1252
1124
|
type: {
|
|
1253
|
-
name: "
|
|
1125
|
+
name: "Dictionary",
|
|
1126
|
+
value: {
|
|
1127
|
+
type: { name: "Composite", className: "UserAssignedIdentity" },
|
|
1128
|
+
},
|
|
1254
1129
|
},
|
|
1255
1130
|
},
|
|
1256
|
-
|
|
1257
|
-
|
|
1131
|
+
},
|
|
1132
|
+
},
|
|
1133
|
+
};
|
|
1134
|
+
export const UserAssignedIdentity = {
|
|
1135
|
+
type: {
|
|
1136
|
+
name: "Composite",
|
|
1137
|
+
className: "UserAssignedIdentity",
|
|
1138
|
+
modelProperties: {
|
|
1139
|
+
principalId: {
|
|
1140
|
+
serializedName: "principalId",
|
|
1141
|
+
readOnly: true,
|
|
1258
1142
|
type: {
|
|
1259
|
-
name: "
|
|
1143
|
+
name: "Uuid",
|
|
1260
1144
|
},
|
|
1261
1145
|
},
|
|
1262
|
-
|
|
1263
|
-
serializedName: "
|
|
1146
|
+
clientId: {
|
|
1147
|
+
serializedName: "clientId",
|
|
1148
|
+
readOnly: true,
|
|
1264
1149
|
type: {
|
|
1265
|
-
name: "
|
|
1150
|
+
name: "Uuid",
|
|
1266
1151
|
},
|
|
1267
1152
|
},
|
|
1268
1153
|
},
|
|
1269
1154
|
},
|
|
1270
1155
|
};
|
|
1271
|
-
export const
|
|
1156
|
+
export const VaultListResult = {
|
|
1272
1157
|
type: {
|
|
1273
1158
|
name: "Composite",
|
|
1274
|
-
className: "
|
|
1159
|
+
className: "VaultListResult",
|
|
1275
1160
|
modelProperties: {
|
|
1276
|
-
|
|
1277
|
-
serializedName: "
|
|
1161
|
+
value: {
|
|
1162
|
+
serializedName: "value",
|
|
1163
|
+
required: true,
|
|
1278
1164
|
type: {
|
|
1279
|
-
name: "
|
|
1280
|
-
|
|
1165
|
+
name: "Sequence",
|
|
1166
|
+
element: {
|
|
1167
|
+
type: {
|
|
1168
|
+
name: "Composite",
|
|
1169
|
+
className: "Vault",
|
|
1170
|
+
},
|
|
1171
|
+
},
|
|
1281
1172
|
},
|
|
1282
1173
|
},
|
|
1283
|
-
|
|
1284
|
-
serializedName: "
|
|
1174
|
+
nextLink: {
|
|
1175
|
+
serializedName: "nextLink",
|
|
1285
1176
|
type: {
|
|
1286
|
-
name: "
|
|
1287
|
-
className: "VaultPatchProperties",
|
|
1177
|
+
name: "String",
|
|
1288
1178
|
},
|
|
1289
1179
|
},
|
|
1290
1180
|
},
|
|
1291
1181
|
},
|
|
1292
1182
|
};
|
|
1293
|
-
export const
|
|
1183
|
+
export const VaultProperties = {
|
|
1294
1184
|
type: {
|
|
1295
1185
|
name: "Composite",
|
|
1296
|
-
className: "
|
|
1186
|
+
className: "VaultProperties",
|
|
1297
1187
|
modelProperties: {
|
|
1298
1188
|
tenantId: {
|
|
1299
1189
|
serializedName: "tenantId",
|
|
1190
|
+
required: true,
|
|
1300
1191
|
type: {
|
|
1301
1192
|
name: "Uuid",
|
|
1302
1193
|
},
|
|
@@ -1320,42 +1211,61 @@ export const VaultPatchProperties = {
|
|
|
1320
1211
|
},
|
|
1321
1212
|
},
|
|
1322
1213
|
},
|
|
1214
|
+
vaultUri: {
|
|
1215
|
+
serializedName: "vaultUri",
|
|
1216
|
+
type: {
|
|
1217
|
+
name: "String",
|
|
1218
|
+
},
|
|
1219
|
+
},
|
|
1220
|
+
hsmPoolResourceId: {
|
|
1221
|
+
serializedName: "hsmPoolResourceId",
|
|
1222
|
+
readOnly: true,
|
|
1223
|
+
type: {
|
|
1224
|
+
name: "String",
|
|
1225
|
+
},
|
|
1226
|
+
},
|
|
1323
1227
|
enabledForDeployment: {
|
|
1228
|
+
defaultValue: false,
|
|
1324
1229
|
serializedName: "enabledForDeployment",
|
|
1325
1230
|
type: {
|
|
1326
1231
|
name: "Boolean",
|
|
1327
1232
|
},
|
|
1328
1233
|
},
|
|
1329
1234
|
enabledForDiskEncryption: {
|
|
1235
|
+
defaultValue: false,
|
|
1330
1236
|
serializedName: "enabledForDiskEncryption",
|
|
1331
1237
|
type: {
|
|
1332
1238
|
name: "Boolean",
|
|
1333
1239
|
},
|
|
1334
1240
|
},
|
|
1335
1241
|
enabledForTemplateDeployment: {
|
|
1242
|
+
defaultValue: false,
|
|
1336
1243
|
serializedName: "enabledForTemplateDeployment",
|
|
1337
1244
|
type: {
|
|
1338
1245
|
name: "Boolean",
|
|
1339
1246
|
},
|
|
1340
1247
|
},
|
|
1341
1248
|
enableSoftDelete: {
|
|
1249
|
+
defaultValue: true,
|
|
1342
1250
|
serializedName: "enableSoftDelete",
|
|
1343
1251
|
type: {
|
|
1344
1252
|
name: "Boolean",
|
|
1345
1253
|
},
|
|
1346
1254
|
},
|
|
1347
|
-
enableRbacAuthorization: {
|
|
1348
|
-
serializedName: "enableRbacAuthorization",
|
|
1349
|
-
type: {
|
|
1350
|
-
name: "Boolean",
|
|
1351
|
-
},
|
|
1352
|
-
},
|
|
1353
1255
|
softDeleteRetentionInDays: {
|
|
1256
|
+
defaultValue: 90,
|
|
1354
1257
|
serializedName: "softDeleteRetentionInDays",
|
|
1355
1258
|
type: {
|
|
1356
1259
|
name: "Number",
|
|
1357
1260
|
},
|
|
1358
1261
|
},
|
|
1262
|
+
enableRbacAuthorization: {
|
|
1263
|
+
defaultValue: false,
|
|
1264
|
+
serializedName: "enableRbacAuthorization",
|
|
1265
|
+
type: {
|
|
1266
|
+
name: "Boolean",
|
|
1267
|
+
},
|
|
1268
|
+
},
|
|
1359
1269
|
createMode: {
|
|
1360
1270
|
serializedName: "createMode",
|
|
1361
1271
|
type: {
|
|
@@ -1376,7 +1286,27 @@ export const VaultPatchProperties = {
|
|
|
1376
1286
|
className: "NetworkRuleSet",
|
|
1377
1287
|
},
|
|
1378
1288
|
},
|
|
1289
|
+
provisioningState: {
|
|
1290
|
+
serializedName: "provisioningState",
|
|
1291
|
+
type: {
|
|
1292
|
+
name: "String",
|
|
1293
|
+
},
|
|
1294
|
+
},
|
|
1295
|
+
privateEndpointConnections: {
|
|
1296
|
+
serializedName: "privateEndpointConnections",
|
|
1297
|
+
readOnly: true,
|
|
1298
|
+
type: {
|
|
1299
|
+
name: "Sequence",
|
|
1300
|
+
element: {
|
|
1301
|
+
type: {
|
|
1302
|
+
name: "Composite",
|
|
1303
|
+
className: "PrivateEndpointConnectionItem",
|
|
1304
|
+
},
|
|
1305
|
+
},
|
|
1306
|
+
},
|
|
1307
|
+
},
|
|
1379
1308
|
publicNetworkAccess: {
|
|
1309
|
+
defaultValue: "enabled",
|
|
1380
1310
|
serializedName: "publicNetworkAccess",
|
|
1381
1311
|
type: {
|
|
1382
1312
|
name: "String",
|
|
@@ -1385,228 +1315,230 @@ export const VaultPatchProperties = {
|
|
|
1385
1315
|
},
|
|
1386
1316
|
},
|
|
1387
1317
|
};
|
|
1388
|
-
export const
|
|
1318
|
+
export const Sku = {
|
|
1389
1319
|
type: {
|
|
1390
1320
|
name: "Composite",
|
|
1391
|
-
className: "
|
|
1321
|
+
className: "Sku",
|
|
1392
1322
|
modelProperties: {
|
|
1393
|
-
|
|
1394
|
-
serializedName: "
|
|
1395
|
-
|
|
1323
|
+
family: {
|
|
1324
|
+
serializedName: "family",
|
|
1325
|
+
required: true,
|
|
1396
1326
|
type: {
|
|
1397
1327
|
name: "String",
|
|
1398
1328
|
},
|
|
1399
1329
|
},
|
|
1400
1330
|
name: {
|
|
1401
1331
|
serializedName: "name",
|
|
1402
|
-
|
|
1332
|
+
required: true,
|
|
1403
1333
|
type: {
|
|
1404
|
-
name: "
|
|
1334
|
+
name: "Enum",
|
|
1335
|
+
allowedValues: ["standard", "premium"],
|
|
1405
1336
|
},
|
|
1406
1337
|
},
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1338
|
+
},
|
|
1339
|
+
},
|
|
1340
|
+
};
|
|
1341
|
+
export const AccessPolicyEntry = {
|
|
1342
|
+
type: {
|
|
1343
|
+
name: "Composite",
|
|
1344
|
+
className: "AccessPolicyEntry",
|
|
1345
|
+
modelProperties: {
|
|
1346
|
+
tenantId: {
|
|
1347
|
+
serializedName: "tenantId",
|
|
1348
|
+
required: true,
|
|
1410
1349
|
type: {
|
|
1411
|
-
name: "
|
|
1350
|
+
name: "Uuid",
|
|
1412
1351
|
},
|
|
1413
1352
|
},
|
|
1414
|
-
|
|
1415
|
-
serializedName: "
|
|
1416
|
-
|
|
1353
|
+
objectId: {
|
|
1354
|
+
serializedName: "objectId",
|
|
1355
|
+
required: true,
|
|
1417
1356
|
type: {
|
|
1418
1357
|
name: "String",
|
|
1419
1358
|
},
|
|
1420
1359
|
},
|
|
1421
|
-
|
|
1422
|
-
serializedName: "
|
|
1360
|
+
applicationId: {
|
|
1361
|
+
serializedName: "applicationId",
|
|
1362
|
+
type: {
|
|
1363
|
+
name: "Uuid",
|
|
1364
|
+
},
|
|
1365
|
+
},
|
|
1366
|
+
permissions: {
|
|
1367
|
+
serializedName: "permissions",
|
|
1423
1368
|
type: {
|
|
1424
1369
|
name: "Composite",
|
|
1425
|
-
className: "
|
|
1370
|
+
className: "Permissions",
|
|
1426
1371
|
},
|
|
1427
1372
|
},
|
|
1428
1373
|
},
|
|
1429
1374
|
},
|
|
1430
1375
|
};
|
|
1431
|
-
export const
|
|
1376
|
+
export const Permissions = {
|
|
1432
1377
|
type: {
|
|
1433
1378
|
name: "Composite",
|
|
1434
|
-
className: "
|
|
1379
|
+
className: "Permissions",
|
|
1435
1380
|
modelProperties: {
|
|
1436
|
-
|
|
1437
|
-
serializedName: "
|
|
1438
|
-
required: true,
|
|
1381
|
+
keys: {
|
|
1382
|
+
serializedName: "keys",
|
|
1439
1383
|
type: {
|
|
1440
1384
|
name: "Sequence",
|
|
1441
1385
|
element: {
|
|
1442
1386
|
type: {
|
|
1443
|
-
name: "
|
|
1444
|
-
className: "AccessPolicyEntry",
|
|
1387
|
+
name: "String",
|
|
1445
1388
|
},
|
|
1446
1389
|
},
|
|
1447
1390
|
},
|
|
1448
1391
|
},
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
};
|
|
1452
|
-
export const VaultListResult = {
|
|
1453
|
-
type: {
|
|
1454
|
-
name: "Composite",
|
|
1455
|
-
className: "VaultListResult",
|
|
1456
|
-
modelProperties: {
|
|
1457
|
-
value: {
|
|
1458
|
-
serializedName: "value",
|
|
1392
|
+
secrets: {
|
|
1393
|
+
serializedName: "secrets",
|
|
1459
1394
|
type: {
|
|
1460
1395
|
name: "Sequence",
|
|
1461
1396
|
element: {
|
|
1462
1397
|
type: {
|
|
1463
|
-
name: "
|
|
1464
|
-
className: "Vault",
|
|
1398
|
+
name: "String",
|
|
1465
1399
|
},
|
|
1466
1400
|
},
|
|
1467
1401
|
},
|
|
1468
1402
|
},
|
|
1469
|
-
|
|
1470
|
-
serializedName: "
|
|
1471
|
-
type: {
|
|
1472
|
-
name: "String",
|
|
1473
|
-
},
|
|
1474
|
-
},
|
|
1475
|
-
},
|
|
1476
|
-
},
|
|
1477
|
-
};
|
|
1478
|
-
export const DeletedVaultListResult = {
|
|
1479
|
-
type: {
|
|
1480
|
-
name: "Composite",
|
|
1481
|
-
className: "DeletedVaultListResult",
|
|
1482
|
-
modelProperties: {
|
|
1483
|
-
value: {
|
|
1484
|
-
serializedName: "value",
|
|
1403
|
+
certificates: {
|
|
1404
|
+
serializedName: "certificates",
|
|
1485
1405
|
type: {
|
|
1486
1406
|
name: "Sequence",
|
|
1487
1407
|
element: {
|
|
1488
1408
|
type: {
|
|
1489
|
-
name: "
|
|
1490
|
-
className: "DeletedVault",
|
|
1409
|
+
name: "String",
|
|
1491
1410
|
},
|
|
1492
1411
|
},
|
|
1493
1412
|
},
|
|
1494
1413
|
},
|
|
1495
|
-
|
|
1496
|
-
serializedName: "
|
|
1414
|
+
storage: {
|
|
1415
|
+
serializedName: "storage",
|
|
1497
1416
|
type: {
|
|
1498
|
-
name: "
|
|
1417
|
+
name: "Sequence",
|
|
1418
|
+
element: {
|
|
1419
|
+
type: {
|
|
1420
|
+
name: "String",
|
|
1421
|
+
},
|
|
1422
|
+
},
|
|
1499
1423
|
},
|
|
1500
1424
|
},
|
|
1501
1425
|
},
|
|
1502
1426
|
},
|
|
1503
1427
|
};
|
|
1504
|
-
export const
|
|
1428
|
+
export const NetworkRuleSet = {
|
|
1505
1429
|
type: {
|
|
1506
1430
|
name: "Composite",
|
|
1507
|
-
className: "
|
|
1431
|
+
className: "NetworkRuleSet",
|
|
1508
1432
|
modelProperties: {
|
|
1509
|
-
|
|
1510
|
-
serializedName: "
|
|
1511
|
-
readOnly: true,
|
|
1433
|
+
bypass: {
|
|
1434
|
+
serializedName: "bypass",
|
|
1512
1435
|
type: {
|
|
1513
1436
|
name: "String",
|
|
1514
1437
|
},
|
|
1515
1438
|
},
|
|
1516
|
-
|
|
1517
|
-
serializedName: "
|
|
1518
|
-
readOnly: true,
|
|
1439
|
+
defaultAction: {
|
|
1440
|
+
serializedName: "defaultAction",
|
|
1519
1441
|
type: {
|
|
1520
1442
|
name: "String",
|
|
1521
1443
|
},
|
|
1522
1444
|
},
|
|
1523
|
-
|
|
1524
|
-
serializedName: "
|
|
1525
|
-
readOnly: true,
|
|
1445
|
+
ipRules: {
|
|
1446
|
+
serializedName: "ipRules",
|
|
1526
1447
|
type: {
|
|
1527
|
-
name: "
|
|
1448
|
+
name: "Sequence",
|
|
1449
|
+
element: {
|
|
1450
|
+
type: {
|
|
1451
|
+
name: "Composite",
|
|
1452
|
+
className: "IPRule",
|
|
1453
|
+
},
|
|
1454
|
+
},
|
|
1528
1455
|
},
|
|
1529
1456
|
},
|
|
1530
|
-
|
|
1531
|
-
serializedName: "
|
|
1457
|
+
virtualNetworkRules: {
|
|
1458
|
+
serializedName: "virtualNetworkRules",
|
|
1532
1459
|
type: {
|
|
1533
|
-
name: "
|
|
1534
|
-
|
|
1460
|
+
name: "Sequence",
|
|
1461
|
+
element: {
|
|
1462
|
+
type: {
|
|
1463
|
+
name: "Composite",
|
|
1464
|
+
className: "VirtualNetworkRule",
|
|
1465
|
+
},
|
|
1466
|
+
},
|
|
1535
1467
|
},
|
|
1536
1468
|
},
|
|
1537
1469
|
},
|
|
1538
1470
|
},
|
|
1539
1471
|
};
|
|
1540
|
-
export const
|
|
1472
|
+
export const IPRule = {
|
|
1541
1473
|
type: {
|
|
1542
1474
|
name: "Composite",
|
|
1543
|
-
className: "
|
|
1475
|
+
className: "IPRule",
|
|
1544
1476
|
modelProperties: {
|
|
1545
|
-
|
|
1546
|
-
serializedName: "
|
|
1547
|
-
|
|
1477
|
+
value: {
|
|
1478
|
+
serializedName: "value",
|
|
1479
|
+
required: true,
|
|
1548
1480
|
type: {
|
|
1549
1481
|
name: "String",
|
|
1550
1482
|
},
|
|
1551
1483
|
},
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1484
|
+
},
|
|
1485
|
+
},
|
|
1486
|
+
};
|
|
1487
|
+
export const VirtualNetworkRule = {
|
|
1488
|
+
type: {
|
|
1489
|
+
name: "Composite",
|
|
1490
|
+
className: "VirtualNetworkRule",
|
|
1491
|
+
modelProperties: {
|
|
1492
|
+
id: {
|
|
1493
|
+
serializedName: "id",
|
|
1494
|
+
required: true,
|
|
1555
1495
|
type: {
|
|
1556
1496
|
name: "String",
|
|
1557
1497
|
},
|
|
1558
1498
|
},
|
|
1559
|
-
|
|
1560
|
-
serializedName: "
|
|
1561
|
-
readOnly: true,
|
|
1499
|
+
ignoreMissingVnetServiceEndpoint: {
|
|
1500
|
+
serializedName: "ignoreMissingVnetServiceEndpoint",
|
|
1562
1501
|
type: {
|
|
1563
|
-
name: "
|
|
1502
|
+
name: "Boolean",
|
|
1564
1503
|
},
|
|
1565
1504
|
},
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1505
|
+
},
|
|
1506
|
+
},
|
|
1507
|
+
};
|
|
1508
|
+
export const PrivateEndpointConnectionItem = {
|
|
1509
|
+
type: {
|
|
1510
|
+
name: "Composite",
|
|
1511
|
+
className: "PrivateEndpointConnectionItem",
|
|
1512
|
+
modelProperties: {
|
|
1513
|
+
id: {
|
|
1514
|
+
serializedName: "id",
|
|
1569
1515
|
type: {
|
|
1570
|
-
name: "
|
|
1516
|
+
name: "String",
|
|
1571
1517
|
},
|
|
1572
1518
|
},
|
|
1573
|
-
|
|
1574
|
-
serializedName: "
|
|
1575
|
-
readOnly: true,
|
|
1519
|
+
etag: {
|
|
1520
|
+
serializedName: "etag",
|
|
1576
1521
|
type: {
|
|
1577
|
-
name: "
|
|
1578
|
-
value: { type: { name: "String" } },
|
|
1522
|
+
name: "String",
|
|
1579
1523
|
},
|
|
1580
1524
|
},
|
|
1581
|
-
|
|
1582
|
-
serializedName: "
|
|
1583
|
-
readOnly: true,
|
|
1525
|
+
privateEndpoint: {
|
|
1526
|
+
serializedName: "properties.privateEndpoint",
|
|
1584
1527
|
type: {
|
|
1585
|
-
name: "
|
|
1528
|
+
name: "Composite",
|
|
1529
|
+
className: "PrivateEndpoint",
|
|
1586
1530
|
},
|
|
1587
1531
|
},
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
};
|
|
1591
|
-
export const ResourceListResult = {
|
|
1592
|
-
type: {
|
|
1593
|
-
name: "Composite",
|
|
1594
|
-
className: "ResourceListResult",
|
|
1595
|
-
modelProperties: {
|
|
1596
|
-
value: {
|
|
1597
|
-
serializedName: "value",
|
|
1532
|
+
privateLinkServiceConnectionState: {
|
|
1533
|
+
serializedName: "properties.privateLinkServiceConnectionState",
|
|
1598
1534
|
type: {
|
|
1599
|
-
name: "
|
|
1600
|
-
|
|
1601
|
-
type: {
|
|
1602
|
-
name: "Composite",
|
|
1603
|
-
className: "Resource",
|
|
1604
|
-
},
|
|
1605
|
-
},
|
|
1535
|
+
name: "Composite",
|
|
1536
|
+
className: "PrivateLinkServiceConnectionState",
|
|
1606
1537
|
},
|
|
1607
1538
|
},
|
|
1608
|
-
|
|
1609
|
-
serializedName: "
|
|
1539
|
+
provisioningState: {
|
|
1540
|
+
serializedName: "properties.provisioningState",
|
|
1541
|
+
readOnly: true,
|
|
1610
1542
|
type: {
|
|
1611
1543
|
name: "String",
|
|
1612
1544
|
},
|
|
@@ -1614,22 +1546,14 @@ export const ResourceListResult = {
|
|
|
1614
1546
|
},
|
|
1615
1547
|
},
|
|
1616
1548
|
};
|
|
1617
|
-
export const
|
|
1549
|
+
export const PrivateEndpoint = {
|
|
1618
1550
|
type: {
|
|
1619
1551
|
name: "Composite",
|
|
1620
|
-
className: "
|
|
1552
|
+
className: "PrivateEndpoint",
|
|
1621
1553
|
modelProperties: {
|
|
1622
|
-
|
|
1623
|
-
serializedName: "
|
|
1624
|
-
|
|
1625
|
-
type: {
|
|
1626
|
-
name: "String",
|
|
1627
|
-
},
|
|
1628
|
-
},
|
|
1629
|
-
type: {
|
|
1630
|
-
defaultValue: "Microsoft.KeyVault/vaults",
|
|
1631
|
-
isConstant: true,
|
|
1632
|
-
serializedName: "type",
|
|
1554
|
+
id: {
|
|
1555
|
+
serializedName: "id",
|
|
1556
|
+
readOnly: true,
|
|
1633
1557
|
type: {
|
|
1634
1558
|
name: "String",
|
|
1635
1559
|
},
|
|
@@ -1637,29 +1561,25 @@ export const VaultCheckNameAvailabilityParameters = {
|
|
|
1637
1561
|
},
|
|
1638
1562
|
},
|
|
1639
1563
|
};
|
|
1640
|
-
export const
|
|
1564
|
+
export const PrivateLinkServiceConnectionState = {
|
|
1641
1565
|
type: {
|
|
1642
1566
|
name: "Composite",
|
|
1643
|
-
className: "
|
|
1567
|
+
className: "PrivateLinkServiceConnectionState",
|
|
1644
1568
|
modelProperties: {
|
|
1645
|
-
|
|
1646
|
-
serializedName: "
|
|
1647
|
-
readOnly: true,
|
|
1569
|
+
status: {
|
|
1570
|
+
serializedName: "status",
|
|
1648
1571
|
type: {
|
|
1649
|
-
name: "
|
|
1572
|
+
name: "String",
|
|
1650
1573
|
},
|
|
1651
1574
|
},
|
|
1652
|
-
|
|
1653
|
-
serializedName: "
|
|
1654
|
-
readOnly: true,
|
|
1575
|
+
description: {
|
|
1576
|
+
serializedName: "description",
|
|
1655
1577
|
type: {
|
|
1656
|
-
name: "
|
|
1657
|
-
allowedValues: ["AccountNameInvalid", "AlreadyExists"],
|
|
1578
|
+
name: "String",
|
|
1658
1579
|
},
|
|
1659
1580
|
},
|
|
1660
|
-
|
|
1661
|
-
serializedName: "
|
|
1662
|
-
readOnly: true,
|
|
1581
|
+
actionsRequired: {
|
|
1582
|
+
serializedName: "actionsRequired",
|
|
1663
1583
|
type: {
|
|
1664
1584
|
name: "String",
|
|
1665
1585
|
},
|
|
@@ -1667,19 +1587,20 @@ export const CheckNameAvailabilityResult = {
|
|
|
1667
1587
|
},
|
|
1668
1588
|
},
|
|
1669
1589
|
};
|
|
1670
|
-
export const
|
|
1590
|
+
export const ManagedHsmKeyListResult = {
|
|
1671
1591
|
type: {
|
|
1672
1592
|
name: "Composite",
|
|
1673
|
-
className: "
|
|
1593
|
+
className: "ManagedHsmKeyListResult",
|
|
1674
1594
|
modelProperties: {
|
|
1675
1595
|
value: {
|
|
1676
1596
|
serializedName: "value",
|
|
1597
|
+
required: true,
|
|
1677
1598
|
type: {
|
|
1678
1599
|
name: "Sequence",
|
|
1679
1600
|
element: {
|
|
1680
1601
|
type: {
|
|
1681
1602
|
name: "Composite",
|
|
1682
|
-
className: "
|
|
1603
|
+
className: "ManagedHsmKey",
|
|
1683
1604
|
},
|
|
1684
1605
|
},
|
|
1685
1606
|
},
|
|
@@ -1693,302 +1614,416 @@ export const PrivateEndpointConnectionListResult = {
|
|
|
1693
1614
|
},
|
|
1694
1615
|
},
|
|
1695
1616
|
};
|
|
1696
|
-
export const
|
|
1617
|
+
export const ManagedHsmKeyProperties = {
|
|
1697
1618
|
type: {
|
|
1698
1619
|
name: "Composite",
|
|
1699
|
-
className: "
|
|
1620
|
+
className: "ManagedHsmKeyProperties",
|
|
1700
1621
|
modelProperties: {
|
|
1701
|
-
|
|
1702
|
-
serializedName: "
|
|
1622
|
+
attributes: {
|
|
1623
|
+
serializedName: "attributes",
|
|
1624
|
+
type: {
|
|
1625
|
+
name: "Composite",
|
|
1626
|
+
className: "ManagedHsmKeyAttributes",
|
|
1627
|
+
},
|
|
1628
|
+
},
|
|
1629
|
+
kty: {
|
|
1630
|
+
serializedName: "kty",
|
|
1631
|
+
type: {
|
|
1632
|
+
name: "String",
|
|
1633
|
+
},
|
|
1634
|
+
},
|
|
1635
|
+
keyOps: {
|
|
1636
|
+
serializedName: "keyOps",
|
|
1703
1637
|
type: {
|
|
1704
1638
|
name: "Sequence",
|
|
1705
1639
|
element: {
|
|
1706
1640
|
type: {
|
|
1707
|
-
name: "
|
|
1708
|
-
className: "PrivateLinkResource",
|
|
1641
|
+
name: "String",
|
|
1709
1642
|
},
|
|
1710
1643
|
},
|
|
1711
1644
|
},
|
|
1712
1645
|
},
|
|
1646
|
+
keySize: {
|
|
1647
|
+
serializedName: "keySize",
|
|
1648
|
+
type: {
|
|
1649
|
+
name: "Number",
|
|
1650
|
+
},
|
|
1651
|
+
},
|
|
1652
|
+
curveName: {
|
|
1653
|
+
serializedName: "curveName",
|
|
1654
|
+
type: {
|
|
1655
|
+
name: "String",
|
|
1656
|
+
},
|
|
1657
|
+
},
|
|
1658
|
+
keyUri: {
|
|
1659
|
+
serializedName: "keyUri",
|
|
1660
|
+
readOnly: true,
|
|
1661
|
+
type: {
|
|
1662
|
+
name: "String",
|
|
1663
|
+
},
|
|
1664
|
+
},
|
|
1665
|
+
keyUriWithVersion: {
|
|
1666
|
+
serializedName: "keyUriWithVersion",
|
|
1667
|
+
readOnly: true,
|
|
1668
|
+
type: {
|
|
1669
|
+
name: "String",
|
|
1670
|
+
},
|
|
1671
|
+
},
|
|
1672
|
+
rotationPolicy: {
|
|
1673
|
+
serializedName: "rotationPolicy",
|
|
1674
|
+
type: {
|
|
1675
|
+
name: "Composite",
|
|
1676
|
+
className: "ManagedHsmRotationPolicy",
|
|
1677
|
+
},
|
|
1678
|
+
},
|
|
1679
|
+
releasePolicy: {
|
|
1680
|
+
serializedName: "release_policy",
|
|
1681
|
+
type: {
|
|
1682
|
+
name: "Composite",
|
|
1683
|
+
className: "ManagedHsmKeyReleasePolicy",
|
|
1684
|
+
},
|
|
1685
|
+
},
|
|
1713
1686
|
},
|
|
1714
1687
|
},
|
|
1715
1688
|
};
|
|
1716
|
-
export const
|
|
1689
|
+
export const ManagedHsmKeyAttributes = {
|
|
1717
1690
|
type: {
|
|
1718
1691
|
name: "Composite",
|
|
1719
|
-
className: "
|
|
1692
|
+
className: "ManagedHsmKeyAttributes",
|
|
1720
1693
|
modelProperties: {
|
|
1721
|
-
|
|
1722
|
-
serializedName: "
|
|
1694
|
+
enabled: {
|
|
1695
|
+
serializedName: "enabled",
|
|
1723
1696
|
type: {
|
|
1724
|
-
name: "
|
|
1697
|
+
name: "Boolean",
|
|
1725
1698
|
},
|
|
1726
1699
|
},
|
|
1727
|
-
|
|
1728
|
-
serializedName: "
|
|
1700
|
+
notBefore: {
|
|
1701
|
+
serializedName: "nbf",
|
|
1729
1702
|
type: {
|
|
1730
|
-
name: "
|
|
1731
|
-
element: {
|
|
1732
|
-
type: {
|
|
1733
|
-
name: "String",
|
|
1734
|
-
},
|
|
1735
|
-
},
|
|
1703
|
+
name: "Number",
|
|
1736
1704
|
},
|
|
1737
1705
|
},
|
|
1738
|
-
|
|
1739
|
-
serializedName: "
|
|
1740
|
-
readOnly: true,
|
|
1706
|
+
expires: {
|
|
1707
|
+
serializedName: "exp",
|
|
1741
1708
|
type: {
|
|
1742
|
-
name: "
|
|
1709
|
+
name: "Number",
|
|
1743
1710
|
},
|
|
1744
1711
|
},
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1712
|
+
created: {
|
|
1713
|
+
serializedName: "created",
|
|
1714
|
+
readOnly: true,
|
|
1748
1715
|
type: {
|
|
1749
|
-
name: "
|
|
1716
|
+
name: "Number",
|
|
1750
1717
|
},
|
|
1751
1718
|
},
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1719
|
+
updated: {
|
|
1720
|
+
serializedName: "updated",
|
|
1721
|
+
readOnly: true,
|
|
1755
1722
|
type: {
|
|
1756
1723
|
name: "Number",
|
|
1757
1724
|
},
|
|
1758
1725
|
},
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1726
|
+
recoveryLevel: {
|
|
1727
|
+
serializedName: "recoveryLevel",
|
|
1728
|
+
readOnly: true,
|
|
1729
|
+
type: {
|
|
1730
|
+
name: "String",
|
|
1731
|
+
},
|
|
1732
|
+
},
|
|
1733
|
+
exportable: {
|
|
1734
|
+
serializedName: "exportable",
|
|
1762
1735
|
type: {
|
|
1763
1736
|
name: "Boolean",
|
|
1764
1737
|
},
|
|
1765
1738
|
},
|
|
1766
|
-
|
|
1767
|
-
|
|
1739
|
+
},
|
|
1740
|
+
},
|
|
1741
|
+
};
|
|
1742
|
+
export const ManagedHsmRotationPolicy = {
|
|
1743
|
+
type: {
|
|
1744
|
+
name: "Composite",
|
|
1745
|
+
className: "ManagedHsmRotationPolicy",
|
|
1746
|
+
modelProperties: {
|
|
1747
|
+
attributes: {
|
|
1748
|
+
serializedName: "attributes",
|
|
1768
1749
|
type: {
|
|
1769
|
-
name: "
|
|
1770
|
-
|
|
1750
|
+
name: "Composite",
|
|
1751
|
+
className: "ManagedHsmKeyRotationPolicyAttributes",
|
|
1771
1752
|
},
|
|
1772
1753
|
},
|
|
1773
|
-
|
|
1774
|
-
serializedName: "
|
|
1754
|
+
lifetimeActions: {
|
|
1755
|
+
serializedName: "lifetimeActions",
|
|
1756
|
+
type: {
|
|
1757
|
+
name: "Sequence",
|
|
1758
|
+
element: {
|
|
1759
|
+
type: {
|
|
1760
|
+
name: "Composite",
|
|
1761
|
+
className: "ManagedHsmLifetimeAction",
|
|
1762
|
+
},
|
|
1763
|
+
},
|
|
1764
|
+
},
|
|
1765
|
+
},
|
|
1766
|
+
},
|
|
1767
|
+
},
|
|
1768
|
+
};
|
|
1769
|
+
export const ManagedHsmKeyRotationPolicyAttributes = {
|
|
1770
|
+
type: {
|
|
1771
|
+
name: "Composite",
|
|
1772
|
+
className: "ManagedHsmKeyRotationPolicyAttributes",
|
|
1773
|
+
modelProperties: {
|
|
1774
|
+
created: {
|
|
1775
|
+
serializedName: "created",
|
|
1775
1776
|
readOnly: true,
|
|
1776
1777
|
type: {
|
|
1777
|
-
name: "
|
|
1778
|
+
name: "Number",
|
|
1778
1779
|
},
|
|
1779
1780
|
},
|
|
1780
|
-
|
|
1781
|
-
serializedName: "
|
|
1781
|
+
updated: {
|
|
1782
|
+
serializedName: "updated",
|
|
1782
1783
|
readOnly: true,
|
|
1784
|
+
type: {
|
|
1785
|
+
name: "Number",
|
|
1786
|
+
},
|
|
1787
|
+
},
|
|
1788
|
+
expiryTime: {
|
|
1789
|
+
serializedName: "expiryTime",
|
|
1783
1790
|
type: {
|
|
1784
1791
|
name: "String",
|
|
1785
1792
|
},
|
|
1786
1793
|
},
|
|
1787
|
-
|
|
1788
|
-
|
|
1794
|
+
},
|
|
1795
|
+
},
|
|
1796
|
+
};
|
|
1797
|
+
export const ManagedHsmLifetimeAction = {
|
|
1798
|
+
type: {
|
|
1799
|
+
name: "Composite",
|
|
1800
|
+
className: "ManagedHsmLifetimeAction",
|
|
1801
|
+
modelProperties: {
|
|
1802
|
+
trigger: {
|
|
1803
|
+
serializedName: "trigger",
|
|
1804
|
+
type: {
|
|
1805
|
+
name: "Composite",
|
|
1806
|
+
className: "ManagedHsmTrigger",
|
|
1807
|
+
},
|
|
1808
|
+
},
|
|
1809
|
+
action: {
|
|
1810
|
+
serializedName: "action",
|
|
1789
1811
|
type: {
|
|
1790
1812
|
name: "Composite",
|
|
1791
|
-
className: "
|
|
1813
|
+
className: "ManagedHsmAction",
|
|
1792
1814
|
},
|
|
1793
1815
|
},
|
|
1794
|
-
|
|
1795
|
-
|
|
1816
|
+
},
|
|
1817
|
+
},
|
|
1818
|
+
};
|
|
1819
|
+
export const ManagedHsmTrigger = {
|
|
1820
|
+
type: {
|
|
1821
|
+
name: "Composite",
|
|
1822
|
+
className: "ManagedHsmTrigger",
|
|
1823
|
+
modelProperties: {
|
|
1824
|
+
timeAfterCreate: {
|
|
1825
|
+
serializedName: "timeAfterCreate",
|
|
1796
1826
|
type: {
|
|
1797
|
-
name: "
|
|
1798
|
-
element: {
|
|
1799
|
-
type: {
|
|
1800
|
-
name: "Composite",
|
|
1801
|
-
className: "MhsmGeoReplicatedRegion",
|
|
1802
|
-
},
|
|
1803
|
-
},
|
|
1827
|
+
name: "String",
|
|
1804
1828
|
},
|
|
1805
1829
|
},
|
|
1806
|
-
|
|
1807
|
-
serializedName: "
|
|
1808
|
-
readOnly: true,
|
|
1830
|
+
timeBeforeExpiry: {
|
|
1831
|
+
serializedName: "timeBeforeExpiry",
|
|
1809
1832
|
type: {
|
|
1810
|
-
name: "
|
|
1811
|
-
element: {
|
|
1812
|
-
type: {
|
|
1813
|
-
name: "Composite",
|
|
1814
|
-
className: "MhsmPrivateEndpointConnectionItem",
|
|
1815
|
-
},
|
|
1816
|
-
},
|
|
1833
|
+
name: "String",
|
|
1817
1834
|
},
|
|
1818
1835
|
},
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1836
|
+
},
|
|
1837
|
+
},
|
|
1838
|
+
};
|
|
1839
|
+
export const ManagedHsmAction = {
|
|
1840
|
+
type: {
|
|
1841
|
+
name: "Composite",
|
|
1842
|
+
className: "ManagedHsmAction",
|
|
1843
|
+
modelProperties: {
|
|
1844
|
+
type: {
|
|
1845
|
+
serializedName: "type",
|
|
1822
1846
|
type: {
|
|
1823
|
-
name: "
|
|
1847
|
+
name: "Enum",
|
|
1848
|
+
allowedValues: ["rotate", "notify"],
|
|
1824
1849
|
},
|
|
1825
1850
|
},
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1851
|
+
},
|
|
1852
|
+
},
|
|
1853
|
+
};
|
|
1854
|
+
export const ManagedHsmKeyReleasePolicy = {
|
|
1855
|
+
type: {
|
|
1856
|
+
name: "Composite",
|
|
1857
|
+
className: "ManagedHsmKeyReleasePolicy",
|
|
1858
|
+
modelProperties: {
|
|
1859
|
+
contentType: {
|
|
1860
|
+
defaultValue: "application/json; charset=utf-8",
|
|
1861
|
+
serializedName: "contentType",
|
|
1829
1862
|
type: {
|
|
1830
|
-
name: "
|
|
1863
|
+
name: "String",
|
|
1831
1864
|
},
|
|
1832
1865
|
},
|
|
1833
|
-
|
|
1834
|
-
serializedName: "
|
|
1866
|
+
data: {
|
|
1867
|
+
serializedName: "data",
|
|
1835
1868
|
type: {
|
|
1836
|
-
name: "
|
|
1837
|
-
className: "ManagedHSMSecurityDomainProperties",
|
|
1869
|
+
name: "Base64Url",
|
|
1838
1870
|
},
|
|
1839
1871
|
},
|
|
1840
1872
|
},
|
|
1841
1873
|
},
|
|
1842
1874
|
};
|
|
1843
|
-
export const
|
|
1875
|
+
export const ManagedHsmKeyCreateParameters = {
|
|
1844
1876
|
type: {
|
|
1845
1877
|
name: "Composite",
|
|
1846
|
-
className: "
|
|
1878
|
+
className: "ManagedHsmKeyCreateParameters",
|
|
1847
1879
|
modelProperties: {
|
|
1848
|
-
|
|
1849
|
-
serializedName: "
|
|
1880
|
+
tags: {
|
|
1881
|
+
serializedName: "tags",
|
|
1850
1882
|
type: {
|
|
1851
|
-
name: "
|
|
1883
|
+
name: "Dictionary",
|
|
1884
|
+
value: { type: { name: "String" } },
|
|
1852
1885
|
},
|
|
1853
1886
|
},
|
|
1854
|
-
|
|
1855
|
-
serializedName: "
|
|
1887
|
+
properties: {
|
|
1888
|
+
serializedName: "properties",
|
|
1856
1889
|
type: {
|
|
1857
|
-
name: "
|
|
1890
|
+
name: "Composite",
|
|
1891
|
+
className: "ManagedHsmKeyProperties",
|
|
1858
1892
|
},
|
|
1859
1893
|
},
|
|
1860
|
-
|
|
1861
|
-
|
|
1894
|
+
},
|
|
1895
|
+
},
|
|
1896
|
+
};
|
|
1897
|
+
export const MhsmPrivateEndpointConnectionsListResult = {
|
|
1898
|
+
type: {
|
|
1899
|
+
name: "Composite",
|
|
1900
|
+
className: "MhsmPrivateEndpointConnectionsListResult",
|
|
1901
|
+
modelProperties: {
|
|
1902
|
+
value: {
|
|
1903
|
+
serializedName: "value",
|
|
1904
|
+
required: true,
|
|
1862
1905
|
type: {
|
|
1863
1906
|
name: "Sequence",
|
|
1864
1907
|
element: {
|
|
1865
1908
|
type: {
|
|
1866
1909
|
name: "Composite",
|
|
1867
|
-
className: "
|
|
1910
|
+
className: "MhsmPrivateEndpointConnection",
|
|
1868
1911
|
},
|
|
1869
1912
|
},
|
|
1870
1913
|
},
|
|
1871
1914
|
},
|
|
1872
|
-
|
|
1873
|
-
serializedName: "
|
|
1915
|
+
nextLink: {
|
|
1916
|
+
serializedName: "nextLink",
|
|
1874
1917
|
type: {
|
|
1875
|
-
name: "
|
|
1876
|
-
element: {
|
|
1877
|
-
type: {
|
|
1878
|
-
name: "Composite",
|
|
1879
|
-
className: "MhsmVirtualNetworkRule",
|
|
1880
|
-
},
|
|
1881
|
-
},
|
|
1918
|
+
name: "String",
|
|
1882
1919
|
},
|
|
1883
1920
|
},
|
|
1884
1921
|
},
|
|
1885
1922
|
},
|
|
1886
1923
|
};
|
|
1887
|
-
export const
|
|
1924
|
+
export const MhsmPrivateLinkResourceListResult = {
|
|
1888
1925
|
type: {
|
|
1889
1926
|
name: "Composite",
|
|
1890
|
-
className: "
|
|
1927
|
+
className: "MhsmPrivateLinkResourceListResult",
|
|
1891
1928
|
modelProperties: {
|
|
1892
1929
|
value: {
|
|
1893
1930
|
serializedName: "value",
|
|
1894
|
-
required: true,
|
|
1895
1931
|
type: {
|
|
1896
|
-
name: "
|
|
1932
|
+
name: "Sequence",
|
|
1933
|
+
element: {
|
|
1934
|
+
type: {
|
|
1935
|
+
name: "Composite",
|
|
1936
|
+
className: "MhsmPrivateLinkResource",
|
|
1937
|
+
},
|
|
1938
|
+
},
|
|
1897
1939
|
},
|
|
1898
1940
|
},
|
|
1899
1941
|
},
|
|
1900
1942
|
},
|
|
1901
1943
|
};
|
|
1902
|
-
export const
|
|
1944
|
+
export const ManagedHsmResource = {
|
|
1903
1945
|
type: {
|
|
1904
1946
|
name: "Composite",
|
|
1905
|
-
className: "
|
|
1947
|
+
className: "ManagedHsmResource",
|
|
1906
1948
|
modelProperties: {
|
|
1907
1949
|
id: {
|
|
1908
1950
|
serializedName: "id",
|
|
1909
|
-
|
|
1951
|
+
readOnly: true,
|
|
1910
1952
|
type: {
|
|
1911
1953
|
name: "String",
|
|
1912
1954
|
},
|
|
1913
1955
|
},
|
|
1914
|
-
},
|
|
1915
|
-
},
|
|
1916
|
-
};
|
|
1917
|
-
export const MhsmGeoReplicatedRegion = {
|
|
1918
|
-
type: {
|
|
1919
|
-
name: "Composite",
|
|
1920
|
-
className: "MhsmGeoReplicatedRegion",
|
|
1921
|
-
modelProperties: {
|
|
1922
1956
|
name: {
|
|
1923
1957
|
serializedName: "name",
|
|
1958
|
+
readOnly: true,
|
|
1924
1959
|
type: {
|
|
1925
1960
|
name: "String",
|
|
1926
1961
|
},
|
|
1927
1962
|
},
|
|
1928
|
-
|
|
1929
|
-
serializedName: "
|
|
1963
|
+
type: {
|
|
1964
|
+
serializedName: "type",
|
|
1930
1965
|
readOnly: true,
|
|
1931
1966
|
type: {
|
|
1932
1967
|
name: "String",
|
|
1933
1968
|
},
|
|
1934
1969
|
},
|
|
1935
|
-
|
|
1936
|
-
serializedName: "
|
|
1937
|
-
type: {
|
|
1938
|
-
name: "Boolean",
|
|
1939
|
-
},
|
|
1940
|
-
},
|
|
1941
|
-
},
|
|
1942
|
-
},
|
|
1943
|
-
};
|
|
1944
|
-
export const MhsmPrivateEndpointConnectionItem = {
|
|
1945
|
-
type: {
|
|
1946
|
-
name: "Composite",
|
|
1947
|
-
className: "MhsmPrivateEndpointConnectionItem",
|
|
1948
|
-
modelProperties: {
|
|
1949
|
-
id: {
|
|
1950
|
-
serializedName: "id",
|
|
1970
|
+
location: {
|
|
1971
|
+
serializedName: "location",
|
|
1951
1972
|
type: {
|
|
1952
1973
|
name: "String",
|
|
1953
1974
|
},
|
|
1954
1975
|
},
|
|
1955
|
-
|
|
1956
|
-
serializedName: "
|
|
1976
|
+
sku: {
|
|
1977
|
+
serializedName: "sku",
|
|
1957
1978
|
type: {
|
|
1958
|
-
name: "
|
|
1979
|
+
name: "Composite",
|
|
1980
|
+
className: "ManagedHsmSku",
|
|
1959
1981
|
},
|
|
1960
1982
|
},
|
|
1961
|
-
|
|
1962
|
-
serializedName: "
|
|
1983
|
+
tags: {
|
|
1984
|
+
serializedName: "tags",
|
|
1963
1985
|
type: {
|
|
1964
|
-
name: "
|
|
1965
|
-
|
|
1986
|
+
name: "Dictionary",
|
|
1987
|
+
value: { type: { name: "String" } },
|
|
1966
1988
|
},
|
|
1967
1989
|
},
|
|
1968
|
-
|
|
1969
|
-
serializedName: "
|
|
1990
|
+
systemData: {
|
|
1991
|
+
serializedName: "systemData",
|
|
1970
1992
|
type: {
|
|
1971
1993
|
name: "Composite",
|
|
1972
|
-
className: "
|
|
1994
|
+
className: "SystemData",
|
|
1973
1995
|
},
|
|
1974
1996
|
},
|
|
1975
|
-
|
|
1976
|
-
serializedName: "
|
|
1997
|
+
identity: {
|
|
1998
|
+
serializedName: "identity",
|
|
1977
1999
|
type: {
|
|
1978
|
-
name: "
|
|
2000
|
+
name: "Composite",
|
|
2001
|
+
className: "ManagedServiceIdentity",
|
|
1979
2002
|
},
|
|
1980
2003
|
},
|
|
1981
2004
|
},
|
|
1982
2005
|
},
|
|
1983
2006
|
};
|
|
1984
|
-
export const
|
|
2007
|
+
export const MhsmRegionsListResult = {
|
|
1985
2008
|
type: {
|
|
1986
2009
|
name: "Composite",
|
|
1987
|
-
className: "
|
|
2010
|
+
className: "MhsmRegionsListResult",
|
|
1988
2011
|
modelProperties: {
|
|
1989
|
-
|
|
1990
|
-
serializedName: "
|
|
1991
|
-
|
|
2012
|
+
value: {
|
|
2013
|
+
serializedName: "value",
|
|
2014
|
+
required: true,
|
|
2015
|
+
type: {
|
|
2016
|
+
name: "Sequence",
|
|
2017
|
+
element: {
|
|
2018
|
+
type: {
|
|
2019
|
+
name: "Composite",
|
|
2020
|
+
className: "MhsmGeoReplicatedRegion",
|
|
2021
|
+
},
|
|
2022
|
+
},
|
|
2023
|
+
},
|
|
2024
|
+
},
|
|
2025
|
+
nextLink: {
|
|
2026
|
+
serializedName: "nextLink",
|
|
1992
2027
|
type: {
|
|
1993
2028
|
name: "String",
|
|
1994
2029
|
},
|
|
@@ -1996,289 +2031,230 @@ export const MhsmPrivateEndpoint = {
|
|
|
1996
2031
|
},
|
|
1997
2032
|
},
|
|
1998
2033
|
};
|
|
1999
|
-
export const
|
|
2034
|
+
export const VaultCreateOrUpdateParameters = {
|
|
2000
2035
|
type: {
|
|
2001
2036
|
name: "Composite",
|
|
2002
|
-
className: "
|
|
2037
|
+
className: "VaultCreateOrUpdateParameters",
|
|
2003
2038
|
modelProperties: {
|
|
2004
|
-
|
|
2005
|
-
serializedName: "
|
|
2039
|
+
location: {
|
|
2040
|
+
serializedName: "location",
|
|
2041
|
+
required: true,
|
|
2006
2042
|
type: {
|
|
2007
2043
|
name: "String",
|
|
2008
2044
|
},
|
|
2009
2045
|
},
|
|
2010
|
-
|
|
2011
|
-
serializedName: "
|
|
2046
|
+
tags: {
|
|
2047
|
+
serializedName: "tags",
|
|
2012
2048
|
type: {
|
|
2013
|
-
name: "
|
|
2049
|
+
name: "Dictionary",
|
|
2050
|
+
value: { type: { name: "String" } },
|
|
2014
2051
|
},
|
|
2015
2052
|
},
|
|
2016
|
-
|
|
2017
|
-
serializedName: "
|
|
2053
|
+
properties: {
|
|
2054
|
+
serializedName: "properties",
|
|
2018
2055
|
type: {
|
|
2019
|
-
name: "
|
|
2056
|
+
name: "Composite",
|
|
2057
|
+
className: "VaultProperties",
|
|
2020
2058
|
},
|
|
2021
2059
|
},
|
|
2022
2060
|
},
|
|
2023
2061
|
},
|
|
2024
2062
|
};
|
|
2025
|
-
export const
|
|
2063
|
+
export const VaultPatchParameters = {
|
|
2026
2064
|
type: {
|
|
2027
2065
|
name: "Composite",
|
|
2028
|
-
className: "
|
|
2066
|
+
className: "VaultPatchParameters",
|
|
2029
2067
|
modelProperties: {
|
|
2030
|
-
|
|
2031
|
-
serializedName: "
|
|
2032
|
-
readOnly: true,
|
|
2068
|
+
tags: {
|
|
2069
|
+
serializedName: "tags",
|
|
2033
2070
|
type: {
|
|
2034
|
-
name: "
|
|
2071
|
+
name: "Dictionary",
|
|
2072
|
+
value: { type: { name: "String" } },
|
|
2035
2073
|
},
|
|
2036
2074
|
},
|
|
2037
|
-
|
|
2038
|
-
serializedName: "
|
|
2039
|
-
readOnly: true,
|
|
2075
|
+
properties: {
|
|
2076
|
+
serializedName: "properties",
|
|
2040
2077
|
type: {
|
|
2041
|
-
name: "
|
|
2078
|
+
name: "Composite",
|
|
2079
|
+
className: "VaultPatchProperties",
|
|
2042
2080
|
},
|
|
2043
2081
|
},
|
|
2044
2082
|
},
|
|
2045
2083
|
},
|
|
2046
2084
|
};
|
|
2047
|
-
export const
|
|
2085
|
+
export const VaultPatchProperties = {
|
|
2048
2086
|
type: {
|
|
2049
2087
|
name: "Composite",
|
|
2050
|
-
className: "
|
|
2088
|
+
className: "VaultPatchProperties",
|
|
2051
2089
|
modelProperties: {
|
|
2052
|
-
|
|
2053
|
-
serializedName: "
|
|
2054
|
-
readOnly: true,
|
|
2090
|
+
tenantId: {
|
|
2091
|
+
serializedName: "tenantId",
|
|
2055
2092
|
type: {
|
|
2056
|
-
name: "
|
|
2093
|
+
name: "Uuid",
|
|
2057
2094
|
},
|
|
2058
2095
|
},
|
|
2059
|
-
|
|
2060
|
-
serializedName: "
|
|
2061
|
-
readOnly: true,
|
|
2096
|
+
sku: {
|
|
2097
|
+
serializedName: "sku",
|
|
2062
2098
|
type: {
|
|
2063
|
-
name: "
|
|
2099
|
+
name: "Composite",
|
|
2100
|
+
className: "Sku",
|
|
2064
2101
|
},
|
|
2065
2102
|
},
|
|
2066
|
-
|
|
2067
|
-
serializedName: "
|
|
2068
|
-
readOnly: true,
|
|
2103
|
+
accessPolicies: {
|
|
2104
|
+
serializedName: "accessPolicies",
|
|
2069
2105
|
type: {
|
|
2070
|
-
name: "
|
|
2106
|
+
name: "Sequence",
|
|
2107
|
+
element: {
|
|
2108
|
+
type: {
|
|
2109
|
+
name: "Composite",
|
|
2110
|
+
className: "AccessPolicyEntry",
|
|
2111
|
+
},
|
|
2112
|
+
},
|
|
2071
2113
|
},
|
|
2072
2114
|
},
|
|
2073
|
-
|
|
2074
|
-
serializedName: "
|
|
2115
|
+
enabledForDeployment: {
|
|
2116
|
+
serializedName: "enabledForDeployment",
|
|
2075
2117
|
type: {
|
|
2076
|
-
name: "
|
|
2118
|
+
name: "Boolean",
|
|
2077
2119
|
},
|
|
2078
2120
|
},
|
|
2079
|
-
|
|
2080
|
-
serializedName: "
|
|
2121
|
+
enabledForDiskEncryption: {
|
|
2122
|
+
serializedName: "enabledForDiskEncryption",
|
|
2081
2123
|
type: {
|
|
2082
|
-
name: "
|
|
2083
|
-
className: "ManagedHsmSku",
|
|
2124
|
+
name: "Boolean",
|
|
2084
2125
|
},
|
|
2085
2126
|
},
|
|
2086
|
-
|
|
2087
|
-
serializedName: "
|
|
2127
|
+
enabledForTemplateDeployment: {
|
|
2128
|
+
serializedName: "enabledForTemplateDeployment",
|
|
2088
2129
|
type: {
|
|
2089
|
-
name: "
|
|
2090
|
-
value: { type: { name: "String" } },
|
|
2130
|
+
name: "Boolean",
|
|
2091
2131
|
},
|
|
2092
2132
|
},
|
|
2093
|
-
|
|
2094
|
-
serializedName: "
|
|
2133
|
+
enableSoftDelete: {
|
|
2134
|
+
serializedName: "enableSoftDelete",
|
|
2095
2135
|
type: {
|
|
2096
|
-
name: "
|
|
2097
|
-
className: "SystemData",
|
|
2136
|
+
name: "Boolean",
|
|
2098
2137
|
},
|
|
2099
2138
|
},
|
|
2100
|
-
|
|
2101
|
-
serializedName: "
|
|
2139
|
+
enableRbacAuthorization: {
|
|
2140
|
+
serializedName: "enableRbacAuthorization",
|
|
2102
2141
|
type: {
|
|
2103
|
-
name: "
|
|
2104
|
-
className: "ManagedServiceIdentity",
|
|
2142
|
+
name: "Boolean",
|
|
2105
2143
|
},
|
|
2106
2144
|
},
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
};
|
|
2110
|
-
export const ManagedHsmSku = {
|
|
2111
|
-
type: {
|
|
2112
|
-
name: "Composite",
|
|
2113
|
-
className: "ManagedHsmSku",
|
|
2114
|
-
modelProperties: {
|
|
2115
|
-
family: {
|
|
2116
|
-
serializedName: "family",
|
|
2117
|
-
required: true,
|
|
2145
|
+
softDeleteRetentionInDays: {
|
|
2146
|
+
serializedName: "softDeleteRetentionInDays",
|
|
2118
2147
|
type: {
|
|
2119
|
-
name: "
|
|
2148
|
+
name: "Number",
|
|
2120
2149
|
},
|
|
2121
2150
|
},
|
|
2122
|
-
|
|
2123
|
-
serializedName: "
|
|
2124
|
-
required: true,
|
|
2151
|
+
createMode: {
|
|
2152
|
+
serializedName: "createMode",
|
|
2125
2153
|
type: {
|
|
2126
2154
|
name: "Enum",
|
|
2127
|
-
allowedValues: [
|
|
2128
|
-
"Standard_B1",
|
|
2129
|
-
"Custom_B32",
|
|
2130
|
-
"Custom_B6",
|
|
2131
|
-
"Custom_C42",
|
|
2132
|
-
"Custom_C10",
|
|
2133
|
-
],
|
|
2155
|
+
allowedValues: ["recover", "default"],
|
|
2134
2156
|
},
|
|
2135
2157
|
},
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
};
|
|
2139
|
-
export const ManagedServiceIdentity = {
|
|
2140
|
-
type: {
|
|
2141
|
-
name: "Composite",
|
|
2142
|
-
className: "ManagedServiceIdentity",
|
|
2143
|
-
modelProperties: {
|
|
2144
|
-
principalId: {
|
|
2145
|
-
serializedName: "principalId",
|
|
2146
|
-
readOnly: true,
|
|
2158
|
+
enablePurgeProtection: {
|
|
2159
|
+
serializedName: "enablePurgeProtection",
|
|
2147
2160
|
type: {
|
|
2148
|
-
name: "
|
|
2161
|
+
name: "Boolean",
|
|
2149
2162
|
},
|
|
2150
2163
|
},
|
|
2151
|
-
|
|
2152
|
-
serializedName: "
|
|
2153
|
-
readOnly: true,
|
|
2164
|
+
networkAcls: {
|
|
2165
|
+
serializedName: "networkAcls",
|
|
2154
2166
|
type: {
|
|
2155
|
-
name: "
|
|
2167
|
+
name: "Composite",
|
|
2168
|
+
className: "NetworkRuleSet",
|
|
2156
2169
|
},
|
|
2157
2170
|
},
|
|
2158
|
-
|
|
2159
|
-
serializedName: "
|
|
2160
|
-
required: true,
|
|
2171
|
+
publicNetworkAccess: {
|
|
2172
|
+
serializedName: "publicNetworkAccess",
|
|
2161
2173
|
type: {
|
|
2162
2174
|
name: "String",
|
|
2163
2175
|
},
|
|
2164
2176
|
},
|
|
2165
|
-
userAssignedIdentities: {
|
|
2166
|
-
serializedName: "userAssignedIdentities",
|
|
2167
|
-
type: {
|
|
2168
|
-
name: "Dictionary",
|
|
2169
|
-
value: {
|
|
2170
|
-
type: { name: "Composite", className: "UserAssignedIdentity" },
|
|
2171
|
-
},
|
|
2172
|
-
},
|
|
2173
|
-
},
|
|
2174
2177
|
},
|
|
2175
2178
|
},
|
|
2176
2179
|
};
|
|
2177
|
-
export const
|
|
2180
|
+
export const VaultAccessPolicyParameters = {
|
|
2178
2181
|
type: {
|
|
2179
2182
|
name: "Composite",
|
|
2180
|
-
className: "
|
|
2183
|
+
className: "VaultAccessPolicyParameters",
|
|
2181
2184
|
modelProperties: {
|
|
2182
|
-
|
|
2183
|
-
serializedName: "
|
|
2185
|
+
id: {
|
|
2186
|
+
serializedName: "id",
|
|
2184
2187
|
readOnly: true,
|
|
2185
2188
|
type: {
|
|
2186
|
-
name: "
|
|
2189
|
+
name: "String",
|
|
2187
2190
|
},
|
|
2188
2191
|
},
|
|
2189
|
-
|
|
2190
|
-
serializedName: "
|
|
2192
|
+
name: {
|
|
2193
|
+
serializedName: "name",
|
|
2191
2194
|
readOnly: true,
|
|
2192
2195
|
type: {
|
|
2193
|
-
name: "
|
|
2194
|
-
},
|
|
2195
|
-
},
|
|
2196
|
-
},
|
|
2197
|
-
},
|
|
2198
|
-
};
|
|
2199
|
-
export const ManagedHsmError = {
|
|
2200
|
-
type: {
|
|
2201
|
-
name: "Composite",
|
|
2202
|
-
className: "ManagedHsmError",
|
|
2203
|
-
modelProperties: {
|
|
2204
|
-
error: {
|
|
2205
|
-
serializedName: "error",
|
|
2206
|
-
type: {
|
|
2207
|
-
name: "Composite",
|
|
2208
|
-
className: "ErrorModel",
|
|
2196
|
+
name: "String",
|
|
2209
2197
|
},
|
|
2210
2198
|
},
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
};
|
|
2214
|
-
export const ErrorModel = {
|
|
2215
|
-
type: {
|
|
2216
|
-
name: "Composite",
|
|
2217
|
-
className: "ErrorModel",
|
|
2218
|
-
modelProperties: {
|
|
2219
|
-
code: {
|
|
2220
|
-
serializedName: "code",
|
|
2199
|
+
type: {
|
|
2200
|
+
serializedName: "type",
|
|
2221
2201
|
readOnly: true,
|
|
2222
2202
|
type: {
|
|
2223
2203
|
name: "String",
|
|
2224
2204
|
},
|
|
2225
2205
|
},
|
|
2226
|
-
|
|
2227
|
-
serializedName: "
|
|
2206
|
+
location: {
|
|
2207
|
+
serializedName: "location",
|
|
2228
2208
|
readOnly: true,
|
|
2229
2209
|
type: {
|
|
2230
2210
|
name: "String",
|
|
2231
2211
|
},
|
|
2232
2212
|
},
|
|
2233
|
-
|
|
2234
|
-
serializedName: "
|
|
2213
|
+
properties: {
|
|
2214
|
+
serializedName: "properties",
|
|
2235
2215
|
type: {
|
|
2236
2216
|
name: "Composite",
|
|
2237
|
-
className: "
|
|
2217
|
+
className: "VaultAccessPolicyProperties",
|
|
2238
2218
|
},
|
|
2239
2219
|
},
|
|
2240
2220
|
},
|
|
2241
2221
|
},
|
|
2242
2222
|
};
|
|
2243
|
-
export const
|
|
2223
|
+
export const VaultAccessPolicyProperties = {
|
|
2244
2224
|
type: {
|
|
2245
2225
|
name: "Composite",
|
|
2246
|
-
className: "
|
|
2226
|
+
className: "VaultAccessPolicyProperties",
|
|
2247
2227
|
modelProperties: {
|
|
2248
|
-
|
|
2249
|
-
serializedName: "
|
|
2228
|
+
accessPolicies: {
|
|
2229
|
+
serializedName: "accessPolicies",
|
|
2230
|
+
required: true,
|
|
2250
2231
|
type: {
|
|
2251
2232
|
name: "Sequence",
|
|
2252
2233
|
element: {
|
|
2253
2234
|
type: {
|
|
2254
2235
|
name: "Composite",
|
|
2255
|
-
className: "
|
|
2236
|
+
className: "AccessPolicyEntry",
|
|
2256
2237
|
},
|
|
2257
2238
|
},
|
|
2258
2239
|
},
|
|
2259
2240
|
},
|
|
2260
|
-
nextLink: {
|
|
2261
|
-
serializedName: "nextLink",
|
|
2262
|
-
type: {
|
|
2263
|
-
name: "String",
|
|
2264
|
-
},
|
|
2265
|
-
},
|
|
2266
2241
|
},
|
|
2267
2242
|
},
|
|
2268
2243
|
};
|
|
2269
|
-
export const
|
|
2244
|
+
export const KeyListResult = {
|
|
2270
2245
|
type: {
|
|
2271
2246
|
name: "Composite",
|
|
2272
|
-
className: "
|
|
2247
|
+
className: "KeyListResult",
|
|
2273
2248
|
modelProperties: {
|
|
2274
2249
|
value: {
|
|
2275
2250
|
serializedName: "value",
|
|
2251
|
+
required: true,
|
|
2276
2252
|
type: {
|
|
2277
2253
|
name: "Sequence",
|
|
2278
2254
|
element: {
|
|
2279
2255
|
type: {
|
|
2280
2256
|
name: "Composite",
|
|
2281
|
-
className: "
|
|
2257
|
+
className: "Key",
|
|
2282
2258
|
},
|
|
2283
2259
|
},
|
|
2284
2260
|
},
|
|
@@ -2292,132 +2268,152 @@ export const MhsmPrivateEndpointConnectionsListResult = {
|
|
|
2292
2268
|
},
|
|
2293
2269
|
},
|
|
2294
2270
|
};
|
|
2295
|
-
export const
|
|
2271
|
+
export const KeyProperties = {
|
|
2296
2272
|
type: {
|
|
2297
2273
|
name: "Composite",
|
|
2298
|
-
className: "
|
|
2274
|
+
className: "KeyProperties",
|
|
2299
2275
|
modelProperties: {
|
|
2300
|
-
|
|
2301
|
-
serializedName: "
|
|
2276
|
+
attributes: {
|
|
2277
|
+
serializedName: "attributes",
|
|
2278
|
+
type: {
|
|
2279
|
+
name: "Composite",
|
|
2280
|
+
className: "KeyAttributes",
|
|
2281
|
+
},
|
|
2282
|
+
},
|
|
2283
|
+
kty: {
|
|
2284
|
+
serializedName: "kty",
|
|
2285
|
+
type: {
|
|
2286
|
+
name: "String",
|
|
2287
|
+
},
|
|
2288
|
+
},
|
|
2289
|
+
keyOps: {
|
|
2290
|
+
serializedName: "keyOps",
|
|
2302
2291
|
type: {
|
|
2303
2292
|
name: "Sequence",
|
|
2304
2293
|
element: {
|
|
2305
2294
|
type: {
|
|
2306
|
-
name: "
|
|
2307
|
-
className: "DeletedManagedHsm",
|
|
2295
|
+
name: "String",
|
|
2308
2296
|
},
|
|
2309
2297
|
},
|
|
2310
2298
|
},
|
|
2311
2299
|
},
|
|
2312
|
-
|
|
2313
|
-
serializedName: "
|
|
2300
|
+
keySize: {
|
|
2301
|
+
serializedName: "keySize",
|
|
2314
2302
|
type: {
|
|
2315
|
-
name: "
|
|
2316
|
-
},
|
|
2317
|
-
},
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
};
|
|
2321
|
-
export const DeletedManagedHsm = {
|
|
2322
|
-
type: {
|
|
2323
|
-
name: "Composite",
|
|
2324
|
-
className: "DeletedManagedHsm",
|
|
2325
|
-
modelProperties: {
|
|
2326
|
-
id: {
|
|
2327
|
-
serializedName: "id",
|
|
2328
|
-
readOnly: true,
|
|
2303
|
+
name: "Number",
|
|
2304
|
+
},
|
|
2305
|
+
},
|
|
2306
|
+
curveName: {
|
|
2307
|
+
serializedName: "curveName",
|
|
2329
2308
|
type: {
|
|
2330
2309
|
name: "String",
|
|
2331
2310
|
},
|
|
2332
2311
|
},
|
|
2333
|
-
|
|
2334
|
-
serializedName: "
|
|
2312
|
+
keyUri: {
|
|
2313
|
+
serializedName: "keyUri",
|
|
2335
2314
|
readOnly: true,
|
|
2336
2315
|
type: {
|
|
2337
2316
|
name: "String",
|
|
2338
2317
|
},
|
|
2339
2318
|
},
|
|
2340
|
-
|
|
2341
|
-
serializedName: "
|
|
2319
|
+
keyUriWithVersion: {
|
|
2320
|
+
serializedName: "keyUriWithVersion",
|
|
2342
2321
|
readOnly: true,
|
|
2343
2322
|
type: {
|
|
2344
2323
|
name: "String",
|
|
2345
2324
|
},
|
|
2346
2325
|
},
|
|
2347
|
-
|
|
2348
|
-
serializedName: "
|
|
2326
|
+
rotationPolicy: {
|
|
2327
|
+
serializedName: "rotationPolicy",
|
|
2349
2328
|
type: {
|
|
2350
2329
|
name: "Composite",
|
|
2351
|
-
className: "
|
|
2330
|
+
className: "RotationPolicy",
|
|
2331
|
+
},
|
|
2332
|
+
},
|
|
2333
|
+
releasePolicy: {
|
|
2334
|
+
serializedName: "release_policy",
|
|
2335
|
+
type: {
|
|
2336
|
+
name: "Composite",
|
|
2337
|
+
className: "KeyReleasePolicy",
|
|
2352
2338
|
},
|
|
2353
2339
|
},
|
|
2354
2340
|
},
|
|
2355
2341
|
},
|
|
2356
2342
|
};
|
|
2357
|
-
export const
|
|
2343
|
+
export const KeyAttributes = {
|
|
2358
2344
|
type: {
|
|
2359
2345
|
name: "Composite",
|
|
2360
|
-
className: "
|
|
2346
|
+
className: "KeyAttributes",
|
|
2361
2347
|
modelProperties: {
|
|
2362
|
-
|
|
2363
|
-
serializedName: "
|
|
2364
|
-
readOnly: true,
|
|
2348
|
+
enabled: {
|
|
2349
|
+
serializedName: "enabled",
|
|
2365
2350
|
type: {
|
|
2366
|
-
name: "
|
|
2351
|
+
name: "Boolean",
|
|
2367
2352
|
},
|
|
2368
2353
|
},
|
|
2369
|
-
|
|
2370
|
-
serializedName: "
|
|
2371
|
-
readOnly: true,
|
|
2354
|
+
notBefore: {
|
|
2355
|
+
serializedName: "nbf",
|
|
2372
2356
|
type: {
|
|
2373
|
-
name: "
|
|
2357
|
+
name: "Number",
|
|
2374
2358
|
},
|
|
2375
2359
|
},
|
|
2376
|
-
|
|
2377
|
-
serializedName: "
|
|
2378
|
-
readOnly: true,
|
|
2360
|
+
expires: {
|
|
2361
|
+
serializedName: "exp",
|
|
2379
2362
|
type: {
|
|
2380
|
-
name: "
|
|
2363
|
+
name: "Number",
|
|
2381
2364
|
},
|
|
2382
2365
|
},
|
|
2383
|
-
|
|
2384
|
-
serializedName: "
|
|
2366
|
+
created: {
|
|
2367
|
+
serializedName: "created",
|
|
2385
2368
|
readOnly: true,
|
|
2386
2369
|
type: {
|
|
2387
|
-
name: "
|
|
2370
|
+
name: "Number",
|
|
2388
2371
|
},
|
|
2389
2372
|
},
|
|
2390
|
-
|
|
2391
|
-
serializedName: "
|
|
2373
|
+
updated: {
|
|
2374
|
+
serializedName: "updated",
|
|
2392
2375
|
readOnly: true,
|
|
2393
2376
|
type: {
|
|
2394
|
-
name: "
|
|
2377
|
+
name: "Number",
|
|
2395
2378
|
},
|
|
2396
2379
|
},
|
|
2397
|
-
|
|
2398
|
-
serializedName: "
|
|
2380
|
+
recoveryLevel: {
|
|
2381
|
+
serializedName: "recoveryLevel",
|
|
2399
2382
|
readOnly: true,
|
|
2400
2383
|
type: {
|
|
2401
|
-
name: "
|
|
2402
|
-
|
|
2384
|
+
name: "String",
|
|
2385
|
+
},
|
|
2386
|
+
},
|
|
2387
|
+
exportable: {
|
|
2388
|
+
defaultValue: false,
|
|
2389
|
+
serializedName: "exportable",
|
|
2390
|
+
type: {
|
|
2391
|
+
name: "Boolean",
|
|
2403
2392
|
},
|
|
2404
2393
|
},
|
|
2405
2394
|
},
|
|
2406
2395
|
},
|
|
2407
2396
|
};
|
|
2408
|
-
export const
|
|
2397
|
+
export const RotationPolicy = {
|
|
2409
2398
|
type: {
|
|
2410
2399
|
name: "Composite",
|
|
2411
|
-
className: "
|
|
2400
|
+
className: "RotationPolicy",
|
|
2412
2401
|
modelProperties: {
|
|
2413
|
-
|
|
2414
|
-
serializedName: "
|
|
2402
|
+
attributes: {
|
|
2403
|
+
serializedName: "attributes",
|
|
2404
|
+
type: {
|
|
2405
|
+
name: "Composite",
|
|
2406
|
+
className: "KeyRotationPolicyAttributes",
|
|
2407
|
+
},
|
|
2408
|
+
},
|
|
2409
|
+
lifetimeActions: {
|
|
2410
|
+
serializedName: "lifetimeActions",
|
|
2415
2411
|
type: {
|
|
2416
2412
|
name: "Sequence",
|
|
2417
2413
|
element: {
|
|
2418
2414
|
type: {
|
|
2419
2415
|
name: "Composite",
|
|
2420
|
-
className: "
|
|
2416
|
+
className: "LifetimeAction",
|
|
2421
2417
|
},
|
|
2422
2418
|
},
|
|
2423
2419
|
},
|
|
@@ -2425,25 +2421,27 @@ export const MhsmPrivateLinkResourceListResult = {
|
|
|
2425
2421
|
},
|
|
2426
2422
|
},
|
|
2427
2423
|
};
|
|
2428
|
-
export const
|
|
2424
|
+
export const KeyRotationPolicyAttributes = {
|
|
2429
2425
|
type: {
|
|
2430
2426
|
name: "Composite",
|
|
2431
|
-
className: "
|
|
2427
|
+
className: "KeyRotationPolicyAttributes",
|
|
2432
2428
|
modelProperties: {
|
|
2433
|
-
|
|
2434
|
-
serializedName: "
|
|
2429
|
+
created: {
|
|
2430
|
+
serializedName: "created",
|
|
2431
|
+
readOnly: true,
|
|
2435
2432
|
type: {
|
|
2436
|
-
name: "
|
|
2437
|
-
element: {
|
|
2438
|
-
type: {
|
|
2439
|
-
name: "Composite",
|
|
2440
|
-
className: "MhsmGeoReplicatedRegion",
|
|
2441
|
-
},
|
|
2442
|
-
},
|
|
2433
|
+
name: "Number",
|
|
2443
2434
|
},
|
|
2444
2435
|
},
|
|
2445
|
-
|
|
2446
|
-
serializedName: "
|
|
2436
|
+
updated: {
|
|
2437
|
+
serializedName: "updated",
|
|
2438
|
+
readOnly: true,
|
|
2439
|
+
type: {
|
|
2440
|
+
name: "Number",
|
|
2441
|
+
},
|
|
2442
|
+
},
|
|
2443
|
+
expiryTime: {
|
|
2444
|
+
serializedName: "expiryTime",
|
|
2447
2445
|
type: {
|
|
2448
2446
|
name: "String",
|
|
2449
2447
|
},
|
|
@@ -2451,44 +2449,41 @@ export const MhsmRegionsListResult = {
|
|
|
2451
2449
|
},
|
|
2452
2450
|
},
|
|
2453
2451
|
};
|
|
2454
|
-
export const
|
|
2452
|
+
export const LifetimeAction = {
|
|
2455
2453
|
type: {
|
|
2456
2454
|
name: "Composite",
|
|
2457
|
-
className: "
|
|
2455
|
+
className: "LifetimeAction",
|
|
2458
2456
|
modelProperties: {
|
|
2459
|
-
|
|
2460
|
-
serializedName: "
|
|
2461
|
-
required: true,
|
|
2457
|
+
trigger: {
|
|
2458
|
+
serializedName: "trigger",
|
|
2462
2459
|
type: {
|
|
2463
|
-
name: "
|
|
2460
|
+
name: "Composite",
|
|
2461
|
+
className: "Trigger",
|
|
2462
|
+
},
|
|
2463
|
+
},
|
|
2464
|
+
action: {
|
|
2465
|
+
serializedName: "action",
|
|
2466
|
+
type: {
|
|
2467
|
+
name: "Composite",
|
|
2468
|
+
className: "Action",
|
|
2464
2469
|
},
|
|
2465
2470
|
},
|
|
2466
2471
|
},
|
|
2467
2472
|
},
|
|
2468
2473
|
};
|
|
2469
|
-
export const
|
|
2474
|
+
export const Trigger = {
|
|
2470
2475
|
type: {
|
|
2471
2476
|
name: "Composite",
|
|
2472
|
-
className: "
|
|
2477
|
+
className: "Trigger",
|
|
2473
2478
|
modelProperties: {
|
|
2474
|
-
|
|
2475
|
-
serializedName: "
|
|
2476
|
-
readOnly: true,
|
|
2477
|
-
type: {
|
|
2478
|
-
name: "Boolean",
|
|
2479
|
-
},
|
|
2480
|
-
},
|
|
2481
|
-
reason: {
|
|
2482
|
-
serializedName: "reason",
|
|
2483
|
-
readOnly: true,
|
|
2479
|
+
timeAfterCreate: {
|
|
2480
|
+
serializedName: "timeAfterCreate",
|
|
2484
2481
|
type: {
|
|
2485
|
-
name: "
|
|
2486
|
-
allowedValues: ["AccountNameInvalid", "AlreadyExists"],
|
|
2482
|
+
name: "String",
|
|
2487
2483
|
},
|
|
2488
2484
|
},
|
|
2489
|
-
|
|
2490
|
-
serializedName: "
|
|
2491
|
-
readOnly: true,
|
|
2485
|
+
timeBeforeExpiry: {
|
|
2486
|
+
serializedName: "timeBeforeExpiry",
|
|
2492
2487
|
type: {
|
|
2493
2488
|
name: "String",
|
|
2494
2489
|
},
|
|
@@ -2496,97 +2491,84 @@ export const CheckMhsmNameAvailabilityResult = {
|
|
|
2496
2491
|
},
|
|
2497
2492
|
},
|
|
2498
2493
|
};
|
|
2499
|
-
export const
|
|
2494
|
+
export const Action = {
|
|
2500
2495
|
type: {
|
|
2501
2496
|
name: "Composite",
|
|
2502
|
-
className: "
|
|
2497
|
+
className: "Action",
|
|
2503
2498
|
modelProperties: {
|
|
2504
|
-
|
|
2505
|
-
serializedName: "
|
|
2506
|
-
type: {
|
|
2507
|
-
name: "Sequence",
|
|
2508
|
-
element: {
|
|
2509
|
-
type: {
|
|
2510
|
-
name: "Composite",
|
|
2511
|
-
className: "Operation",
|
|
2512
|
-
},
|
|
2513
|
-
},
|
|
2514
|
-
},
|
|
2515
|
-
},
|
|
2516
|
-
nextLink: {
|
|
2517
|
-
serializedName: "nextLink",
|
|
2499
|
+
type: {
|
|
2500
|
+
serializedName: "type",
|
|
2518
2501
|
type: {
|
|
2519
|
-
name: "
|
|
2502
|
+
name: "Enum",
|
|
2503
|
+
allowedValues: ["rotate", "notify"],
|
|
2520
2504
|
},
|
|
2521
2505
|
},
|
|
2522
2506
|
},
|
|
2523
2507
|
},
|
|
2524
2508
|
};
|
|
2525
|
-
export const
|
|
2509
|
+
export const KeyReleasePolicy = {
|
|
2526
2510
|
type: {
|
|
2527
2511
|
name: "Composite",
|
|
2528
|
-
className: "
|
|
2512
|
+
className: "KeyReleasePolicy",
|
|
2529
2513
|
modelProperties: {
|
|
2530
|
-
|
|
2531
|
-
|
|
2514
|
+
contentType: {
|
|
2515
|
+
defaultValue: "application/json; charset=utf-8",
|
|
2516
|
+
serializedName: "contentType",
|
|
2532
2517
|
type: {
|
|
2533
2518
|
name: "String",
|
|
2534
2519
|
},
|
|
2535
2520
|
},
|
|
2536
|
-
|
|
2537
|
-
serializedName: "
|
|
2538
|
-
type: {
|
|
2539
|
-
name: "Composite",
|
|
2540
|
-
className: "OperationDisplay",
|
|
2541
|
-
},
|
|
2542
|
-
},
|
|
2543
|
-
origin: {
|
|
2544
|
-
serializedName: "origin",
|
|
2521
|
+
data: {
|
|
2522
|
+
serializedName: "data",
|
|
2545
2523
|
type: {
|
|
2546
|
-
name: "
|
|
2524
|
+
name: "Base64Url",
|
|
2547
2525
|
},
|
|
2548
2526
|
},
|
|
2549
|
-
|
|
2550
|
-
|
|
2527
|
+
},
|
|
2528
|
+
},
|
|
2529
|
+
};
|
|
2530
|
+
export const KeyCreateParameters = {
|
|
2531
|
+
type: {
|
|
2532
|
+
name: "Composite",
|
|
2533
|
+
className: "KeyCreateParameters",
|
|
2534
|
+
modelProperties: {
|
|
2535
|
+
tags: {
|
|
2536
|
+
serializedName: "tags",
|
|
2551
2537
|
type: {
|
|
2552
|
-
name: "
|
|
2538
|
+
name: "Dictionary",
|
|
2539
|
+
value: { type: { name: "String" } },
|
|
2553
2540
|
},
|
|
2554
2541
|
},
|
|
2555
|
-
|
|
2556
|
-
serializedName: "properties
|
|
2542
|
+
properties: {
|
|
2543
|
+
serializedName: "properties",
|
|
2557
2544
|
type: {
|
|
2558
2545
|
name: "Composite",
|
|
2559
|
-
className: "
|
|
2546
|
+
className: "KeyProperties",
|
|
2560
2547
|
},
|
|
2561
2548
|
},
|
|
2562
2549
|
},
|
|
2563
2550
|
},
|
|
2564
2551
|
};
|
|
2565
|
-
export const
|
|
2552
|
+
export const PrivateEndpointConnectionListResult = {
|
|
2566
2553
|
type: {
|
|
2567
2554
|
name: "Composite",
|
|
2568
|
-
className: "
|
|
2555
|
+
className: "PrivateEndpointConnectionListResult",
|
|
2569
2556
|
modelProperties: {
|
|
2570
|
-
|
|
2571
|
-
serializedName: "
|
|
2572
|
-
|
|
2573
|
-
name: "String",
|
|
2574
|
-
},
|
|
2575
|
-
},
|
|
2576
|
-
resource: {
|
|
2577
|
-
serializedName: "resource",
|
|
2578
|
-
type: {
|
|
2579
|
-
name: "String",
|
|
2580
|
-
},
|
|
2581
|
-
},
|
|
2582
|
-
operation: {
|
|
2583
|
-
serializedName: "operation",
|
|
2557
|
+
value: {
|
|
2558
|
+
serializedName: "value",
|
|
2559
|
+
required: true,
|
|
2584
2560
|
type: {
|
|
2585
|
-
name: "
|
|
2561
|
+
name: "Sequence",
|
|
2562
|
+
element: {
|
|
2563
|
+
type: {
|
|
2564
|
+
name: "Composite",
|
|
2565
|
+
className: "PrivateEndpointConnection",
|
|
2566
|
+
},
|
|
2567
|
+
},
|
|
2586
2568
|
},
|
|
2587
2569
|
},
|
|
2588
|
-
|
|
2589
|
-
serializedName: "
|
|
2570
|
+
nextLink: {
|
|
2571
|
+
serializedName: "nextLink",
|
|
2590
2572
|
type: {
|
|
2591
2573
|
name: "String",
|
|
2592
2574
|
},
|
|
@@ -2594,57 +2576,87 @@ export const OperationDisplay = {
|
|
|
2594
2576
|
},
|
|
2595
2577
|
},
|
|
2596
2578
|
};
|
|
2597
|
-
export const
|
|
2579
|
+
export const PrivateLinkResourceListResult = {
|
|
2598
2580
|
type: {
|
|
2599
2581
|
name: "Composite",
|
|
2600
|
-
className: "
|
|
2582
|
+
className: "PrivateLinkResourceListResult",
|
|
2601
2583
|
modelProperties: {
|
|
2602
|
-
|
|
2603
|
-
serializedName: "
|
|
2584
|
+
value: {
|
|
2585
|
+
serializedName: "value",
|
|
2604
2586
|
type: {
|
|
2605
2587
|
name: "Sequence",
|
|
2606
2588
|
element: {
|
|
2607
2589
|
type: {
|
|
2608
2590
|
name: "Composite",
|
|
2609
|
-
className: "
|
|
2591
|
+
className: "PrivateLinkResource",
|
|
2610
2592
|
},
|
|
2611
2593
|
},
|
|
2612
2594
|
},
|
|
2613
2595
|
},
|
|
2614
|
-
|
|
2615
|
-
|
|
2596
|
+
},
|
|
2597
|
+
},
|
|
2598
|
+
};
|
|
2599
|
+
export const SecretListResult = {
|
|
2600
|
+
type: {
|
|
2601
|
+
name: "Composite",
|
|
2602
|
+
className: "SecretListResult",
|
|
2603
|
+
modelProperties: {
|
|
2604
|
+
value: {
|
|
2605
|
+
serializedName: "value",
|
|
2606
|
+
required: true,
|
|
2616
2607
|
type: {
|
|
2617
2608
|
name: "Sequence",
|
|
2618
2609
|
element: {
|
|
2619
2610
|
type: {
|
|
2620
2611
|
name: "Composite",
|
|
2621
|
-
className: "
|
|
2612
|
+
className: "Secret",
|
|
2622
2613
|
},
|
|
2623
2614
|
},
|
|
2624
2615
|
},
|
|
2625
2616
|
},
|
|
2617
|
+
nextLink: {
|
|
2618
|
+
serializedName: "nextLink",
|
|
2619
|
+
type: {
|
|
2620
|
+
name: "String",
|
|
2621
|
+
},
|
|
2622
|
+
},
|
|
2626
2623
|
},
|
|
2627
2624
|
},
|
|
2628
2625
|
};
|
|
2629
|
-
export const
|
|
2626
|
+
export const SecretProperties = {
|
|
2630
2627
|
type: {
|
|
2631
2628
|
name: "Composite",
|
|
2632
|
-
className: "
|
|
2629
|
+
className: "SecretProperties",
|
|
2633
2630
|
modelProperties: {
|
|
2634
|
-
|
|
2635
|
-
serializedName: "
|
|
2631
|
+
value: {
|
|
2632
|
+
serializedName: "value",
|
|
2636
2633
|
type: {
|
|
2637
2634
|
name: "String",
|
|
2638
2635
|
},
|
|
2639
2636
|
},
|
|
2640
|
-
|
|
2641
|
-
serializedName: "
|
|
2637
|
+
contentType: {
|
|
2638
|
+
serializedName: "contentType",
|
|
2642
2639
|
type: {
|
|
2643
2640
|
name: "String",
|
|
2644
2641
|
},
|
|
2645
2642
|
},
|
|
2646
|
-
|
|
2647
|
-
serializedName: "
|
|
2643
|
+
attributes: {
|
|
2644
|
+
serializedName: "attributes",
|
|
2645
|
+
type: {
|
|
2646
|
+
name: "Composite",
|
|
2647
|
+
className: "SecretAttributes",
|
|
2648
|
+
},
|
|
2649
|
+
},
|
|
2650
|
+
secretUri: {
|
|
2651
|
+
serializedName: "secretUri",
|
|
2652
|
+
readOnly: true,
|
|
2653
|
+
type: {
|
|
2654
|
+
name: "String",
|
|
2655
|
+
},
|
|
2656
|
+
},
|
|
2657
|
+
secretUriWithVersion: {
|
|
2658
|
+
serializedName: "secretUriWithVersion",
|
|
2659
|
+
readOnly: true,
|
|
2648
2660
|
type: {
|
|
2649
2661
|
name: "String",
|
|
2650
2662
|
},
|
|
@@ -2652,89 +2664,137 @@ export const LogSpecification = {
|
|
|
2652
2664
|
},
|
|
2653
2665
|
},
|
|
2654
2666
|
};
|
|
2655
|
-
export const
|
|
2667
|
+
export const Attributes = {
|
|
2656
2668
|
type: {
|
|
2657
2669
|
name: "Composite",
|
|
2658
|
-
className: "
|
|
2670
|
+
className: "Attributes",
|
|
2659
2671
|
modelProperties: {
|
|
2660
|
-
|
|
2661
|
-
serializedName: "
|
|
2672
|
+
enabled: {
|
|
2673
|
+
serializedName: "enabled",
|
|
2662
2674
|
type: {
|
|
2663
|
-
name: "
|
|
2675
|
+
name: "Boolean",
|
|
2664
2676
|
},
|
|
2665
2677
|
},
|
|
2666
|
-
|
|
2667
|
-
serializedName: "
|
|
2678
|
+
notBefore: {
|
|
2679
|
+
serializedName: "nbf",
|
|
2668
2680
|
type: {
|
|
2669
|
-
name: "
|
|
2681
|
+
name: "UnixTime",
|
|
2670
2682
|
},
|
|
2671
2683
|
},
|
|
2672
|
-
|
|
2673
|
-
serializedName: "
|
|
2684
|
+
expires: {
|
|
2685
|
+
serializedName: "exp",
|
|
2674
2686
|
type: {
|
|
2675
|
-
name: "
|
|
2687
|
+
name: "UnixTime",
|
|
2676
2688
|
},
|
|
2677
2689
|
},
|
|
2678
|
-
|
|
2679
|
-
serializedName: "
|
|
2690
|
+
created: {
|
|
2691
|
+
serializedName: "created",
|
|
2692
|
+
readOnly: true,
|
|
2680
2693
|
type: {
|
|
2681
|
-
name: "
|
|
2694
|
+
name: "UnixTime",
|
|
2682
2695
|
},
|
|
2683
2696
|
},
|
|
2684
|
-
|
|
2685
|
-
serializedName: "
|
|
2697
|
+
updated: {
|
|
2698
|
+
serializedName: "updated",
|
|
2699
|
+
readOnly: true,
|
|
2686
2700
|
type: {
|
|
2687
|
-
name: "
|
|
2701
|
+
name: "UnixTime",
|
|
2688
2702
|
},
|
|
2689
2703
|
},
|
|
2690
|
-
|
|
2691
|
-
|
|
2704
|
+
},
|
|
2705
|
+
},
|
|
2706
|
+
};
|
|
2707
|
+
export const SecretCreateOrUpdateParameters = {
|
|
2708
|
+
type: {
|
|
2709
|
+
name: "Composite",
|
|
2710
|
+
className: "SecretCreateOrUpdateParameters",
|
|
2711
|
+
modelProperties: {
|
|
2712
|
+
tags: {
|
|
2713
|
+
serializedName: "tags",
|
|
2692
2714
|
type: {
|
|
2693
|
-
name: "
|
|
2694
|
-
|
|
2695
|
-
type: {
|
|
2696
|
-
name: "String",
|
|
2697
|
-
},
|
|
2698
|
-
},
|
|
2715
|
+
name: "Dictionary",
|
|
2716
|
+
value: { type: { name: "String" } },
|
|
2699
2717
|
},
|
|
2700
2718
|
},
|
|
2701
|
-
|
|
2702
|
-
serializedName: "
|
|
2719
|
+
properties: {
|
|
2720
|
+
serializedName: "properties",
|
|
2703
2721
|
type: {
|
|
2704
|
-
name: "
|
|
2705
|
-
|
|
2706
|
-
type: {
|
|
2707
|
-
name: "String",
|
|
2708
|
-
},
|
|
2709
|
-
},
|
|
2722
|
+
name: "Composite",
|
|
2723
|
+
className: "SecretProperties",
|
|
2710
2724
|
},
|
|
2711
2725
|
},
|
|
2712
|
-
|
|
2713
|
-
|
|
2726
|
+
},
|
|
2727
|
+
},
|
|
2728
|
+
};
|
|
2729
|
+
export const SecretPatchParameters = {
|
|
2730
|
+
type: {
|
|
2731
|
+
name: "Composite",
|
|
2732
|
+
className: "SecretPatchParameters",
|
|
2733
|
+
modelProperties: {
|
|
2734
|
+
tags: {
|
|
2735
|
+
serializedName: "tags",
|
|
2736
|
+
type: {
|
|
2737
|
+
name: "Dictionary",
|
|
2738
|
+
value: { type: { name: "String" } },
|
|
2739
|
+
},
|
|
2740
|
+
},
|
|
2741
|
+
properties: {
|
|
2742
|
+
serializedName: "properties",
|
|
2743
|
+
type: {
|
|
2744
|
+
name: "Composite",
|
|
2745
|
+
className: "SecretPatchProperties",
|
|
2746
|
+
},
|
|
2747
|
+
},
|
|
2748
|
+
},
|
|
2749
|
+
},
|
|
2750
|
+
};
|
|
2751
|
+
export const SecretPatchProperties = {
|
|
2752
|
+
type: {
|
|
2753
|
+
name: "Composite",
|
|
2754
|
+
className: "SecretPatchProperties",
|
|
2755
|
+
modelProperties: {
|
|
2756
|
+
value: {
|
|
2757
|
+
serializedName: "value",
|
|
2714
2758
|
type: {
|
|
2715
2759
|
name: "String",
|
|
2716
2760
|
},
|
|
2717
2761
|
},
|
|
2718
|
-
|
|
2719
|
-
serializedName: "
|
|
2762
|
+
contentType: {
|
|
2763
|
+
serializedName: "contentType",
|
|
2764
|
+
type: {
|
|
2765
|
+
name: "String",
|
|
2766
|
+
},
|
|
2767
|
+
},
|
|
2768
|
+
attributes: {
|
|
2769
|
+
serializedName: "attributes",
|
|
2770
|
+
type: {
|
|
2771
|
+
name: "Composite",
|
|
2772
|
+
className: "SecretAttributes",
|
|
2773
|
+
},
|
|
2774
|
+
},
|
|
2775
|
+
},
|
|
2776
|
+
},
|
|
2777
|
+
};
|
|
2778
|
+
export const ResourceListResult = {
|
|
2779
|
+
type: {
|
|
2780
|
+
name: "Composite",
|
|
2781
|
+
className: "ResourceListResult",
|
|
2782
|
+
modelProperties: {
|
|
2783
|
+
value: {
|
|
2784
|
+
serializedName: "value",
|
|
2785
|
+
required: true,
|
|
2720
2786
|
type: {
|
|
2721
2787
|
name: "Sequence",
|
|
2722
2788
|
element: {
|
|
2723
2789
|
type: {
|
|
2724
2790
|
name: "Composite",
|
|
2725
|
-
className: "
|
|
2791
|
+
className: "TrackedResource",
|
|
2726
2792
|
},
|
|
2727
2793
|
},
|
|
2728
2794
|
},
|
|
2729
2795
|
},
|
|
2730
|
-
|
|
2731
|
-
serializedName: "
|
|
2732
|
-
type: {
|
|
2733
|
-
name: "Boolean",
|
|
2734
|
-
},
|
|
2735
|
-
},
|
|
2736
|
-
internalMetricName: {
|
|
2737
|
-
serializedName: "internalMetricName",
|
|
2796
|
+
nextLink: {
|
|
2797
|
+
serializedName: "nextLink",
|
|
2738
2798
|
type: {
|
|
2739
2799
|
name: "String",
|
|
2740
2800
|
},
|
|
@@ -2742,37 +2802,64 @@ export const MetricSpecification = {
|
|
|
2742
2802
|
},
|
|
2743
2803
|
},
|
|
2744
2804
|
};
|
|
2745
|
-
export const
|
|
2805
|
+
export const ProxyResource = {
|
|
2746
2806
|
type: {
|
|
2747
2807
|
name: "Composite",
|
|
2748
|
-
className: "
|
|
2808
|
+
className: "ProxyResource",
|
|
2749
2809
|
modelProperties: {
|
|
2750
|
-
|
|
2751
|
-
|
|
2810
|
+
...Resource.type.modelProperties,
|
|
2811
|
+
},
|
|
2812
|
+
},
|
|
2813
|
+
};
|
|
2814
|
+
export const ManagedHsm = {
|
|
2815
|
+
type: {
|
|
2816
|
+
name: "Composite",
|
|
2817
|
+
className: "ManagedHsm",
|
|
2818
|
+
modelProperties: {
|
|
2819
|
+
...Resource.type.modelProperties,
|
|
2820
|
+
properties: {
|
|
2821
|
+
serializedName: "properties",
|
|
2752
2822
|
type: {
|
|
2753
|
-
name: "
|
|
2823
|
+
name: "Composite",
|
|
2824
|
+
className: "ManagedHsmProperties",
|
|
2754
2825
|
},
|
|
2755
2826
|
},
|
|
2756
|
-
|
|
2757
|
-
serializedName: "
|
|
2827
|
+
tags: {
|
|
2828
|
+
serializedName: "tags",
|
|
2829
|
+
type: {
|
|
2830
|
+
name: "Dictionary",
|
|
2831
|
+
value: { type: { name: "String" } },
|
|
2832
|
+
},
|
|
2833
|
+
},
|
|
2834
|
+
location: {
|
|
2835
|
+
serializedName: "location",
|
|
2758
2836
|
type: {
|
|
2759
2837
|
name: "String",
|
|
2760
2838
|
},
|
|
2761
2839
|
},
|
|
2762
|
-
|
|
2763
|
-
serializedName: "
|
|
2840
|
+
sku: {
|
|
2841
|
+
serializedName: "sku",
|
|
2764
2842
|
type: {
|
|
2765
|
-
name: "
|
|
2843
|
+
name: "Composite",
|
|
2844
|
+
className: "ManagedHsmSku",
|
|
2845
|
+
},
|
|
2846
|
+
},
|
|
2847
|
+
identity: {
|
|
2848
|
+
serializedName: "identity",
|
|
2849
|
+
type: {
|
|
2850
|
+
name: "Composite",
|
|
2851
|
+
className: "ManagedServiceIdentity",
|
|
2766
2852
|
},
|
|
2767
2853
|
},
|
|
2768
2854
|
},
|
|
2769
2855
|
},
|
|
2770
2856
|
};
|
|
2771
|
-
export const
|
|
2857
|
+
export const MhsmPrivateEndpointConnection = {
|
|
2772
2858
|
type: {
|
|
2773
2859
|
name: "Composite",
|
|
2774
|
-
className: "
|
|
2860
|
+
className: "MhsmPrivateEndpointConnection",
|
|
2775
2861
|
modelProperties: {
|
|
2862
|
+
...Resource.type.modelProperties,
|
|
2776
2863
|
tags: {
|
|
2777
2864
|
serializedName: "tags",
|
|
2778
2865
|
type: {
|
|
@@ -2780,49 +2867,48 @@ export const SecretCreateOrUpdateParameters = {
|
|
|
2780
2867
|
value: { type: { name: "String" } },
|
|
2781
2868
|
},
|
|
2782
2869
|
},
|
|
2783
|
-
|
|
2784
|
-
serializedName: "
|
|
2870
|
+
location: {
|
|
2871
|
+
serializedName: "location",
|
|
2872
|
+
type: {
|
|
2873
|
+
name: "String",
|
|
2874
|
+
},
|
|
2875
|
+
},
|
|
2876
|
+
sku: {
|
|
2877
|
+
serializedName: "sku",
|
|
2785
2878
|
type: {
|
|
2786
2879
|
name: "Composite",
|
|
2787
|
-
className: "
|
|
2880
|
+
className: "ManagedHsmSku",
|
|
2788
2881
|
},
|
|
2789
2882
|
},
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
};
|
|
2793
|
-
export const SecretProperties = {
|
|
2794
|
-
type: {
|
|
2795
|
-
name: "Composite",
|
|
2796
|
-
className: "SecretProperties",
|
|
2797
|
-
modelProperties: {
|
|
2798
|
-
value: {
|
|
2799
|
-
serializedName: "value",
|
|
2883
|
+
identity: {
|
|
2884
|
+
serializedName: "identity",
|
|
2800
2885
|
type: {
|
|
2801
|
-
name: "
|
|
2886
|
+
name: "Composite",
|
|
2887
|
+
className: "ManagedServiceIdentity",
|
|
2802
2888
|
},
|
|
2803
2889
|
},
|
|
2804
|
-
|
|
2805
|
-
serializedName: "
|
|
2890
|
+
etag: {
|
|
2891
|
+
serializedName: "etag",
|
|
2806
2892
|
type: {
|
|
2807
2893
|
name: "String",
|
|
2808
2894
|
},
|
|
2809
2895
|
},
|
|
2810
|
-
|
|
2811
|
-
serializedName: "
|
|
2896
|
+
privateEndpoint: {
|
|
2897
|
+
serializedName: "properties.privateEndpoint",
|
|
2812
2898
|
type: {
|
|
2813
2899
|
name: "Composite",
|
|
2814
|
-
className: "
|
|
2900
|
+
className: "MhsmPrivateEndpoint",
|
|
2815
2901
|
},
|
|
2816
2902
|
},
|
|
2817
|
-
|
|
2818
|
-
serializedName: "
|
|
2819
|
-
readOnly: true,
|
|
2903
|
+
privateLinkServiceConnectionState: {
|
|
2904
|
+
serializedName: "properties.privateLinkServiceConnectionState",
|
|
2820
2905
|
type: {
|
|
2821
|
-
name: "
|
|
2906
|
+
name: "Composite",
|
|
2907
|
+
className: "MhsmPrivateLinkServiceConnectionState",
|
|
2822
2908
|
},
|
|
2823
2909
|
},
|
|
2824
|
-
|
|
2825
|
-
serializedName: "
|
|
2910
|
+
provisioningState: {
|
|
2911
|
+
serializedName: "properties.provisioningState",
|
|
2826
2912
|
readOnly: true,
|
|
2827
2913
|
type: {
|
|
2828
2914
|
name: "String",
|
|
@@ -2831,132 +2917,156 @@ export const SecretProperties = {
|
|
|
2831
2917
|
},
|
|
2832
2918
|
},
|
|
2833
2919
|
};
|
|
2834
|
-
export const
|
|
2920
|
+
export const TrackedResource = {
|
|
2835
2921
|
type: {
|
|
2836
2922
|
name: "Composite",
|
|
2837
|
-
className: "
|
|
2923
|
+
className: "TrackedResource",
|
|
2838
2924
|
modelProperties: {
|
|
2839
|
-
|
|
2840
|
-
|
|
2925
|
+
...Resource.type.modelProperties,
|
|
2926
|
+
tags: {
|
|
2927
|
+
serializedName: "tags",
|
|
2841
2928
|
type: {
|
|
2842
|
-
name: "
|
|
2929
|
+
name: "Dictionary",
|
|
2930
|
+
value: { type: { name: "String" } },
|
|
2843
2931
|
},
|
|
2844
2932
|
},
|
|
2845
|
-
|
|
2846
|
-
serializedName: "
|
|
2933
|
+
location: {
|
|
2934
|
+
serializedName: "location",
|
|
2935
|
+
required: true,
|
|
2847
2936
|
type: {
|
|
2848
|
-
name: "
|
|
2937
|
+
name: "String",
|
|
2849
2938
|
},
|
|
2850
2939
|
},
|
|
2851
|
-
|
|
2852
|
-
|
|
2940
|
+
},
|
|
2941
|
+
},
|
|
2942
|
+
};
|
|
2943
|
+
export const MhsmPrivateLinkResource = {
|
|
2944
|
+
type: {
|
|
2945
|
+
name: "Composite",
|
|
2946
|
+
className: "MhsmPrivateLinkResource",
|
|
2947
|
+
modelProperties: {
|
|
2948
|
+
...ManagedHsmResource.type.modelProperties,
|
|
2949
|
+
groupId: {
|
|
2950
|
+
serializedName: "properties.groupId",
|
|
2951
|
+
readOnly: true,
|
|
2853
2952
|
type: {
|
|
2854
|
-
name: "
|
|
2953
|
+
name: "String",
|
|
2855
2954
|
},
|
|
2856
2955
|
},
|
|
2857
|
-
|
|
2858
|
-
serializedName: "
|
|
2956
|
+
requiredMembers: {
|
|
2957
|
+
serializedName: "properties.requiredMembers",
|
|
2859
2958
|
readOnly: true,
|
|
2860
2959
|
type: {
|
|
2861
|
-
name: "
|
|
2960
|
+
name: "Sequence",
|
|
2961
|
+
element: {
|
|
2962
|
+
type: {
|
|
2963
|
+
name: "String",
|
|
2964
|
+
},
|
|
2965
|
+
},
|
|
2862
2966
|
},
|
|
2863
2967
|
},
|
|
2864
|
-
|
|
2865
|
-
serializedName: "
|
|
2866
|
-
readOnly: true,
|
|
2968
|
+
requiredZoneNames: {
|
|
2969
|
+
serializedName: "properties.requiredZoneNames",
|
|
2867
2970
|
type: {
|
|
2868
|
-
name: "
|
|
2971
|
+
name: "Sequence",
|
|
2972
|
+
element: {
|
|
2973
|
+
type: {
|
|
2974
|
+
name: "String",
|
|
2975
|
+
},
|
|
2976
|
+
},
|
|
2869
2977
|
},
|
|
2870
2978
|
},
|
|
2871
2979
|
},
|
|
2872
2980
|
},
|
|
2873
2981
|
};
|
|
2874
|
-
export const
|
|
2982
|
+
export const SecretAttributes = {
|
|
2875
2983
|
type: {
|
|
2876
2984
|
name: "Composite",
|
|
2877
|
-
className: "
|
|
2985
|
+
className: "SecretAttributes",
|
|
2878
2986
|
modelProperties: {
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2987
|
+
...Attributes.type.modelProperties,
|
|
2988
|
+
},
|
|
2989
|
+
},
|
|
2990
|
+
};
|
|
2991
|
+
export const DeletedManagedHsm = {
|
|
2992
|
+
type: {
|
|
2993
|
+
name: "Composite",
|
|
2994
|
+
className: "DeletedManagedHsm",
|
|
2995
|
+
modelProperties: {
|
|
2996
|
+
...ProxyResource.type.modelProperties,
|
|
2886
2997
|
properties: {
|
|
2887
2998
|
serializedName: "properties",
|
|
2888
2999
|
type: {
|
|
2889
3000
|
name: "Composite",
|
|
2890
|
-
className: "
|
|
3001
|
+
className: "DeletedManagedHsmProperties",
|
|
2891
3002
|
},
|
|
2892
3003
|
},
|
|
2893
3004
|
},
|
|
2894
3005
|
},
|
|
2895
3006
|
};
|
|
2896
|
-
export const
|
|
3007
|
+
export const DeletedVault = {
|
|
2897
3008
|
type: {
|
|
2898
3009
|
name: "Composite",
|
|
2899
|
-
className: "
|
|
3010
|
+
className: "DeletedVault",
|
|
2900
3011
|
modelProperties: {
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
name: "String",
|
|
2905
|
-
},
|
|
2906
|
-
},
|
|
2907
|
-
contentType: {
|
|
2908
|
-
serializedName: "contentType",
|
|
2909
|
-
type: {
|
|
2910
|
-
name: "String",
|
|
2911
|
-
},
|
|
2912
|
-
},
|
|
2913
|
-
attributes: {
|
|
2914
|
-
serializedName: "attributes",
|
|
3012
|
+
...ProxyResource.type.modelProperties,
|
|
3013
|
+
properties: {
|
|
3014
|
+
serializedName: "properties",
|
|
2915
3015
|
type: {
|
|
2916
3016
|
name: "Composite",
|
|
2917
|
-
className: "
|
|
3017
|
+
className: "DeletedVaultProperties",
|
|
2918
3018
|
},
|
|
2919
3019
|
},
|
|
2920
3020
|
},
|
|
2921
3021
|
},
|
|
2922
3022
|
};
|
|
2923
|
-
export const
|
|
3023
|
+
export const Vault = {
|
|
2924
3024
|
type: {
|
|
2925
3025
|
name: "Composite",
|
|
2926
|
-
className: "
|
|
3026
|
+
className: "Vault",
|
|
2927
3027
|
modelProperties: {
|
|
2928
|
-
|
|
2929
|
-
|
|
3028
|
+
...ProxyResource.type.modelProperties,
|
|
3029
|
+
properties: {
|
|
3030
|
+
serializedName: "properties",
|
|
2930
3031
|
type: {
|
|
2931
|
-
name: "
|
|
2932
|
-
|
|
2933
|
-
type: {
|
|
2934
|
-
name: "Composite",
|
|
2935
|
-
className: "Secret",
|
|
2936
|
-
},
|
|
2937
|
-
},
|
|
3032
|
+
name: "Composite",
|
|
3033
|
+
className: "VaultProperties",
|
|
2938
3034
|
},
|
|
2939
3035
|
},
|
|
2940
|
-
|
|
2941
|
-
serializedName: "
|
|
3036
|
+
location: {
|
|
3037
|
+
serializedName: "location",
|
|
2942
3038
|
type: {
|
|
2943
3039
|
name: "String",
|
|
2944
3040
|
},
|
|
2945
3041
|
},
|
|
3042
|
+
tags: {
|
|
3043
|
+
serializedName: "tags",
|
|
3044
|
+
type: {
|
|
3045
|
+
name: "Dictionary",
|
|
3046
|
+
value: { type: { name: "String" } },
|
|
3047
|
+
},
|
|
3048
|
+
},
|
|
2946
3049
|
},
|
|
2947
3050
|
},
|
|
2948
3051
|
};
|
|
2949
|
-
export const
|
|
3052
|
+
export const ManagedHsmKey = {
|
|
2950
3053
|
type: {
|
|
2951
3054
|
name: "Composite",
|
|
2952
|
-
className: "
|
|
3055
|
+
className: "ManagedHsmKey",
|
|
2953
3056
|
modelProperties: {
|
|
2954
|
-
...
|
|
3057
|
+
...ProxyResource.type.modelProperties,
|
|
3058
|
+
tags: {
|
|
3059
|
+
serializedName: "tags",
|
|
3060
|
+
type: {
|
|
3061
|
+
name: "Dictionary",
|
|
3062
|
+
value: { type: { name: "String" } },
|
|
3063
|
+
},
|
|
3064
|
+
},
|
|
2955
3065
|
attributes: {
|
|
2956
3066
|
serializedName: "properties.attributes",
|
|
2957
3067
|
type: {
|
|
2958
3068
|
name: "Composite",
|
|
2959
|
-
className: "
|
|
3069
|
+
className: "ManagedHsmKeyAttributes",
|
|
2960
3070
|
},
|
|
2961
3071
|
},
|
|
2962
3072
|
kty: {
|
|
@@ -3002,124 +3112,49 @@ export const Key = {
|
|
|
3002
3112
|
name: "String",
|
|
3003
3113
|
},
|
|
3004
3114
|
},
|
|
3005
|
-
rotationPolicy: {
|
|
3006
|
-
serializedName: "properties.rotationPolicy",
|
|
3007
|
-
type: {
|
|
3008
|
-
name: "Composite",
|
|
3009
|
-
className: "RotationPolicy",
|
|
3010
|
-
},
|
|
3011
|
-
},
|
|
3012
|
-
releasePolicy: {
|
|
3013
|
-
serializedName: "properties.release_policy",
|
|
3014
|
-
type: {
|
|
3015
|
-
name: "Composite",
|
|
3016
|
-
className: "KeyReleasePolicy",
|
|
3017
|
-
},
|
|
3018
|
-
},
|
|
3019
|
-
},
|
|
3020
|
-
},
|
|
3021
|
-
};
|
|
3022
|
-
export const PrivateEndpointConnection = {
|
|
3023
|
-
type: {
|
|
3024
|
-
name: "Composite",
|
|
3025
|
-
className: "PrivateEndpointConnection",
|
|
3026
|
-
modelProperties: {
|
|
3027
|
-
...Resource.type.modelProperties,
|
|
3028
|
-
etag: {
|
|
3029
|
-
serializedName: "etag",
|
|
3030
|
-
type: {
|
|
3031
|
-
name: "String",
|
|
3032
|
-
},
|
|
3033
|
-
},
|
|
3034
|
-
privateEndpoint: {
|
|
3035
|
-
serializedName: "properties.privateEndpoint",
|
|
3036
|
-
type: {
|
|
3037
|
-
name: "Composite",
|
|
3038
|
-
className: "PrivateEndpoint",
|
|
3039
|
-
},
|
|
3040
|
-
},
|
|
3041
|
-
privateLinkServiceConnectionState: {
|
|
3042
|
-
serializedName: "properties.privateLinkServiceConnectionState",
|
|
3043
|
-
type: {
|
|
3044
|
-
name: "Composite",
|
|
3045
|
-
className: "PrivateLinkServiceConnectionState",
|
|
3046
|
-
},
|
|
3047
|
-
},
|
|
3048
|
-
provisioningState: {
|
|
3049
|
-
serializedName: "properties.provisioningState",
|
|
3050
|
-
type: {
|
|
3051
|
-
name: "String",
|
|
3052
|
-
},
|
|
3053
|
-
},
|
|
3054
|
-
},
|
|
3055
|
-
},
|
|
3056
|
-
};
|
|
3057
|
-
export const PrivateLinkResource = {
|
|
3058
|
-
type: {
|
|
3059
|
-
name: "Composite",
|
|
3060
|
-
className: "PrivateLinkResource",
|
|
3061
|
-
modelProperties: {
|
|
3062
|
-
...Resource.type.modelProperties,
|
|
3063
|
-
groupId: {
|
|
3064
|
-
serializedName: "properties.groupId",
|
|
3065
|
-
readOnly: true,
|
|
3066
|
-
type: {
|
|
3067
|
-
name: "String",
|
|
3068
|
-
},
|
|
3069
|
-
},
|
|
3070
|
-
requiredMembers: {
|
|
3071
|
-
serializedName: "properties.requiredMembers",
|
|
3072
|
-
readOnly: true,
|
|
3115
|
+
rotationPolicy: {
|
|
3116
|
+
serializedName: "properties.rotationPolicy",
|
|
3073
3117
|
type: {
|
|
3074
|
-
name: "
|
|
3075
|
-
|
|
3076
|
-
type: {
|
|
3077
|
-
name: "String",
|
|
3078
|
-
},
|
|
3079
|
-
},
|
|
3118
|
+
name: "Composite",
|
|
3119
|
+
className: "ManagedHsmRotationPolicy",
|
|
3080
3120
|
},
|
|
3081
3121
|
},
|
|
3082
|
-
|
|
3083
|
-
serializedName: "properties.
|
|
3122
|
+
releasePolicy: {
|
|
3123
|
+
serializedName: "properties.release_policy",
|
|
3084
3124
|
type: {
|
|
3085
|
-
name: "
|
|
3086
|
-
|
|
3087
|
-
type: {
|
|
3088
|
-
name: "String",
|
|
3089
|
-
},
|
|
3090
|
-
},
|
|
3125
|
+
name: "Composite",
|
|
3126
|
+
className: "ManagedHsmKeyReleasePolicy",
|
|
3091
3127
|
},
|
|
3092
3128
|
},
|
|
3093
3129
|
},
|
|
3094
3130
|
},
|
|
3095
3131
|
};
|
|
3096
|
-
export const
|
|
3132
|
+
export const Key = {
|
|
3097
3133
|
type: {
|
|
3098
3134
|
name: "Composite",
|
|
3099
|
-
className: "
|
|
3135
|
+
className: "Key",
|
|
3100
3136
|
modelProperties: {
|
|
3101
|
-
...
|
|
3102
|
-
|
|
3103
|
-
serializedName: "
|
|
3137
|
+
...ProxyResource.type.modelProperties,
|
|
3138
|
+
location: {
|
|
3139
|
+
serializedName: "location",
|
|
3140
|
+
readOnly: true,
|
|
3104
3141
|
type: {
|
|
3105
|
-
name: "
|
|
3106
|
-
|
|
3142
|
+
name: "String",
|
|
3143
|
+
},
|
|
3144
|
+
},
|
|
3145
|
+
tags: {
|
|
3146
|
+
serializedName: "tags",
|
|
3147
|
+
readOnly: true,
|
|
3148
|
+
type: {
|
|
3149
|
+
name: "Dictionary",
|
|
3150
|
+
value: { type: { name: "String" } },
|
|
3107
3151
|
},
|
|
3108
3152
|
},
|
|
3109
|
-
},
|
|
3110
|
-
},
|
|
3111
|
-
};
|
|
3112
|
-
export const ManagedHsmKey = {
|
|
3113
|
-
type: {
|
|
3114
|
-
name: "Composite",
|
|
3115
|
-
className: "ManagedHsmKey",
|
|
3116
|
-
modelProperties: {
|
|
3117
|
-
...ProxyResourceWithoutSystemData.type.modelProperties,
|
|
3118
3153
|
attributes: {
|
|
3119
3154
|
serializedName: "properties.attributes",
|
|
3120
3155
|
type: {
|
|
3121
3156
|
name: "Composite",
|
|
3122
|
-
className: "
|
|
3157
|
+
className: "KeyAttributes",
|
|
3123
3158
|
},
|
|
3124
3159
|
},
|
|
3125
3160
|
kty: {
|
|
@@ -3169,41 +3204,40 @@ export const ManagedHsmKey = {
|
|
|
3169
3204
|
serializedName: "properties.rotationPolicy",
|
|
3170
3205
|
type: {
|
|
3171
3206
|
name: "Composite",
|
|
3172
|
-
className: "
|
|
3207
|
+
className: "RotationPolicy",
|
|
3173
3208
|
},
|
|
3174
3209
|
},
|
|
3175
3210
|
releasePolicy: {
|
|
3176
3211
|
serializedName: "properties.release_policy",
|
|
3177
3212
|
type: {
|
|
3178
3213
|
name: "Composite",
|
|
3179
|
-
className: "
|
|
3214
|
+
className: "KeyReleasePolicy",
|
|
3180
3215
|
},
|
|
3181
3216
|
},
|
|
3182
3217
|
},
|
|
3183
3218
|
},
|
|
3184
3219
|
};
|
|
3185
|
-
export const
|
|
3220
|
+
export const PrivateEndpointConnection = {
|
|
3186
3221
|
type: {
|
|
3187
3222
|
name: "Composite",
|
|
3188
|
-
className: "
|
|
3223
|
+
className: "PrivateEndpointConnection",
|
|
3189
3224
|
modelProperties: {
|
|
3190
|
-
...
|
|
3191
|
-
|
|
3192
|
-
serializedName: "
|
|
3225
|
+
...ProxyResource.type.modelProperties,
|
|
3226
|
+
location: {
|
|
3227
|
+
serializedName: "location",
|
|
3228
|
+
readOnly: true,
|
|
3193
3229
|
type: {
|
|
3194
|
-
name: "
|
|
3195
|
-
|
|
3230
|
+
name: "String",
|
|
3231
|
+
},
|
|
3232
|
+
},
|
|
3233
|
+
tags: {
|
|
3234
|
+
serializedName: "tags",
|
|
3235
|
+
readOnly: true,
|
|
3236
|
+
type: {
|
|
3237
|
+
name: "Dictionary",
|
|
3238
|
+
value: { type: { name: "String" } },
|
|
3196
3239
|
},
|
|
3197
3240
|
},
|
|
3198
|
-
},
|
|
3199
|
-
},
|
|
3200
|
-
};
|
|
3201
|
-
export const MhsmPrivateEndpointConnection = {
|
|
3202
|
-
type: {
|
|
3203
|
-
name: "Composite",
|
|
3204
|
-
className: "MhsmPrivateEndpointConnection",
|
|
3205
|
-
modelProperties: {
|
|
3206
|
-
...ManagedHsmResource.type.modelProperties,
|
|
3207
3241
|
etag: {
|
|
3208
3242
|
serializedName: "etag",
|
|
3209
3243
|
type: {
|
|
@@ -3214,18 +3248,19 @@ export const MhsmPrivateEndpointConnection = {
|
|
|
3214
3248
|
serializedName: "properties.privateEndpoint",
|
|
3215
3249
|
type: {
|
|
3216
3250
|
name: "Composite",
|
|
3217
|
-
className: "
|
|
3251
|
+
className: "PrivateEndpoint",
|
|
3218
3252
|
},
|
|
3219
3253
|
},
|
|
3220
3254
|
privateLinkServiceConnectionState: {
|
|
3221
3255
|
serializedName: "properties.privateLinkServiceConnectionState",
|
|
3222
3256
|
type: {
|
|
3223
3257
|
name: "Composite",
|
|
3224
|
-
className: "
|
|
3258
|
+
className: "PrivateLinkServiceConnectionState",
|
|
3225
3259
|
},
|
|
3226
3260
|
},
|
|
3227
3261
|
provisioningState: {
|
|
3228
3262
|
serializedName: "properties.provisioningState",
|
|
3263
|
+
readOnly: true,
|
|
3229
3264
|
type: {
|
|
3230
3265
|
name: "String",
|
|
3231
3266
|
},
|
|
@@ -3233,12 +3268,27 @@ export const MhsmPrivateEndpointConnection = {
|
|
|
3233
3268
|
},
|
|
3234
3269
|
},
|
|
3235
3270
|
};
|
|
3236
|
-
export const
|
|
3271
|
+
export const PrivateLinkResource = {
|
|
3237
3272
|
type: {
|
|
3238
3273
|
name: "Composite",
|
|
3239
|
-
className: "
|
|
3274
|
+
className: "PrivateLinkResource",
|
|
3240
3275
|
modelProperties: {
|
|
3241
|
-
...
|
|
3276
|
+
...ProxyResource.type.modelProperties,
|
|
3277
|
+
location: {
|
|
3278
|
+
serializedName: "location",
|
|
3279
|
+
readOnly: true,
|
|
3280
|
+
type: {
|
|
3281
|
+
name: "String",
|
|
3282
|
+
},
|
|
3283
|
+
},
|
|
3284
|
+
tags: {
|
|
3285
|
+
serializedName: "tags",
|
|
3286
|
+
readOnly: true,
|
|
3287
|
+
type: {
|
|
3288
|
+
name: "Dictionary",
|
|
3289
|
+
value: { type: { name: "String" } },
|
|
3290
|
+
},
|
|
3291
|
+
},
|
|
3242
3292
|
groupId: {
|
|
3243
3293
|
serializedName: "properties.groupId",
|
|
3244
3294
|
readOnly: true,
|
|
@@ -3272,59 +3322,101 @@ export const MhsmPrivateLinkResource = {
|
|
|
3272
3322
|
},
|
|
3273
3323
|
},
|
|
3274
3324
|
};
|
|
3275
|
-
export const
|
|
3325
|
+
export const Secret = {
|
|
3276
3326
|
type: {
|
|
3277
3327
|
name: "Composite",
|
|
3278
|
-
className: "
|
|
3328
|
+
className: "Secret",
|
|
3279
3329
|
modelProperties: {
|
|
3280
|
-
...
|
|
3330
|
+
...ProxyResource.type.modelProperties,
|
|
3331
|
+
properties: {
|
|
3332
|
+
serializedName: "properties",
|
|
3333
|
+
type: {
|
|
3334
|
+
name: "Composite",
|
|
3335
|
+
className: "SecretProperties",
|
|
3336
|
+
},
|
|
3337
|
+
},
|
|
3338
|
+
location: {
|
|
3339
|
+
serializedName: "location",
|
|
3340
|
+
readOnly: true,
|
|
3341
|
+
type: {
|
|
3342
|
+
name: "String",
|
|
3343
|
+
},
|
|
3344
|
+
},
|
|
3345
|
+
tags: {
|
|
3346
|
+
serializedName: "tags",
|
|
3347
|
+
readOnly: true,
|
|
3348
|
+
type: {
|
|
3349
|
+
name: "Dictionary",
|
|
3350
|
+
value: { type: { name: "String" } },
|
|
3351
|
+
},
|
|
3352
|
+
},
|
|
3281
3353
|
},
|
|
3282
3354
|
},
|
|
3283
3355
|
};
|
|
3284
|
-
export const
|
|
3356
|
+
export const ManagedHsmsPurgeDeletedHeaders = {
|
|
3285
3357
|
type: {
|
|
3286
3358
|
name: "Composite",
|
|
3287
|
-
className: "
|
|
3359
|
+
className: "ManagedHsmsPurgeDeletedHeaders",
|
|
3288
3360
|
modelProperties: {
|
|
3289
|
-
|
|
3290
|
-
serializedName: "
|
|
3361
|
+
location: {
|
|
3362
|
+
serializedName: "location",
|
|
3291
3363
|
type: {
|
|
3292
|
-
name: "
|
|
3364
|
+
name: "String",
|
|
3293
3365
|
},
|
|
3294
3366
|
},
|
|
3295
|
-
|
|
3296
|
-
serializedName: "
|
|
3367
|
+
retryAfter: {
|
|
3368
|
+
serializedName: "retry-after",
|
|
3297
3369
|
type: {
|
|
3298
|
-
name: "
|
|
3370
|
+
name: "Number",
|
|
3299
3371
|
},
|
|
3300
3372
|
},
|
|
3301
3373
|
},
|
|
3302
3374
|
},
|
|
3303
3375
|
};
|
|
3304
|
-
export const
|
|
3376
|
+
export const ManagedHsmsCreateOrUpdateHeaders = {
|
|
3305
3377
|
type: {
|
|
3306
3378
|
name: "Composite",
|
|
3307
|
-
className: "
|
|
3379
|
+
className: "ManagedHsmsCreateOrUpdateHeaders",
|
|
3308
3380
|
modelProperties: {
|
|
3381
|
+
location: {
|
|
3382
|
+
serializedName: "location",
|
|
3383
|
+
type: {
|
|
3384
|
+
name: "String",
|
|
3385
|
+
},
|
|
3386
|
+
},
|
|
3309
3387
|
retryAfter: {
|
|
3310
3388
|
serializedName: "retry-after",
|
|
3311
3389
|
type: {
|
|
3312
3390
|
name: "Number",
|
|
3313
3391
|
},
|
|
3314
3392
|
},
|
|
3393
|
+
},
|
|
3394
|
+
},
|
|
3395
|
+
};
|
|
3396
|
+
export const ManagedHsmsUpdateHeaders = {
|
|
3397
|
+
type: {
|
|
3398
|
+
name: "Composite",
|
|
3399
|
+
className: "ManagedHsmsUpdateHeaders",
|
|
3400
|
+
modelProperties: {
|
|
3315
3401
|
location: {
|
|
3316
3402
|
serializedName: "location",
|
|
3317
3403
|
type: {
|
|
3318
3404
|
name: "String",
|
|
3319
3405
|
},
|
|
3320
3406
|
},
|
|
3407
|
+
retryAfter: {
|
|
3408
|
+
serializedName: "retry-after",
|
|
3409
|
+
type: {
|
|
3410
|
+
name: "Number",
|
|
3411
|
+
},
|
|
3412
|
+
},
|
|
3321
3413
|
},
|
|
3322
3414
|
},
|
|
3323
3415
|
};
|
|
3324
|
-
export const
|
|
3416
|
+
export const ManagedHsmsDeleteHeaders = {
|
|
3325
3417
|
type: {
|
|
3326
3418
|
name: "Composite",
|
|
3327
|
-
className: "
|
|
3419
|
+
className: "ManagedHsmsDeleteHeaders",
|
|
3328
3420
|
modelProperties: {
|
|
3329
3421
|
location: {
|
|
3330
3422
|
serializedName: "location",
|
|
@@ -3332,13 +3424,19 @@ export const ManagedHsmsCreateOrUpdateHeaders = {
|
|
|
3332
3424
|
name: "String",
|
|
3333
3425
|
},
|
|
3334
3426
|
},
|
|
3427
|
+
retryAfter: {
|
|
3428
|
+
serializedName: "retry-after",
|
|
3429
|
+
type: {
|
|
3430
|
+
name: "Number",
|
|
3431
|
+
},
|
|
3432
|
+
},
|
|
3335
3433
|
},
|
|
3336
3434
|
},
|
|
3337
3435
|
};
|
|
3338
|
-
export const
|
|
3436
|
+
export const VaultsPurgeDeletedHeaders = {
|
|
3339
3437
|
type: {
|
|
3340
3438
|
name: "Composite",
|
|
3341
|
-
className: "
|
|
3439
|
+
className: "VaultsPurgeDeletedHeaders",
|
|
3342
3440
|
modelProperties: {
|
|
3343
3441
|
location: {
|
|
3344
3442
|
serializedName: "location",
|
|
@@ -3346,13 +3444,19 @@ export const ManagedHsmsUpdateHeaders = {
|
|
|
3346
3444
|
name: "String",
|
|
3347
3445
|
},
|
|
3348
3446
|
},
|
|
3447
|
+
retryAfter: {
|
|
3448
|
+
serializedName: "retry-after",
|
|
3449
|
+
type: {
|
|
3450
|
+
name: "Number",
|
|
3451
|
+
},
|
|
3452
|
+
},
|
|
3349
3453
|
},
|
|
3350
3454
|
},
|
|
3351
3455
|
};
|
|
3352
|
-
export const
|
|
3456
|
+
export const VaultsCreateOrUpdateHeaders = {
|
|
3353
3457
|
type: {
|
|
3354
3458
|
name: "Composite",
|
|
3355
|
-
className: "
|
|
3459
|
+
className: "VaultsCreateOrUpdateHeaders",
|
|
3356
3460
|
modelProperties: {
|
|
3357
3461
|
location: {
|
|
3358
3462
|
serializedName: "location",
|
|
@@ -3360,47 +3464,79 @@ export const ManagedHsmsDeleteHeaders = {
|
|
|
3360
3464
|
name: "String",
|
|
3361
3465
|
},
|
|
3362
3466
|
},
|
|
3467
|
+
retryAfter: {
|
|
3468
|
+
serializedName: "retry-after",
|
|
3469
|
+
type: {
|
|
3470
|
+
name: "Number",
|
|
3471
|
+
},
|
|
3472
|
+
},
|
|
3363
3473
|
},
|
|
3364
3474
|
},
|
|
3365
3475
|
};
|
|
3366
|
-
export const
|
|
3476
|
+
export const MhsmPrivateEndpointConnectionsPutHeaders = {
|
|
3367
3477
|
type: {
|
|
3368
3478
|
name: "Composite",
|
|
3369
|
-
className: "
|
|
3479
|
+
className: "MhsmPrivateEndpointConnectionsPutHeaders",
|
|
3370
3480
|
modelProperties: {
|
|
3371
|
-
|
|
3372
|
-
serializedName: "
|
|
3481
|
+
azureAsyncOperation: {
|
|
3482
|
+
serializedName: "azure-asyncoperation",
|
|
3373
3483
|
type: {
|
|
3374
3484
|
name: "String",
|
|
3375
3485
|
},
|
|
3376
3486
|
},
|
|
3487
|
+
retryAfter: {
|
|
3488
|
+
serializedName: "retry-after",
|
|
3489
|
+
type: {
|
|
3490
|
+
name: "Number",
|
|
3491
|
+
},
|
|
3492
|
+
},
|
|
3377
3493
|
},
|
|
3378
3494
|
},
|
|
3379
3495
|
};
|
|
3380
|
-
export const
|
|
3496
|
+
export const MhsmPrivateEndpointConnectionsDeleteHeaders = {
|
|
3381
3497
|
type: {
|
|
3382
3498
|
name: "Composite",
|
|
3383
|
-
className: "
|
|
3499
|
+
className: "MhsmPrivateEndpointConnectionsDeleteHeaders",
|
|
3384
3500
|
modelProperties: {
|
|
3501
|
+
location: {
|
|
3502
|
+
serializedName: "location",
|
|
3503
|
+
type: {
|
|
3504
|
+
name: "String",
|
|
3505
|
+
},
|
|
3506
|
+
},
|
|
3385
3507
|
retryAfter: {
|
|
3386
3508
|
serializedName: "retry-after",
|
|
3387
3509
|
type: {
|
|
3388
3510
|
name: "Number",
|
|
3389
3511
|
},
|
|
3390
3512
|
},
|
|
3513
|
+
},
|
|
3514
|
+
},
|
|
3515
|
+
};
|
|
3516
|
+
export const PrivateEndpointConnectionsPutHeaders = {
|
|
3517
|
+
type: {
|
|
3518
|
+
name: "Composite",
|
|
3519
|
+
className: "PrivateEndpointConnectionsPutHeaders",
|
|
3520
|
+
modelProperties: {
|
|
3391
3521
|
azureAsyncOperation: {
|
|
3392
3522
|
serializedName: "azure-asyncoperation",
|
|
3393
3523
|
type: {
|
|
3394
3524
|
name: "String",
|
|
3395
3525
|
},
|
|
3396
3526
|
},
|
|
3527
|
+
retryAfter: {
|
|
3528
|
+
serializedName: "retry-after",
|
|
3529
|
+
type: {
|
|
3530
|
+
name: "Number",
|
|
3531
|
+
},
|
|
3532
|
+
},
|
|
3397
3533
|
},
|
|
3398
3534
|
},
|
|
3399
3535
|
};
|
|
3400
|
-
export const
|
|
3536
|
+
export const PrivateEndpointConnectionsDeleteHeaders = {
|
|
3401
3537
|
type: {
|
|
3402
3538
|
name: "Composite",
|
|
3403
|
-
className: "
|
|
3539
|
+
className: "PrivateEndpointConnectionsDeleteHeaders",
|
|
3404
3540
|
modelProperties: {
|
|
3405
3541
|
location: {
|
|
3406
3542
|
serializedName: "location",
|
|
@@ -3408,6 +3544,12 @@ export const MhsmPrivateEndpointConnectionsDeleteHeaders = {
|
|
|
3408
3544
|
name: "String",
|
|
3409
3545
|
},
|
|
3410
3546
|
},
|
|
3547
|
+
retryAfter: {
|
|
3548
|
+
serializedName: "retry-after",
|
|
3549
|
+
type: {
|
|
3550
|
+
name: "Number",
|
|
3551
|
+
},
|
|
3552
|
+
},
|
|
3411
3553
|
},
|
|
3412
3554
|
},
|
|
3413
3555
|
};
|