@azure/keyvault-certificates 4.9.1-alpha.20250115.1 → 4.9.1-alpha.20250121.3
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/dist/browser/certificatesModels.d.ts +6 -1
- package/dist/browser/certificatesModels.d.ts.map +1 -1
- package/dist/browser/certificatesModels.js.map +1 -1
- package/dist/browser/generated/api/index.d.ts +4 -0
- package/dist/browser/generated/api/index.d.ts.map +1 -0
- package/dist/browser/generated/api/index.js +5 -0
- package/dist/browser/generated/api/index.js.map +1 -0
- package/dist/browser/generated/api/keyVaultContext.d.ts +14 -0
- package/dist/browser/generated/api/keyVaultContext.d.ts.map +1 -0
- package/dist/browser/generated/api/keyVaultContext.js +37 -0
- package/dist/browser/generated/api/keyVaultContext.js.map +1 -0
- package/dist/browser/generated/api/operations.d.ts +113 -0
- package/dist/browser/generated/api/operations.d.ts.map +1 -0
- package/dist/browser/generated/api/operations.js +467 -0
- package/dist/browser/generated/api/operations.js.map +1 -0
- package/dist/browser/generated/api/options.d.ts +95 -0
- package/dist/browser/generated/api/options.d.ts.map +1 -0
- package/dist/browser/generated/api/options.js +4 -0
- package/dist/browser/generated/api/options.js.map +1 -0
- package/dist/browser/generated/helpers/serializerHelpers.d.ts +3 -0
- package/dist/browser/generated/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/browser/generated/helpers/serializerHelpers.js +25 -0
- package/dist/browser/generated/helpers/serializerHelpers.js.map +1 -0
- package/dist/browser/generated/index.d.ts +4 -1
- package/dist/browser/generated/index.d.ts.map +1 -1
- package/dist/browser/generated/index.js +3 -8
- package/dist/browser/generated/index.js.map +1 -1
- package/dist/browser/generated/keyVaultClient.d.ts +66 -276
- package/dist/browser/generated/keyVaultClient.d.ts.map +1 -1
- package/dist/browser/generated/keyVaultClient.js +118 -960
- package/dist/browser/generated/keyVaultClient.js.map +1 -1
- package/dist/browser/generated/logger.d.ts +2 -0
- package/dist/browser/generated/logger.d.ts.map +1 -0
- package/dist/browser/generated/logger.js +5 -0
- package/dist/browser/generated/logger.js.map +1 -0
- package/dist/browser/generated/models/index.d.ts +1 -812
- package/dist/browser/generated/models/index.d.ts.map +1 -1
- package/dist/browser/generated/models/index.js +3 -62
- package/dist/browser/generated/models/index.js.map +1 -1
- package/dist/browser/generated/models/models.d.ts +565 -0
- package/dist/browser/generated/models/models.d.ts.map +1 -0
- package/dist/browser/generated/models/models.js +690 -0
- package/dist/browser/generated/models/models.js.map +1 -0
- package/dist/browser/generated/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/generated/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/browser/generated/static-helpers/pagingHelpers.js +139 -0
- package/dist/browser/generated/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/index.d.ts +3 -11
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +74 -308
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/lro/create/operation.d.ts +2 -3
- package/dist/browser/lro/create/operation.d.ts.map +1 -1
- package/dist/browser/lro/create/operation.js +11 -14
- package/dist/browser/lro/create/operation.js.map +1 -1
- package/dist/browser/lro/create/poller.d.ts.map +1 -1
- package/dist/browser/lro/create/poller.js +2 -2
- package/dist/browser/lro/create/poller.js.map +1 -1
- package/dist/browser/lro/delete/operation.d.ts +2 -3
- package/dist/browser/lro/delete/operation.d.ts.map +1 -1
- package/dist/browser/lro/delete/operation.js +4 -8
- package/dist/browser/lro/delete/operation.js.map +1 -1
- package/dist/browser/lro/delete/poller.d.ts.map +1 -1
- package/dist/browser/lro/delete/poller.js +2 -2
- package/dist/browser/lro/delete/poller.js.map +1 -1
- package/dist/browser/lro/keyVaultCertificatePoller.d.ts +1 -1
- package/dist/browser/lro/keyVaultCertificatePoller.d.ts.map +1 -1
- package/dist/browser/lro/keyVaultCertificatePoller.js.map +1 -1
- package/dist/browser/lro/operation/operation.d.ts +2 -3
- package/dist/browser/lro/operation/operation.d.ts.map +1 -1
- package/dist/browser/lro/operation/operation.js +6 -13
- package/dist/browser/lro/operation/operation.js.map +1 -1
- package/dist/browser/lro/operation/poller.d.ts.map +1 -1
- package/dist/browser/lro/operation/poller.js +2 -2
- package/dist/browser/lro/operation/poller.js.map +1 -1
- package/dist/browser/lro/recover/operation.d.ts +2 -3
- package/dist/browser/lro/recover/operation.d.ts.map +1 -1
- package/dist/browser/lro/recover/operation.js +4 -8
- package/dist/browser/lro/recover/operation.js.map +1 -1
- package/dist/browser/lro/recover/poller.d.ts.map +1 -1
- package/dist/browser/lro/recover/poller.js +2 -2
- package/dist/browser/lro/recover/poller.js.map +1 -1
- package/dist/browser/transformations.d.ts +3 -1
- package/dist/browser/transformations.d.ts.map +1 -1
- package/dist/browser/transformations.js +34 -2
- package/dist/browser/transformations.js.map +1 -1
- package/dist/commonjs/certificatesModels.d.ts +6 -1
- package/dist/commonjs/certificatesModels.d.ts.map +1 -1
- package/dist/commonjs/certificatesModels.js.map +1 -1
- package/dist/commonjs/generated/api/index.d.ts +4 -0
- package/dist/commonjs/generated/api/index.d.ts.map +1 -0
- package/dist/commonjs/generated/api/index.js +36 -0
- package/dist/commonjs/generated/api/index.js.map +1 -0
- package/dist/commonjs/generated/api/keyVaultContext.d.ts +14 -0
- package/dist/commonjs/generated/api/keyVaultContext.d.ts.map +1 -0
- package/dist/commonjs/generated/api/keyVaultContext.js +40 -0
- package/dist/commonjs/generated/api/keyVaultContext.js.map +1 -0
- package/dist/commonjs/generated/api/operations.d.ts +113 -0
- package/dist/commonjs/generated/api/operations.d.ts.map +1 -0
- package/dist/commonjs/generated/api/operations.js +550 -0
- package/dist/commonjs/generated/api/operations.js.map +1 -0
- package/dist/commonjs/generated/api/options.d.ts +95 -0
- package/dist/commonjs/generated/api/options.d.ts.map +1 -0
- package/dist/commonjs/generated/api/options.js +5 -0
- package/dist/commonjs/generated/api/options.js.map +1 -0
- package/dist/commonjs/generated/helpers/serializerHelpers.d.ts +3 -0
- package/dist/commonjs/generated/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/commonjs/generated/helpers/serializerHelpers.js +28 -0
- package/dist/commonjs/generated/helpers/serializerHelpers.js.map +1 -0
- package/dist/commonjs/generated/index.d.ts +4 -1
- package/dist/commonjs/generated/index.d.ts.map +1 -1
- package/dist/commonjs/generated/index.js +9 -10
- package/dist/commonjs/generated/index.js.map +1 -1
- package/dist/commonjs/generated/keyVaultClient.d.ts +66 -276
- package/dist/commonjs/generated/keyVaultClient.d.ts.map +1 -1
- package/dist/commonjs/generated/keyVaultClient.js +118 -961
- package/dist/commonjs/generated/keyVaultClient.js.map +1 -1
- package/dist/commonjs/generated/logger.d.ts +2 -0
- package/dist/commonjs/generated/logger.d.ts.map +1 -0
- package/dist/commonjs/generated/logger.js +8 -0
- package/dist/commonjs/generated/logger.js.map +1 -0
- package/dist/commonjs/generated/models/index.d.ts +1 -812
- package/dist/commonjs/generated/models/index.d.ts.map +1 -1
- package/dist/commonjs/generated/models/index.js +9 -63
- package/dist/commonjs/generated/models/index.js.map +1 -1
- package/dist/commonjs/generated/models/models.d.ts +565 -0
- package/dist/commonjs/generated/models/models.d.ts.map +1 -0
- package/dist/commonjs/generated/models/models.js +754 -0
- package/dist/commonjs/generated/models/models.js.map +1 -0
- package/dist/commonjs/generated/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/generated/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/commonjs/generated/static-helpers/pagingHelpers.js +142 -0
- package/dist/commonjs/generated/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/index.d.ts +3 -11
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +73 -307
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/lro/create/operation.d.ts +2 -3
- package/dist/commonjs/lro/create/operation.d.ts.map +1 -1
- package/dist/commonjs/lro/create/operation.js +11 -14
- package/dist/commonjs/lro/create/operation.js.map +1 -1
- package/dist/commonjs/lro/create/poller.d.ts.map +1 -1
- package/dist/commonjs/lro/create/poller.js +2 -2
- package/dist/commonjs/lro/create/poller.js.map +1 -1
- package/dist/commonjs/lro/delete/operation.d.ts +2 -3
- package/dist/commonjs/lro/delete/operation.d.ts.map +1 -1
- package/dist/commonjs/lro/delete/operation.js +4 -8
- package/dist/commonjs/lro/delete/operation.js.map +1 -1
- package/dist/commonjs/lro/delete/poller.d.ts.map +1 -1
- package/dist/commonjs/lro/delete/poller.js +2 -2
- package/dist/commonjs/lro/delete/poller.js.map +1 -1
- package/dist/commonjs/lro/keyVaultCertificatePoller.d.ts +1 -1
- package/dist/commonjs/lro/keyVaultCertificatePoller.d.ts.map +1 -1
- package/dist/commonjs/lro/keyVaultCertificatePoller.js.map +1 -1
- package/dist/commonjs/lro/operation/operation.d.ts +2 -3
- package/dist/commonjs/lro/operation/operation.d.ts.map +1 -1
- package/dist/commonjs/lro/operation/operation.js +6 -13
- package/dist/commonjs/lro/operation/operation.js.map +1 -1
- package/dist/commonjs/lro/operation/poller.d.ts.map +1 -1
- package/dist/commonjs/lro/operation/poller.js +2 -2
- package/dist/commonjs/lro/operation/poller.js.map +1 -1
- package/dist/commonjs/lro/recover/operation.d.ts +2 -3
- package/dist/commonjs/lro/recover/operation.d.ts.map +1 -1
- package/dist/commonjs/lro/recover/operation.js +4 -8
- package/dist/commonjs/lro/recover/operation.js.map +1 -1
- package/dist/commonjs/lro/recover/poller.d.ts.map +1 -1
- package/dist/commonjs/lro/recover/poller.js +2 -2
- package/dist/commonjs/lro/recover/poller.js.map +1 -1
- package/dist/commonjs/transformations.d.ts +3 -1
- package/dist/commonjs/transformations.d.ts.map +1 -1
- package/dist/commonjs/transformations.js +35 -2
- package/dist/commonjs/transformations.js.map +1 -1
- package/dist/esm/certificatesModels.d.ts +6 -1
- package/dist/esm/certificatesModels.d.ts.map +1 -1
- package/dist/esm/certificatesModels.js.map +1 -1
- package/dist/esm/generated/api/index.d.ts +4 -0
- package/dist/esm/generated/api/index.d.ts.map +1 -0
- package/dist/esm/generated/api/index.js +5 -0
- package/dist/esm/generated/api/index.js.map +1 -0
- package/dist/esm/generated/api/keyVaultContext.d.ts +14 -0
- package/dist/esm/generated/api/keyVaultContext.d.ts.map +1 -0
- package/dist/esm/generated/api/keyVaultContext.js +37 -0
- package/dist/esm/generated/api/keyVaultContext.js.map +1 -0
- package/dist/esm/generated/api/operations.d.ts +113 -0
- package/dist/esm/generated/api/operations.d.ts.map +1 -0
- package/dist/esm/generated/api/operations.js +467 -0
- package/dist/esm/generated/api/operations.js.map +1 -0
- package/dist/esm/generated/api/options.d.ts +95 -0
- package/dist/esm/generated/api/options.d.ts.map +1 -0
- package/dist/esm/generated/api/options.js +4 -0
- package/dist/esm/generated/api/options.js.map +1 -0
- package/dist/esm/generated/helpers/serializerHelpers.d.ts +3 -0
- package/dist/esm/generated/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/esm/generated/helpers/serializerHelpers.js +25 -0
- package/dist/esm/generated/helpers/serializerHelpers.js.map +1 -0
- package/dist/esm/generated/index.d.ts +4 -1
- package/dist/esm/generated/index.d.ts.map +1 -1
- package/dist/esm/generated/index.js +3 -8
- package/dist/esm/generated/index.js.map +1 -1
- package/dist/esm/generated/keyVaultClient.d.ts +66 -276
- package/dist/esm/generated/keyVaultClient.d.ts.map +1 -1
- package/dist/esm/generated/keyVaultClient.js +118 -960
- package/dist/esm/generated/keyVaultClient.js.map +1 -1
- package/dist/esm/generated/logger.d.ts +2 -0
- package/dist/esm/generated/logger.d.ts.map +1 -0
- package/dist/esm/generated/logger.js +5 -0
- package/dist/esm/generated/logger.js.map +1 -0
- package/dist/esm/generated/models/index.d.ts +1 -812
- package/dist/esm/generated/models/index.d.ts.map +1 -1
- package/dist/esm/generated/models/index.js +3 -62
- package/dist/esm/generated/models/index.js.map +1 -1
- package/dist/esm/generated/models/models.d.ts +565 -0
- package/dist/esm/generated/models/models.d.ts.map +1 -0
- package/dist/esm/generated/models/models.js +690 -0
- package/dist/esm/generated/models/models.js.map +1 -0
- package/dist/esm/generated/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/generated/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/esm/generated/static-helpers/pagingHelpers.js +139 -0
- package/dist/esm/generated/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/index.d.ts +3 -11
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +74 -308
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lro/create/operation.d.ts +2 -3
- package/dist/esm/lro/create/operation.d.ts.map +1 -1
- package/dist/esm/lro/create/operation.js +11 -14
- package/dist/esm/lro/create/operation.js.map +1 -1
- package/dist/esm/lro/create/poller.d.ts.map +1 -1
- package/dist/esm/lro/create/poller.js +2 -2
- package/dist/esm/lro/create/poller.js.map +1 -1
- package/dist/esm/lro/delete/operation.d.ts +2 -3
- package/dist/esm/lro/delete/operation.d.ts.map +1 -1
- package/dist/esm/lro/delete/operation.js +4 -8
- package/dist/esm/lro/delete/operation.js.map +1 -1
- package/dist/esm/lro/delete/poller.d.ts.map +1 -1
- package/dist/esm/lro/delete/poller.js +2 -2
- package/dist/esm/lro/delete/poller.js.map +1 -1
- package/dist/esm/lro/keyVaultCertificatePoller.d.ts +1 -1
- package/dist/esm/lro/keyVaultCertificatePoller.d.ts.map +1 -1
- package/dist/esm/lro/keyVaultCertificatePoller.js.map +1 -1
- package/dist/esm/lro/operation/operation.d.ts +2 -3
- package/dist/esm/lro/operation/operation.d.ts.map +1 -1
- package/dist/esm/lro/operation/operation.js +6 -13
- package/dist/esm/lro/operation/operation.js.map +1 -1
- package/dist/esm/lro/operation/poller.d.ts.map +1 -1
- package/dist/esm/lro/operation/poller.js +2 -2
- package/dist/esm/lro/operation/poller.js.map +1 -1
- package/dist/esm/lro/recover/operation.d.ts +2 -3
- package/dist/esm/lro/recover/operation.d.ts.map +1 -1
- package/dist/esm/lro/recover/operation.js +4 -8
- package/dist/esm/lro/recover/operation.js.map +1 -1
- package/dist/esm/lro/recover/poller.d.ts.map +1 -1
- package/dist/esm/lro/recover/poller.js +2 -2
- package/dist/esm/lro/recover/poller.js.map +1 -1
- package/dist/esm/transformations.d.ts +3 -1
- package/dist/esm/transformations.d.ts.map +1 -1
- package/dist/esm/transformations.js +34 -2
- package/dist/esm/transformations.js.map +1 -1
- package/dist/react-native/certificatesModels.d.ts +6 -1
- package/dist/react-native/certificatesModels.d.ts.map +1 -1
- package/dist/react-native/certificatesModels.js.map +1 -1
- package/dist/react-native/generated/api/index.d.ts +4 -0
- package/dist/react-native/generated/api/index.d.ts.map +1 -0
- package/dist/react-native/generated/api/index.js +5 -0
- package/dist/react-native/generated/api/index.js.map +1 -0
- package/dist/react-native/generated/api/keyVaultContext.d.ts +14 -0
- package/dist/react-native/generated/api/keyVaultContext.d.ts.map +1 -0
- package/dist/react-native/generated/api/keyVaultContext.js +37 -0
- package/dist/react-native/generated/api/keyVaultContext.js.map +1 -0
- package/dist/react-native/generated/api/operations.d.ts +113 -0
- package/dist/react-native/generated/api/operations.d.ts.map +1 -0
- package/dist/react-native/generated/api/operations.js +467 -0
- package/dist/react-native/generated/api/operations.js.map +1 -0
- package/dist/react-native/generated/api/options.d.ts +95 -0
- package/dist/react-native/generated/api/options.d.ts.map +1 -0
- package/dist/react-native/generated/api/options.js +4 -0
- package/dist/react-native/generated/api/options.js.map +1 -0
- package/dist/react-native/generated/helpers/serializerHelpers.d.ts +3 -0
- package/dist/react-native/generated/helpers/serializerHelpers.d.ts.map +1 -0
- package/dist/react-native/generated/helpers/serializerHelpers.js +25 -0
- package/dist/react-native/generated/helpers/serializerHelpers.js.map +1 -0
- package/dist/react-native/generated/index.d.ts +4 -1
- package/dist/react-native/generated/index.d.ts.map +1 -1
- package/dist/react-native/generated/index.js +3 -8
- package/dist/react-native/generated/index.js.map +1 -1
- package/dist/react-native/generated/keyVaultClient.d.ts +66 -276
- package/dist/react-native/generated/keyVaultClient.d.ts.map +1 -1
- package/dist/react-native/generated/keyVaultClient.js +118 -960
- package/dist/react-native/generated/keyVaultClient.js.map +1 -1
- package/dist/react-native/generated/logger.d.ts +2 -0
- package/dist/react-native/generated/logger.d.ts.map +1 -0
- package/dist/react-native/generated/logger.js +5 -0
- package/dist/react-native/generated/logger.js.map +1 -0
- package/dist/react-native/generated/models/index.d.ts +1 -812
- package/dist/react-native/generated/models/index.d.ts.map +1 -1
- package/dist/react-native/generated/models/index.js +3 -62
- package/dist/react-native/generated/models/index.js.map +1 -1
- package/dist/react-native/generated/models/models.d.ts +565 -0
- package/dist/react-native/generated/models/models.d.ts.map +1 -0
- package/dist/react-native/generated/models/models.js +690 -0
- package/dist/react-native/generated/models/models.js.map +1 -0
- package/dist/react-native/generated/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/generated/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/react-native/generated/static-helpers/pagingHelpers.js +139 -0
- package/dist/react-native/generated/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/index.d.ts +3 -11
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +74 -308
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/lro/create/operation.d.ts +2 -3
- package/dist/react-native/lro/create/operation.d.ts.map +1 -1
- package/dist/react-native/lro/create/operation.js +11 -14
- package/dist/react-native/lro/create/operation.js.map +1 -1
- package/dist/react-native/lro/create/poller.d.ts.map +1 -1
- package/dist/react-native/lro/create/poller.js +2 -2
- package/dist/react-native/lro/create/poller.js.map +1 -1
- package/dist/react-native/lro/delete/operation.d.ts +2 -3
- package/dist/react-native/lro/delete/operation.d.ts.map +1 -1
- package/dist/react-native/lro/delete/operation.js +4 -8
- package/dist/react-native/lro/delete/operation.js.map +1 -1
- package/dist/react-native/lro/delete/poller.d.ts.map +1 -1
- package/dist/react-native/lro/delete/poller.js +2 -2
- package/dist/react-native/lro/delete/poller.js.map +1 -1
- package/dist/react-native/lro/keyVaultCertificatePoller.d.ts +1 -1
- package/dist/react-native/lro/keyVaultCertificatePoller.d.ts.map +1 -1
- package/dist/react-native/lro/keyVaultCertificatePoller.js.map +1 -1
- package/dist/react-native/lro/operation/operation.d.ts +2 -3
- package/dist/react-native/lro/operation/operation.d.ts.map +1 -1
- package/dist/react-native/lro/operation/operation.js +6 -13
- package/dist/react-native/lro/operation/operation.js.map +1 -1
- package/dist/react-native/lro/operation/poller.d.ts.map +1 -1
- package/dist/react-native/lro/operation/poller.js +2 -2
- package/dist/react-native/lro/operation/poller.js.map +1 -1
- package/dist/react-native/lro/recover/operation.d.ts +2 -3
- package/dist/react-native/lro/recover/operation.d.ts.map +1 -1
- package/dist/react-native/lro/recover/operation.js +4 -8
- package/dist/react-native/lro/recover/operation.js.map +1 -1
- package/dist/react-native/lro/recover/poller.d.ts.map +1 -1
- package/dist/react-native/lro/recover/poller.js +2 -2
- package/dist/react-native/lro/recover/poller.js.map +1 -1
- package/dist/react-native/transformations.d.ts +3 -1
- package/dist/react-native/transformations.d.ts.map +1 -1
- package/dist/react-native/transformations.js +34 -2
- package/dist/react-native/transformations.js.map +1 -1
- package/package.json +3 -3
- package/dist/browser/generated/models/mappers.d.ts +0 -41
- package/dist/browser/generated/models/mappers.d.ts.map +0 -1
- package/dist/browser/generated/models/mappers.js +0 -1191
- package/dist/browser/generated/models/mappers.js.map +0 -1
- package/dist/browser/generated/models/parameters.d.ts +0 -39
- package/dist/browser/generated/models/parameters.d.ts.map +0 -1
- package/dist/browser/generated/models/parameters.js +0 -232
- package/dist/browser/generated/models/parameters.js.map +0 -1
- package/dist/commonjs/generated/models/mappers.d.ts +0 -41
- package/dist/commonjs/generated/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/generated/models/mappers.js +0 -1194
- package/dist/commonjs/generated/models/mappers.js.map +0 -1
- package/dist/commonjs/generated/models/parameters.d.ts +0 -39
- package/dist/commonjs/generated/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/generated/models/parameters.js +0 -235
- package/dist/commonjs/generated/models/parameters.js.map +0 -1
- package/dist/esm/generated/models/mappers.d.ts +0 -41
- package/dist/esm/generated/models/mappers.d.ts.map +0 -1
- package/dist/esm/generated/models/mappers.js +0 -1191
- package/dist/esm/generated/models/mappers.js.map +0 -1
- package/dist/esm/generated/models/parameters.d.ts +0 -39
- package/dist/esm/generated/models/parameters.d.ts.map +0 -1
- package/dist/esm/generated/models/parameters.js +0 -232
- package/dist/esm/generated/models/parameters.js.map +0 -1
- package/dist/react-native/generated/models/mappers.d.ts +0 -41
- package/dist/react-native/generated/models/mappers.d.ts.map +0 -1
- package/dist/react-native/generated/models/mappers.js +0 -1191
- package/dist/react-native/generated/models/mappers.js.map +0 -1
- package/dist/react-native/generated/models/parameters.d.ts +0 -39
- package/dist/react-native/generated/models/parameters.d.ts.map +0 -1
- package/dist/react-native/generated/models/parameters.js +0 -232
- package/dist/react-native/generated/models/parameters.js.map +0 -1
|
@@ -1,278 +1,68 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
setCertificateIssuer(vaultBaseUrl: string, issuerName: string, provider: string, options?: SetCertificateIssuerOptionalParams): Promise<SetCertificateIssuerResponse>;
|
|
68
|
-
/**
|
|
69
|
-
* The UpdateCertificateIssuer operation performs an update on the specified certificate issuer entity.
|
|
70
|
-
* This operation requires the certificates/setissuers permission.
|
|
71
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
72
|
-
* @param issuerName The name of the issuer.
|
|
73
|
-
* @param options The options parameters.
|
|
74
|
-
*/
|
|
75
|
-
updateCertificateIssuer(vaultBaseUrl: string, issuerName: string, options?: UpdateCertificateIssuerOptionalParams): Promise<UpdateCertificateIssuerResponse>;
|
|
76
|
-
/**
|
|
77
|
-
* The GetCertificateIssuer operation returns the specified certificate issuer resources in the
|
|
78
|
-
* specified key vault. This operation requires the certificates/manageissuers/getissuers permission.
|
|
79
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
80
|
-
* @param issuerName The name of the issuer.
|
|
81
|
-
* @param options The options parameters.
|
|
82
|
-
*/
|
|
83
|
-
getCertificateIssuer(vaultBaseUrl: string, issuerName: string, options?: GetCertificateIssuerOptionalParams): Promise<GetCertificateIssuerResponse>;
|
|
84
|
-
/**
|
|
85
|
-
* The DeleteCertificateIssuer operation permanently removes the specified certificate issuer from the
|
|
86
|
-
* vault. This operation requires the certificates/manageissuers/deleteissuers permission.
|
|
87
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
88
|
-
* @param issuerName The name of the issuer.
|
|
89
|
-
* @param options The options parameters.
|
|
90
|
-
*/
|
|
91
|
-
deleteCertificateIssuer(vaultBaseUrl: string, issuerName: string, options?: DeleteCertificateIssuerOptionalParams): Promise<DeleteCertificateIssuerResponse>;
|
|
92
|
-
/**
|
|
93
|
-
* If this is the first version, the certificate resource is created. This operation requires the
|
|
94
|
-
* certificates/create permission.
|
|
95
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
96
|
-
* @param certificateName The name of the certificate. The value you provide may be copied globally for
|
|
97
|
-
* the purpose of running the service. The value provided should not include personally identifiable or
|
|
98
|
-
* sensitive information.
|
|
99
|
-
* @param options The options parameters.
|
|
100
|
-
*/
|
|
101
|
-
createCertificate(vaultBaseUrl: string, certificateName: string, options?: CreateCertificateOptionalParams): Promise<CreateCertificateResponse>;
|
|
102
|
-
/**
|
|
103
|
-
* Imports an existing valid certificate, containing a private key, into Azure Key Vault. This
|
|
104
|
-
* operation requires the certificates/import permission. The certificate to be imported can be in
|
|
105
|
-
* either PFX or PEM format. If the certificate is in PEM format the PEM file must contain the key as
|
|
106
|
-
* well as x509 certificates. Key Vault will only accept a key in PKCS#8 format.
|
|
107
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
108
|
-
* @param certificateName The name of the certificate. The value you provide may be copied globally for
|
|
109
|
-
* the purpose of running the service. The value provided should not include personally identifiable or
|
|
110
|
-
* sensitive information.
|
|
111
|
-
* @param base64EncodedCertificate Base64 encoded representation of the certificate object to import.
|
|
112
|
-
* This certificate needs to contain the private key.
|
|
113
|
-
* @param options The options parameters.
|
|
114
|
-
*/
|
|
115
|
-
importCertificate(vaultBaseUrl: string, certificateName: string, base64EncodedCertificate: string, options?: ImportCertificateOptionalParams): Promise<ImportCertificateResponse>;
|
|
116
|
-
/**
|
|
117
|
-
* The GetCertificateVersions operation returns the versions of a certificate in the specified key
|
|
118
|
-
* vault. This operation requires the certificates/list permission.
|
|
119
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
120
|
-
* @param certificateName The name of the certificate.
|
|
121
|
-
* @param options The options parameters.
|
|
122
|
-
*/
|
|
123
|
-
getCertificateVersions(vaultBaseUrl: string, certificateName: string, options?: GetCertificateVersionsOptionalParams): Promise<GetCertificateVersionsResponse>;
|
|
124
|
-
/**
|
|
125
|
-
* The GetCertificatePolicy operation returns the specified certificate policy resources in the
|
|
126
|
-
* specified key vault. This operation requires the certificates/get permission.
|
|
127
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
128
|
-
* @param certificateName The name of the certificate in a given key vault.
|
|
129
|
-
* @param options The options parameters.
|
|
130
|
-
*/
|
|
131
|
-
getCertificatePolicy(vaultBaseUrl: string, certificateName: string, options?: GetCertificatePolicyOptionalParams): Promise<GetCertificatePolicyResponse>;
|
|
132
|
-
/**
|
|
133
|
-
* Set specified members in the certificate policy. Leave others as null. This operation requires the
|
|
134
|
-
* certificates/update permission.
|
|
135
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
136
|
-
* @param certificateName The name of the certificate in the given vault.
|
|
137
|
-
* @param certificatePolicy The policy for the certificate.
|
|
138
|
-
* @param options The options parameters.
|
|
139
|
-
*/
|
|
140
|
-
updateCertificatePolicy(vaultBaseUrl: string, certificateName: string, certificatePolicy: CertificatePolicy, options?: UpdateCertificatePolicyOptionalParams): Promise<UpdateCertificatePolicyResponse>;
|
|
141
|
-
/**
|
|
142
|
-
* The UpdateCertificate operation applies the specified update on the given certificate; the only
|
|
143
|
-
* elements updated are the certificate's attributes. This operation requires the certificates/update
|
|
144
|
-
* permission.
|
|
145
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
146
|
-
* @param certificateName The name of the certificate in the given key vault.
|
|
147
|
-
* @param certificateVersion The version of the certificate.
|
|
148
|
-
* @param options The options parameters.
|
|
149
|
-
*/
|
|
150
|
-
updateCertificate(vaultBaseUrl: string, certificateName: string, certificateVersion: string, options?: UpdateCertificateOptionalParams): Promise<UpdateCertificateResponse>;
|
|
151
|
-
/**
|
|
152
|
-
* Gets information about a specific certificate. This operation requires the certificates/get
|
|
153
|
-
* permission.
|
|
154
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
155
|
-
* @param certificateName The name of the certificate in the given vault.
|
|
156
|
-
* @param certificateVersion The version of the certificate. This URI fragment is optional. If not
|
|
157
|
-
* specified, the latest version of the certificate is returned.
|
|
158
|
-
* @param options The options parameters.
|
|
159
|
-
*/
|
|
160
|
-
getCertificate(vaultBaseUrl: string, certificateName: string, certificateVersion: string, options?: GetCertificateOptionalParams): Promise<GetCertificateResponse>;
|
|
161
|
-
/**
|
|
162
|
-
* Updates a certificate creation operation that is already in progress. This operation requires the
|
|
163
|
-
* certificates/update permission.
|
|
164
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
165
|
-
* @param certificateName The name of the certificate.
|
|
166
|
-
* @param cancellationRequested Indicates if cancellation was requested on the certificate operation.
|
|
167
|
-
* @param options The options parameters.
|
|
168
|
-
*/
|
|
169
|
-
updateCertificateOperation(vaultBaseUrl: string, certificateName: string, cancellationRequested: boolean, options?: UpdateCertificateOperationOptionalParams): Promise<UpdateCertificateOperationResponse>;
|
|
170
|
-
/**
|
|
171
|
-
* Gets the creation operation associated with a specified certificate. This operation requires the
|
|
172
|
-
* certificates/get permission.
|
|
173
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
174
|
-
* @param certificateName The name of the certificate.
|
|
175
|
-
* @param options The options parameters.
|
|
176
|
-
*/
|
|
177
|
-
getCertificateOperation(vaultBaseUrl: string, certificateName: string, options?: GetCertificateOperationOptionalParams): Promise<GetCertificateOperationResponse>;
|
|
178
|
-
/**
|
|
179
|
-
* Deletes the creation operation for a specified certificate that is in the process of being created.
|
|
180
|
-
* The certificate is no longer created. This operation requires the certificates/update permission.
|
|
181
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
182
|
-
* @param certificateName The name of the certificate.
|
|
183
|
-
* @param options The options parameters.
|
|
184
|
-
*/
|
|
185
|
-
deleteCertificateOperation(vaultBaseUrl: string, certificateName: string, options?: DeleteCertificateOperationOptionalParams): Promise<DeleteCertificateOperationResponse>;
|
|
186
|
-
/**
|
|
187
|
-
* The MergeCertificate operation performs the merging of a certificate or certificate chain with a key
|
|
188
|
-
* pair currently available in the service. This operation requires the certificates/create permission.
|
|
189
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
190
|
-
* @param certificateName The name of the certificate.
|
|
191
|
-
* @param x509Certificates The certificate or the certificate chain to merge.
|
|
192
|
-
* @param options The options parameters.
|
|
193
|
-
*/
|
|
194
|
-
mergeCertificate(vaultBaseUrl: string, certificateName: string, x509Certificates: Uint8Array[], options?: MergeCertificateOptionalParams): Promise<MergeCertificateResponse>;
|
|
195
|
-
/**
|
|
196
|
-
* Requests that a backup of the specified certificate be downloaded to the client. All versions of the
|
|
197
|
-
* certificate will be downloaded. This operation requires the certificates/backup permission.
|
|
198
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
199
|
-
* @param certificateName The name of the certificate.
|
|
200
|
-
* @param options The options parameters.
|
|
201
|
-
*/
|
|
202
|
-
backupCertificate(vaultBaseUrl: string, certificateName: string, options?: BackupCertificateOptionalParams): Promise<BackupCertificateResponse>;
|
|
203
|
-
/**
|
|
204
|
-
* Restores a backed up certificate, and all its versions, to a vault. This operation requires the
|
|
205
|
-
* certificates/restore permission.
|
|
206
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
207
|
-
* @param certificateBundleBackup The backup blob associated with a certificate bundle.
|
|
208
|
-
* @param options The options parameters.
|
|
209
|
-
*/
|
|
210
|
-
restoreCertificate(vaultBaseUrl: string, certificateBundleBackup: Uint8Array, options?: RestoreCertificateOptionalParams): Promise<RestoreCertificateResponse>;
|
|
211
|
-
/**
|
|
212
|
-
* The GetDeletedCertificates operation retrieves the certificates in the current vault which are in a
|
|
213
|
-
* deleted state and ready for recovery or purging. This operation includes deletion-specific
|
|
214
|
-
* information. This operation requires the certificates/get/list permission. This operation can only
|
|
215
|
-
* be enabled on soft-delete enabled vaults.
|
|
216
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
217
|
-
* @param options The options parameters.
|
|
218
|
-
*/
|
|
219
|
-
getDeletedCertificates(vaultBaseUrl: string, options?: GetDeletedCertificatesOptionalParams): Promise<GetDeletedCertificatesResponse>;
|
|
220
|
-
/**
|
|
221
|
-
* The GetDeletedCertificate operation retrieves the deleted certificate information plus its
|
|
222
|
-
* attributes, such as retention interval, scheduled permanent deletion and the current deletion
|
|
223
|
-
* recovery level. This operation requires the certificates/get permission.
|
|
224
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
225
|
-
* @param certificateName The name of the certificate
|
|
226
|
-
* @param options The options parameters.
|
|
227
|
-
*/
|
|
228
|
-
getDeletedCertificate(vaultBaseUrl: string, certificateName: string, options?: GetDeletedCertificateOptionalParams): Promise<GetDeletedCertificateResponse>;
|
|
229
|
-
/**
|
|
230
|
-
* The PurgeDeletedCertificate operation performs an irreversible deletion of the specified
|
|
231
|
-
* certificate, without possibility for recovery. The operation is not available if the recovery level
|
|
232
|
-
* does not specify 'Purgeable'. This operation requires the certificate/purge permission.
|
|
233
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
234
|
-
* @param certificateName The name of the certificate
|
|
235
|
-
* @param options The options parameters.
|
|
236
|
-
*/
|
|
237
|
-
purgeDeletedCertificate(vaultBaseUrl: string, certificateName: string, options?: PurgeDeletedCertificateOptionalParams): Promise<void>;
|
|
238
|
-
/**
|
|
239
|
-
* The RecoverDeletedCertificate operation performs the reversal of the Delete operation. The operation
|
|
240
|
-
* is applicable in vaults enabled for soft-delete, and must be issued during the retention interval
|
|
241
|
-
* (available in the deleted certificate's attributes). This operation requires the
|
|
242
|
-
* certificates/recover permission.
|
|
243
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
244
|
-
* @param certificateName The name of the deleted certificate
|
|
245
|
-
* @param options The options parameters.
|
|
246
|
-
*/
|
|
247
|
-
recoverDeletedCertificate(vaultBaseUrl: string, certificateName: string, options?: RecoverDeletedCertificateOptionalParams): Promise<RecoverDeletedCertificateResponse>;
|
|
248
|
-
/**
|
|
249
|
-
* GetCertificatesNext
|
|
250
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
251
|
-
* @param nextLink The nextLink from the previous successful call to the GetCertificates method.
|
|
252
|
-
* @param options The options parameters.
|
|
253
|
-
*/
|
|
254
|
-
getCertificatesNext(vaultBaseUrl: string, nextLink: string, options?: GetCertificatesNextOptionalParams): Promise<GetCertificatesNextResponse>;
|
|
255
|
-
/**
|
|
256
|
-
* GetCertificateIssuersNext
|
|
257
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
258
|
-
* @param nextLink The nextLink from the previous successful call to the GetCertificateIssuers method.
|
|
259
|
-
* @param options The options parameters.
|
|
260
|
-
*/
|
|
261
|
-
getCertificateIssuersNext(vaultBaseUrl: string, nextLink: string, options?: GetCertificateIssuersNextOptionalParams): Promise<GetCertificateIssuersNextResponse>;
|
|
262
|
-
/**
|
|
263
|
-
* GetCertificateVersionsNext
|
|
264
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
265
|
-
* @param certificateName The name of the certificate.
|
|
266
|
-
* @param nextLink The nextLink from the previous successful call to the GetCertificateVersions method.
|
|
267
|
-
* @param options The options parameters.
|
|
268
|
-
*/
|
|
269
|
-
getCertificateVersionsNext(vaultBaseUrl: string, certificateName: string, nextLink: string, options?: GetCertificateVersionsNextOptionalParams): Promise<GetCertificateVersionsNextResponse>;
|
|
270
|
-
/**
|
|
271
|
-
* GetDeletedCertificatesNext
|
|
272
|
-
* @param vaultBaseUrl The vault name, for example https://myvault.vault.azure.net.
|
|
273
|
-
* @param nextLink The nextLink from the previous successful call to the GetDeletedCertificates method.
|
|
274
|
-
* @param options The options parameters.
|
|
275
|
-
*/
|
|
276
|
-
getDeletedCertificatesNext(vaultBaseUrl: string, nextLink: string, options?: GetDeletedCertificatesNextOptionalParams): Promise<GetDeletedCertificatesNextResponse>;
|
|
1
|
+
import { KeyVaultClientOptionalParams, GetCertificatesOptionalParams, DeleteCertificateOptionalParams, SetCertificateContactsOptionalParams, GetCertificateContactsOptionalParams, DeleteCertificateContactsOptionalParams, GetCertificateIssuersOptionalParams, SetCertificateIssuerOptionalParams, UpdateCertificateIssuerOptionalParams, GetCertificateIssuerOptionalParams, DeleteCertificateIssuerOptionalParams, CreateCertificateOptionalParams, ImportCertificateOptionalParams, GetCertificateVersionsOptionalParams, GetCertificatePolicyOptionalParams, UpdateCertificatePolicyOptionalParams, UpdateCertificateOptionalParams, GetCertificateOptionalParams, UpdateCertificateOperationOptionalParams, GetCertificateOperationOptionalParams, DeleteCertificateOperationOptionalParams, MergeCertificateOptionalParams, BackupCertificateOptionalParams, RestoreCertificateOptionalParams, GetDeletedCertificatesOptionalParams, GetDeletedCertificateOptionalParams, PurgeDeletedCertificateOptionalParams, RecoverDeletedCertificateOptionalParams } from "./api/index.js";
|
|
2
|
+
import { CertificateItem, DeletedCertificateBundle, CertificatePolicy, Contacts, CertificateIssuerItem, CertificateIssuerSetParameters, IssuerBundle, CertificateIssuerUpdateParameters, CertificateCreateParameters, CertificateOperation, CertificateImportParameters, CertificateBundle, CertificateUpdateParameters, CertificateOperationUpdateParameter, CertificateMergeParameters, BackupCertificateResult, CertificateRestoreParameters, DeletedCertificateItem } from "./models/models.js";
|
|
3
|
+
import { PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
|
|
4
|
+
import { Pipeline } from "@azure/core-rest-pipeline";
|
|
5
|
+
import { TokenCredential } from "@azure/core-auth";
|
|
6
|
+
export { KeyVaultClientOptionalParams } from "./api/keyVaultContext.js";
|
|
7
|
+
export declare class KeyVaultClient {
|
|
8
|
+
private _client;
|
|
9
|
+
/** The pipeline used by this client to make requests */
|
|
10
|
+
readonly pipeline: Pipeline;
|
|
11
|
+
/** The key vault client performs cryptographic key operations and vault operations against the Key Vault service. */
|
|
12
|
+
constructor(vaultBaseUrl: string, credential: TokenCredential, options?: KeyVaultClientOptionalParams);
|
|
13
|
+
/** The GetCertificates operation returns the set of certificates resources in the specified key vault. This operation requires the certificates/list permission. */
|
|
14
|
+
getCertificates(options?: GetCertificatesOptionalParams): PagedAsyncIterableIterator<CertificateItem>;
|
|
15
|
+
/** Deletes all versions of a certificate object along with its associated policy. Delete certificate cannot be used to remove individual versions of a certificate object. This operation requires the certificates/delete permission. */
|
|
16
|
+
deleteCertificate(certificateName: string, options?: DeleteCertificateOptionalParams): Promise<DeletedCertificateBundle>;
|
|
17
|
+
/** Sets the certificate contacts for the specified key vault. This operation requires the certificates/managecontacts permission. */
|
|
18
|
+
setCertificateContacts(contacts: Contacts, options?: SetCertificateContactsOptionalParams): Promise<Contacts>;
|
|
19
|
+
/** The GetCertificateContacts operation returns the set of certificate contact resources in the specified key vault. This operation requires the certificates/managecontacts permission. */
|
|
20
|
+
getCertificateContacts(options?: GetCertificateContactsOptionalParams): Promise<Contacts>;
|
|
21
|
+
/** Deletes the certificate contacts for a specified key vault certificate. This operation requires the certificates/managecontacts permission. */
|
|
22
|
+
deleteCertificateContacts(options?: DeleteCertificateContactsOptionalParams): Promise<Contacts>;
|
|
23
|
+
/** The GetCertificateIssuers operation returns the set of certificate issuer resources in the specified key vault. This operation requires the certificates/manageissuers/getissuers permission. */
|
|
24
|
+
getCertificateIssuers(options?: GetCertificateIssuersOptionalParams): PagedAsyncIterableIterator<CertificateIssuerItem>;
|
|
25
|
+
/** The SetCertificateIssuer operation adds or updates the specified certificate issuer. This operation requires the certificates/setissuers permission. */
|
|
26
|
+
setCertificateIssuer(issuerName: string, parameter: CertificateIssuerSetParameters, options?: SetCertificateIssuerOptionalParams): Promise<IssuerBundle>;
|
|
27
|
+
/** The UpdateCertificateIssuer operation performs an update on the specified certificate issuer entity. This operation requires the certificates/setissuers permission. */
|
|
28
|
+
updateCertificateIssuer(issuerName: string, parameter: CertificateIssuerUpdateParameters, options?: UpdateCertificateIssuerOptionalParams): Promise<IssuerBundle>;
|
|
29
|
+
/** The GetCertificateIssuer operation returns the specified certificate issuer resources in the specified key vault. This operation requires the certificates/manageissuers/getissuers permission. */
|
|
30
|
+
getCertificateIssuer(issuerName: string, options?: GetCertificateIssuerOptionalParams): Promise<IssuerBundle>;
|
|
31
|
+
/** The DeleteCertificateIssuer operation permanently removes the specified certificate issuer from the vault. This operation requires the certificates/manageissuers/deleteissuers permission. */
|
|
32
|
+
deleteCertificateIssuer(issuerName: string, options?: DeleteCertificateIssuerOptionalParams): Promise<IssuerBundle>;
|
|
33
|
+
/** If this is the first version, the certificate resource is created. This operation requires the certificates/create permission. */
|
|
34
|
+
createCertificate(certificateName: string, parameters: CertificateCreateParameters, options?: CreateCertificateOptionalParams): Promise<CertificateOperation>;
|
|
35
|
+
/** Imports an existing valid certificate, containing a private key, into Azure Key Vault. This operation requires the certificates/import permission. The certificate to be imported can be in either PFX or PEM format. If the certificate is in PEM format the PEM file must contain the key as well as x509 certificates. Key Vault will only accept a key in PKCS#8 format. */
|
|
36
|
+
importCertificate(certificateName: string, parameters: CertificateImportParameters, options?: ImportCertificateOptionalParams): Promise<CertificateBundle>;
|
|
37
|
+
/** The GetCertificateVersions operation returns the versions of a certificate in the specified key vault. This operation requires the certificates/list permission. */
|
|
38
|
+
getCertificateVersions(certificateName: string, options?: GetCertificateVersionsOptionalParams): PagedAsyncIterableIterator<CertificateItem>;
|
|
39
|
+
/** The GetCertificatePolicy operation returns the specified certificate policy resources in the specified key vault. This operation requires the certificates/get permission. */
|
|
40
|
+
getCertificatePolicy(certificateName: string, options?: GetCertificatePolicyOptionalParams): Promise<CertificatePolicy>;
|
|
41
|
+
/** Set specified members in the certificate policy. Leave others as null. This operation requires the certificates/update permission. */
|
|
42
|
+
updateCertificatePolicy(certificateName: string, certificatePolicy: CertificatePolicy, options?: UpdateCertificatePolicyOptionalParams): Promise<CertificatePolicy>;
|
|
43
|
+
/** The UpdateCertificate operation applies the specified update on the given certificate; the only elements updated are the certificate's attributes. This operation requires the certificates/update permission. */
|
|
44
|
+
updateCertificate(certificateName: string, certificateVersion: string, parameters: CertificateUpdateParameters, options?: UpdateCertificateOptionalParams): Promise<CertificateBundle>;
|
|
45
|
+
/** Gets information about a specific certificate. This operation requires the certificates/get permission. */
|
|
46
|
+
getCertificate(certificateName: string, certificateVersion: string, options?: GetCertificateOptionalParams): Promise<CertificateBundle>;
|
|
47
|
+
/** Updates a certificate creation operation that is already in progress. This operation requires the certificates/update permission. */
|
|
48
|
+
updateCertificateOperation(certificateName: string, certificateOperation: CertificateOperationUpdateParameter, options?: UpdateCertificateOperationOptionalParams): Promise<CertificateOperation>;
|
|
49
|
+
/** Gets the creation operation associated with a specified certificate. This operation requires the certificates/get permission. */
|
|
50
|
+
getCertificateOperation(certificateName: string, options?: GetCertificateOperationOptionalParams): Promise<CertificateOperation>;
|
|
51
|
+
/** Deletes the creation operation for a specified certificate that is in the process of being created. The certificate is no longer created. This operation requires the certificates/update permission. */
|
|
52
|
+
deleteCertificateOperation(certificateName: string, options?: DeleteCertificateOperationOptionalParams): Promise<CertificateOperation>;
|
|
53
|
+
/** The MergeCertificate operation performs the merging of a certificate or certificate chain with a key pair currently available in the service. This operation requires the certificates/create permission. */
|
|
54
|
+
mergeCertificate(certificateName: string, parameters: CertificateMergeParameters, options?: MergeCertificateOptionalParams): Promise<CertificateBundle>;
|
|
55
|
+
/** Requests that a backup of the specified certificate be downloaded to the client. All versions of the certificate will be downloaded. This operation requires the certificates/backup permission. */
|
|
56
|
+
backupCertificate(certificateName: string, options?: BackupCertificateOptionalParams): Promise<BackupCertificateResult>;
|
|
57
|
+
/** Restores a backed up certificate, and all its versions, to a vault. This operation requires the certificates/restore permission. */
|
|
58
|
+
restoreCertificate(parameters: CertificateRestoreParameters, options?: RestoreCertificateOptionalParams): Promise<CertificateBundle>;
|
|
59
|
+
/** The GetDeletedCertificates operation retrieves the certificates in the current vault which are in a deleted state and ready for recovery or purging. This operation includes deletion-specific information. This operation requires the certificates/get/list permission. This operation can only be enabled on soft-delete enabled vaults. */
|
|
60
|
+
getDeletedCertificates(options?: GetDeletedCertificatesOptionalParams): PagedAsyncIterableIterator<DeletedCertificateItem>;
|
|
61
|
+
/** The GetDeletedCertificate operation retrieves the deleted certificate information plus its attributes, such as retention interval, scheduled permanent deletion and the current deletion recovery level. This operation requires the certificates/get permission. */
|
|
62
|
+
getDeletedCertificate(certificateName: string, options?: GetDeletedCertificateOptionalParams): Promise<DeletedCertificateBundle>;
|
|
63
|
+
/** The PurgeDeletedCertificate operation performs an irreversible deletion of the specified certificate, without possibility for recovery. The operation is not available if the recovery level does not specify 'Purgeable'. This operation requires the certificate/purge permission. */
|
|
64
|
+
purgeDeletedCertificate(certificateName: string, options?: PurgeDeletedCertificateOptionalParams): Promise<void>;
|
|
65
|
+
/** The RecoverDeletedCertificate operation performs the reversal of the Delete operation. The operation is applicable in vaults enabled for soft-delete, and must be issued during the retention interval (available in the deleted certificate's attributes). This operation requires the certificates/recover permission. */
|
|
66
|
+
recoverDeletedCertificate(certificateName: string, options?: RecoverDeletedCertificateOptionalParams): Promise<CertificateBundle>;
|
|
277
67
|
}
|
|
278
68
|
//# sourceMappingURL=keyVaultClient.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keyVaultClient.d.ts","sourceRoot":"","sources":["../../../src/generated/keyVaultClient.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"keyVaultClient.d.ts","sourceRoot":"","sources":["../../../src/generated/keyVaultClient.ts"],"names":[],"mappings":"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"}
|