@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
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { OperationOptions } from "@azure-rest/core-client";
|
|
2
|
+
/** Optional parameters. */
|
|
3
|
+
export interface GetCertificatesOptionalParams extends OperationOptions {
|
|
4
|
+
/** Maximum number of results to return in a page. If not specified the service will return up to 25 results. */
|
|
5
|
+
maxresults?: number;
|
|
6
|
+
/** Specifies whether to include certificates which are not completely provisioned. */
|
|
7
|
+
includePending?: boolean;
|
|
8
|
+
}
|
|
9
|
+
/** Optional parameters. */
|
|
10
|
+
export interface DeleteCertificateOptionalParams extends OperationOptions {
|
|
11
|
+
}
|
|
12
|
+
/** Optional parameters. */
|
|
13
|
+
export interface SetCertificateContactsOptionalParams extends OperationOptions {
|
|
14
|
+
}
|
|
15
|
+
/** Optional parameters. */
|
|
16
|
+
export interface GetCertificateContactsOptionalParams extends OperationOptions {
|
|
17
|
+
}
|
|
18
|
+
/** Optional parameters. */
|
|
19
|
+
export interface DeleteCertificateContactsOptionalParams extends OperationOptions {
|
|
20
|
+
}
|
|
21
|
+
/** Optional parameters. */
|
|
22
|
+
export interface GetCertificateIssuersOptionalParams extends OperationOptions {
|
|
23
|
+
/** Maximum number of results to return in a page. If not specified the service will return up to 25 results. */
|
|
24
|
+
maxresults?: number;
|
|
25
|
+
}
|
|
26
|
+
/** Optional parameters. */
|
|
27
|
+
export interface SetCertificateIssuerOptionalParams extends OperationOptions {
|
|
28
|
+
}
|
|
29
|
+
/** Optional parameters. */
|
|
30
|
+
export interface UpdateCertificateIssuerOptionalParams extends OperationOptions {
|
|
31
|
+
}
|
|
32
|
+
/** Optional parameters. */
|
|
33
|
+
export interface GetCertificateIssuerOptionalParams extends OperationOptions {
|
|
34
|
+
}
|
|
35
|
+
/** Optional parameters. */
|
|
36
|
+
export interface DeleteCertificateIssuerOptionalParams extends OperationOptions {
|
|
37
|
+
}
|
|
38
|
+
/** Optional parameters. */
|
|
39
|
+
export interface CreateCertificateOptionalParams extends OperationOptions {
|
|
40
|
+
}
|
|
41
|
+
/** Optional parameters. */
|
|
42
|
+
export interface ImportCertificateOptionalParams extends OperationOptions {
|
|
43
|
+
}
|
|
44
|
+
/** Optional parameters. */
|
|
45
|
+
export interface GetCertificateVersionsOptionalParams extends OperationOptions {
|
|
46
|
+
/** Maximum number of results to return in a page. If not specified the service will return up to 25 results. */
|
|
47
|
+
maxresults?: number;
|
|
48
|
+
}
|
|
49
|
+
/** Optional parameters. */
|
|
50
|
+
export interface GetCertificatePolicyOptionalParams extends OperationOptions {
|
|
51
|
+
}
|
|
52
|
+
/** Optional parameters. */
|
|
53
|
+
export interface UpdateCertificatePolicyOptionalParams extends OperationOptions {
|
|
54
|
+
}
|
|
55
|
+
/** Optional parameters. */
|
|
56
|
+
export interface UpdateCertificateOptionalParams extends OperationOptions {
|
|
57
|
+
}
|
|
58
|
+
/** Optional parameters. */
|
|
59
|
+
export interface GetCertificateOptionalParams extends OperationOptions {
|
|
60
|
+
}
|
|
61
|
+
/** Optional parameters. */
|
|
62
|
+
export interface UpdateCertificateOperationOptionalParams extends OperationOptions {
|
|
63
|
+
}
|
|
64
|
+
/** Optional parameters. */
|
|
65
|
+
export interface GetCertificateOperationOptionalParams extends OperationOptions {
|
|
66
|
+
}
|
|
67
|
+
/** Optional parameters. */
|
|
68
|
+
export interface DeleteCertificateOperationOptionalParams extends OperationOptions {
|
|
69
|
+
}
|
|
70
|
+
/** Optional parameters. */
|
|
71
|
+
export interface MergeCertificateOptionalParams extends OperationOptions {
|
|
72
|
+
}
|
|
73
|
+
/** Optional parameters. */
|
|
74
|
+
export interface BackupCertificateOptionalParams extends OperationOptions {
|
|
75
|
+
}
|
|
76
|
+
/** Optional parameters. */
|
|
77
|
+
export interface RestoreCertificateOptionalParams extends OperationOptions {
|
|
78
|
+
}
|
|
79
|
+
/** Optional parameters. */
|
|
80
|
+
export interface GetDeletedCertificatesOptionalParams extends OperationOptions {
|
|
81
|
+
/** Maximum number of results to return in a page. If not specified the service will return up to 25 results. */
|
|
82
|
+
maxresults?: number;
|
|
83
|
+
/** Specifies whether to include certificates which are not completely provisioned. */
|
|
84
|
+
includePending?: boolean;
|
|
85
|
+
}
|
|
86
|
+
/** Optional parameters. */
|
|
87
|
+
export interface GetDeletedCertificateOptionalParams extends OperationOptions {
|
|
88
|
+
}
|
|
89
|
+
/** Optional parameters. */
|
|
90
|
+
export interface PurgeDeletedCertificateOptionalParams extends OperationOptions {
|
|
91
|
+
}
|
|
92
|
+
/** Optional parameters. */
|
|
93
|
+
export interface RecoverDeletedCertificateOptionalParams extends OperationOptions {
|
|
94
|
+
}
|
|
95
|
+
//# sourceMappingURL=options.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../../src/generated/api/options.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE3D,2BAA2B;AAC3B,MAAM,WAAW,6BAA8B,SAAQ,gBAAgB;IACrE,gHAAgH;IAChH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,sFAAsF;IACtF,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,2BAA2B;AAC3B,MAAM,WAAW,+BAAgC,SAAQ,gBAAgB;CAAG;AAE5E,2BAA2B;AAC3B,MAAM,WAAW,oCACf,SAAQ,gBAAgB;CAAG;AAE7B,2BAA2B;AAC3B,MAAM,WAAW,oCACf,SAAQ,gBAAgB;CAAG;AAE7B,2BAA2B;AAC3B,MAAM,WAAW,uCACf,SAAQ,gBAAgB;CAAG;AAE7B,2BAA2B;AAC3B,MAAM,WAAW,mCAAoC,SAAQ,gBAAgB;IAC3E,gHAAgH;IAChH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,2BAA2B;AAC3B,MAAM,WAAW,kCAAmC,SAAQ,gBAAgB;CAAG;AAE/E,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,gBAAgB;CAAG;AAE7B,2BAA2B;AAC3B,MAAM,WAAW,kCAAmC,SAAQ,gBAAgB;CAAG;AAE/E,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,gBAAgB;CAAG;AAE7B,2BAA2B;AAC3B,MAAM,WAAW,+BAAgC,SAAQ,gBAAgB;CAAG;AAE5E,2BAA2B;AAC3B,MAAM,WAAW,+BAAgC,SAAQ,gBAAgB;CAAG;AAE5E,2BAA2B;AAC3B,MAAM,WAAW,oCAAqC,SAAQ,gBAAgB;IAC5E,gHAAgH;IAChH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,2BAA2B;AAC3B,MAAM,WAAW,kCAAmC,SAAQ,gBAAgB;CAAG;AAE/E,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,gBAAgB;CAAG;AAE7B,2BAA2B;AAC3B,MAAM,WAAW,+BAAgC,SAAQ,gBAAgB;CAAG;AAE5E,2BAA2B;AAC3B,MAAM,WAAW,4BAA6B,SAAQ,gBAAgB;CAAG;AAEzE,2BAA2B;AAC3B,MAAM,WAAW,wCACf,SAAQ,gBAAgB;CAAG;AAE7B,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,gBAAgB;CAAG;AAE7B,2BAA2B;AAC3B,MAAM,WAAW,wCACf,SAAQ,gBAAgB;CAAG;AAE7B,2BAA2B;AAC3B,MAAM,WAAW,8BAA+B,SAAQ,gBAAgB;CAAG;AAE3E,2BAA2B;AAC3B,MAAM,WAAW,+BAAgC,SAAQ,gBAAgB;CAAG;AAE5E,2BAA2B;AAC3B,MAAM,WAAW,gCAAiC,SAAQ,gBAAgB;CAAG;AAE7E,2BAA2B;AAC3B,MAAM,WAAW,oCAAqC,SAAQ,gBAAgB;IAC5E,gHAAgH;IAChH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,sFAAsF;IACtF,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,2BAA2B;AAC3B,MAAM,WAAW,mCAAoC,SAAQ,gBAAgB;CAAG;AAEhF,2BAA2B;AAC3B,MAAM,WAAW,qCACf,SAAQ,gBAAgB;CAAG;AAE7B,2BAA2B;AAC3B,MAAM,WAAW,uCACf,SAAQ,gBAAgB;CAAG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/generated/api/options.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { OperationOptions } from \"@azure-rest/core-client\";\n\n/** Optional parameters. */\nexport interface GetCertificatesOptionalParams extends OperationOptions {\n /** Maximum number of results to return in a page. If not specified the service will return up to 25 results. */\n maxresults?: number;\n /** Specifies whether to include certificates which are not completely provisioned. */\n includePending?: boolean;\n}\n\n/** Optional parameters. */\nexport interface DeleteCertificateOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface SetCertificateContactsOptionalParams\n extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface GetCertificateContactsOptionalParams\n extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface DeleteCertificateContactsOptionalParams\n extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface GetCertificateIssuersOptionalParams extends OperationOptions {\n /** Maximum number of results to return in a page. If not specified the service will return up to 25 results. */\n maxresults?: number;\n}\n\n/** Optional parameters. */\nexport interface SetCertificateIssuerOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface UpdateCertificateIssuerOptionalParams\n extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface GetCertificateIssuerOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface DeleteCertificateIssuerOptionalParams\n extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface CreateCertificateOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface ImportCertificateOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface GetCertificateVersionsOptionalParams extends OperationOptions {\n /** Maximum number of results to return in a page. If not specified the service will return up to 25 results. */\n maxresults?: number;\n}\n\n/** Optional parameters. */\nexport interface GetCertificatePolicyOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface UpdateCertificatePolicyOptionalParams\n extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface UpdateCertificateOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface GetCertificateOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface UpdateCertificateOperationOptionalParams\n extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface GetCertificateOperationOptionalParams\n extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface DeleteCertificateOperationOptionalParams\n extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface MergeCertificateOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface BackupCertificateOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface RestoreCertificateOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface GetDeletedCertificatesOptionalParams extends OperationOptions {\n /** Maximum number of results to return in a page. If not specified the service will return up to 25 results. */\n maxresults?: number;\n /** Specifies whether to include certificates which are not completely provisioned. */\n includePending?: boolean;\n}\n\n/** Optional parameters. */\nexport interface GetDeletedCertificateOptionalParams extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface PurgeDeletedCertificateOptionalParams\n extends OperationOptions {}\n\n/** Optional parameters. */\nexport interface RecoverDeletedCertificateOptionalParams\n extends OperationOptions {}\n"]}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare function serializeRecord<T extends string | number | boolean | Date | null, R>(item: Record<string, T>): Record<string, R>;
|
|
2
|
+
export declare function serializeRecord<T, R>(item: Record<string, T>, serializer: (item: T) => R): Record<string, R>;
|
|
3
|
+
//# sourceMappingURL=serializerHelpers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serializerHelpers.d.ts","sourceRoot":"","sources":["../../../../src/generated/helpers/serializerHelpers.ts"],"names":[],"mappings":"AAGA,wBAAgB,eAAe,CAC7B,CAAC,SAAS,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,IAAI,EACjD,CAAC,EACD,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;AAC9C,wBAAgB,eAAe,CAAC,CAAC,EAAE,CAAC,EAClC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,EACvB,UAAU,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,GACzB,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export function serializeRecord(item, serializer) {
|
|
4
|
+
return Object.keys(item).reduce((acc, key) => {
|
|
5
|
+
if (isSupportedRecordType(item[key])) {
|
|
6
|
+
acc[key] = item[key];
|
|
7
|
+
}
|
|
8
|
+
else if (serializer) {
|
|
9
|
+
const value = item[key];
|
|
10
|
+
if (value !== undefined) {
|
|
11
|
+
acc[key] = serializer(value);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
else {
|
|
15
|
+
console.warn(`Don't know how to serialize ${item[key]}`);
|
|
16
|
+
acc[key] = item[key];
|
|
17
|
+
}
|
|
18
|
+
return acc;
|
|
19
|
+
}, {});
|
|
20
|
+
}
|
|
21
|
+
function isSupportedRecordType(t) {
|
|
22
|
+
return (["number", "string", "boolean", "null"].includes(typeof t) ||
|
|
23
|
+
t instanceof Date);
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=serializerHelpers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serializerHelpers.js","sourceRoot":"","sources":["../../../../src/generated/helpers/serializerHelpers.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAUlC,MAAM,UAAU,eAAe,CAC7B,IAAuB,EACvB,UAA2B;IAE3B,OAAO,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM,CAC7B,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE;QACX,IAAI,qBAAqB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;YACrC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,GAAG,CAAQ,CAAC;QAC9B,CAAC;aAAM,IAAI,UAAU,EAAE,CAAC;YACtB,MAAM,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC;YACxB,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;gBACxB,GAAG,CAAC,GAAG,CAAC,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;YAC/B,CAAC;QACH,CAAC;aAAM,CAAC;YACN,OAAO,CAAC,IAAI,CAAC,+BAA+B,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;YACzD,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC,GAAG,CAAQ,CAAC;QAC9B,CAAC;QACD,OAAO,GAAG,CAAC;IACb,CAAC,EACD,EAAuB,CACxB,CAAC;AACJ,CAAC;AAED,SAAS,qBAAqB,CAAC,CAAM;IACnC,OAAO,CACL,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;QAC1D,CAAC,YAAY,IAAI,CAClB,CAAC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport function serializeRecord<\n T extends string | number | boolean | Date | null,\n R,\n>(item: Record<string, T>): Record<string, R>;\nexport function serializeRecord<T, R>(\n item: Record<string, T>,\n serializer: (item: T) => R,\n): Record<string, R>;\nexport function serializeRecord<T, R>(\n item: Record<string, T>,\n serializer?: (item: T) => R,\n): Record<string, R> {\n return Object.keys(item).reduce(\n (acc, key) => {\n if (isSupportedRecordType(item[key])) {\n acc[key] = item[key] as any;\n } else if (serializer) {\n const value = item[key];\n if (value !== undefined) {\n acc[key] = serializer(value);\n }\n } else {\n console.warn(`Don't know how to serialize ${item[key]}`);\n acc[key] = item[key] as any;\n }\n return acc;\n },\n {} as Record<string, R>,\n );\n}\n\nfunction isSupportedRecordType(t: any) {\n return (\n [\"number\", \"string\", \"boolean\", \"null\"].includes(typeof t) ||\n t instanceof Date\n );\n}\n"]}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
|
|
2
2
|
export { KeyVaultClient } from "./keyVaultClient.js";
|
|
3
|
+
export { CertificateItem, CertificateAttributes, KnownDeletionRecoveryLevel, DeletionRecoveryLevel, ErrorModel, DeletedCertificateBundle, CertificatePolicy, KeyProperties, KnownJsonWebKeyType, JsonWebKeyType, KnownJsonWebKeyCurveName, JsonWebKeyCurveName, SecretProperties, X509CertificateProperties, SubjectAlternativeNames, KnownKeyUsageType, KeyUsageType, LifetimeAction, Trigger, Action, CertificatePolicyAction, IssuerParameters, Contacts, Contact, CertificateIssuerItem, CertificateIssuerSetParameters, IssuerCredentials, OrganizationDetails, AdministratorDetails, IssuerAttributes, IssuerBundle, CertificateIssuerUpdateParameters, CertificateCreateParameters, CertificateOperation, CertificateImportParameters, CertificateBundle, CertificateUpdateParameters, CertificateOperationUpdateParameter, CertificateMergeParameters, BackupCertificateResult, CertificateRestoreParameters, DeletedCertificateItem, KnownVersions, } from "./models/index.js";
|
|
4
|
+
export { 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";
|
|
5
|
+
export { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
|
|
3
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,YAAY,EACZ,eAAe,EACf,0BAA0B,EAC3B,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EACL,eAAe,EACf,qBAAqB,EACrB,0BAA0B,EAC1B,qBAAqB,EACrB,UAAU,EACV,wBAAwB,EACxB,iBAAiB,EACjB,aAAa,EACb,mBAAmB,EACnB,cAAc,EACd,wBAAwB,EACxB,mBAAmB,EACnB,gBAAgB,EAChB,yBAAyB,EACzB,uBAAuB,EACvB,iBAAiB,EACjB,YAAY,EACZ,cAAc,EACd,OAAO,EACP,MAAM,EACN,uBAAuB,EACvB,gBAAgB,EAChB,QAAQ,EACR,OAAO,EACP,qBAAqB,EACrB,8BAA8B,EAC9B,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,gBAAgB,EAChB,YAAY,EACZ,iCAAiC,EACjC,2BAA2B,EAC3B,oBAAoB,EACpB,2BAA2B,EAC3B,iBAAiB,EACjB,2BAA2B,EAC3B,mCAAmC,EACnC,0BAA0B,EAC1B,uBAAuB,EACvB,4BAA4B,EAC5B,sBAAsB,EACtB,aAAa,GACd,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,4BAA4B,EAC5B,6BAA6B,EAC7B,+BAA+B,EAC/B,oCAAoC,EACpC,oCAAoC,EACpC,uCAAuC,EACvC,mCAAmC,EACnC,kCAAkC,EAClC,qCAAqC,EACrC,kCAAkC,EAClC,qCAAqC,EACrC,+BAA+B,EAC/B,+BAA+B,EAC/B,oCAAoC,EACpC,kCAAkC,EAClC,qCAAqC,EACrC,+BAA+B,EAC/B,4BAA4B,EAC5B,wCAAwC,EACxC,qCAAqC,EACrC,wCAAwC,EACxC,8BAA8B,EAC9B,+BAA+B,EAC/B,gCAAgC,EAChC,oCAAoC,EACpC,mCAAmC,EACnC,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,0BAA0B,EAAE,CAAC"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
export * from "./models/index.js";
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
9
3
|
export { KeyVaultClient } from "./keyVaultClient.js";
|
|
4
|
+
export { KnownDeletionRecoveryLevel, KnownJsonWebKeyType, KnownJsonWebKeyCurveName, KnownKeyUsageType, KnownVersions, } from "./models/index.js";
|
|
10
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/index.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/generated/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAQlC,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAGL,0BAA0B,EAM1B,mBAAmB,EAEnB,wBAAwB,EAKxB,iBAAiB,EA2BjB,aAAa,GACd,MAAM,mBAAmB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { KeyVaultClient } from \"./keyVaultClient.js\";\nexport {\n CertificateItem,\n CertificateAttributes,\n KnownDeletionRecoveryLevel,\n DeletionRecoveryLevel,\n ErrorModel,\n DeletedCertificateBundle,\n CertificatePolicy,\n KeyProperties,\n KnownJsonWebKeyType,\n JsonWebKeyType,\n KnownJsonWebKeyCurveName,\n JsonWebKeyCurveName,\n SecretProperties,\n X509CertificateProperties,\n SubjectAlternativeNames,\n KnownKeyUsageType,\n KeyUsageType,\n LifetimeAction,\n Trigger,\n Action,\n CertificatePolicyAction,\n IssuerParameters,\n Contacts,\n Contact,\n CertificateIssuerItem,\n CertificateIssuerSetParameters,\n IssuerCredentials,\n OrganizationDetails,\n AdministratorDetails,\n IssuerAttributes,\n IssuerBundle,\n CertificateIssuerUpdateParameters,\n CertificateCreateParameters,\n CertificateOperation,\n CertificateImportParameters,\n CertificateBundle,\n CertificateUpdateParameters,\n CertificateOperationUpdateParameter,\n CertificateMergeParameters,\n BackupCertificateResult,\n CertificateRestoreParameters,\n DeletedCertificateItem,\n KnownVersions,\n} from \"./models/index.js\";\nexport {\n KeyVaultClientOptionalParams,\n GetCertificatesOptionalParams,\n DeleteCertificateOptionalParams,\n SetCertificateContactsOptionalParams,\n GetCertificateContactsOptionalParams,\n DeleteCertificateContactsOptionalParams,\n GetCertificateIssuersOptionalParams,\n SetCertificateIssuerOptionalParams,\n UpdateCertificateIssuerOptionalParams,\n GetCertificateIssuerOptionalParams,\n DeleteCertificateIssuerOptionalParams,\n CreateCertificateOptionalParams,\n ImportCertificateOptionalParams,\n GetCertificateVersionsOptionalParams,\n GetCertificatePolicyOptionalParams,\n UpdateCertificatePolicyOptionalParams,\n UpdateCertificateOptionalParams,\n GetCertificateOptionalParams,\n UpdateCertificateOperationOptionalParams,\n GetCertificateOperationOptionalParams,\n DeleteCertificateOperationOptionalParams,\n MergeCertificateOptionalParams,\n BackupCertificateOptionalParams,\n RestoreCertificateOptionalParams,\n GetDeletedCertificatesOptionalParams,\n GetDeletedCertificateOptionalParams,\n PurgeDeletedCertificateOptionalParams,\n RecoverDeletedCertificateOptionalParams,\n} from \"./api/index.js\";\nexport { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\n"]}
|
|
@@ -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
|