@azure/keyvault-certificates 4.9.1-alpha.20250115.1 → 4.9.1-alpha.20250120.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/models/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/models/index.ts"],"names":[],"mappings":"AAGA,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,aAAa,CAAC"}
|
|
@@ -1,63 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
/** Known values of {@link ApiVersion75} that the service accepts. */
|
|
9
|
-
export var KnownApiVersion75;
|
|
10
|
-
(function (KnownApiVersion75) {
|
|
11
|
-
/** Api Version '7.5' */
|
|
12
|
-
KnownApiVersion75["Seven5"] = "7.5";
|
|
13
|
-
})(KnownApiVersion75 || (KnownApiVersion75 = {}));
|
|
14
|
-
/** Known values of {@link DeletionRecoveryLevel} that the service accepts. */
|
|
15
|
-
export var KnownDeletionRecoveryLevel;
|
|
16
|
-
(function (KnownDeletionRecoveryLevel) {
|
|
17
|
-
/** Denotes a vault state in which deletion is an irreversible operation, without the possibility for recovery. This level corresponds to no protection being available against a Delete operation; the data is irretrievably lost upon accepting a Delete operation at the entity level or higher (vault, resource group, subscription etc.) */
|
|
18
|
-
KnownDeletionRecoveryLevel["Purgeable"] = "Purgeable";
|
|
19
|
-
/** Denotes a vault state in which deletion is recoverable, and which also permits immediate and permanent deletion (i.e. purge). This level guarantees the recoverability of the deleted entity during the retention interval (90 days), unless a Purge operation is requested, or the subscription is cancelled. System wil permanently delete it after 90 days, if not recovered */
|
|
20
|
-
KnownDeletionRecoveryLevel["RecoverablePurgeable"] = "Recoverable+Purgeable";
|
|
21
|
-
/** Denotes a vault state in which deletion is recoverable without the possibility for immediate and permanent deletion (i.e. purge). This level guarantees the recoverability of the deleted entity during the retention interval(90 days) and while the subscription is still available. System wil permanently delete it after 90 days, if not recovered */
|
|
22
|
-
KnownDeletionRecoveryLevel["Recoverable"] = "Recoverable";
|
|
23
|
-
/** Denotes a vault and subscription state in which deletion is recoverable within retention interval (90 days), immediate and permanent deletion (i.e. purge) is not permitted, and in which the subscription itself cannot be permanently canceled. System wil permanently delete it after 90 days, if not recovered */
|
|
24
|
-
KnownDeletionRecoveryLevel["RecoverableProtectedSubscription"] = "Recoverable+ProtectedSubscription";
|
|
25
|
-
/** Denotes a vault state in which deletion is recoverable, and which also permits immediate and permanent deletion (i.e. purge when 7<= SoftDeleteRetentionInDays < 90). This level guarantees the recoverability of the deleted entity during the retention interval, unless a Purge operation is requested, or the subscription is cancelled. */
|
|
26
|
-
KnownDeletionRecoveryLevel["CustomizedRecoverablePurgeable"] = "CustomizedRecoverable+Purgeable";
|
|
27
|
-
/** Denotes a vault state in which deletion is recoverable without the possibility for immediate and permanent deletion (i.e. purge when 7<= SoftDeleteRetentionInDays < 90).This level guarantees the recoverability of the deleted entity during the retention interval and while the subscription is still available. */
|
|
28
|
-
KnownDeletionRecoveryLevel["CustomizedRecoverable"] = "CustomizedRecoverable";
|
|
29
|
-
/** Denotes a vault and subscription state in which deletion is recoverable, immediate and permanent deletion (i.e. purge) is not permitted, and in which the subscription itself cannot be permanently canceled when 7<= SoftDeleteRetentionInDays < 90. This level guarantees the recoverability of the deleted entity during the retention interval, and also reflects the fact that the subscription itself cannot be cancelled. */
|
|
30
|
-
KnownDeletionRecoveryLevel["CustomizedRecoverableProtectedSubscription"] = "CustomizedRecoverable+ProtectedSubscription";
|
|
31
|
-
})(KnownDeletionRecoveryLevel || (KnownDeletionRecoveryLevel = {}));
|
|
32
|
-
/** Known values of {@link JsonWebKeyType} that the service accepts. */
|
|
33
|
-
export var KnownJsonWebKeyType;
|
|
34
|
-
(function (KnownJsonWebKeyType) {
|
|
35
|
-
KnownJsonWebKeyType["EC"] = "EC";
|
|
36
|
-
KnownJsonWebKeyType["ECHSM"] = "EC-HSM";
|
|
37
|
-
KnownJsonWebKeyType["RSA"] = "RSA";
|
|
38
|
-
KnownJsonWebKeyType["RSAHSM"] = "RSA-HSM";
|
|
39
|
-
KnownJsonWebKeyType["Oct"] = "oct";
|
|
40
|
-
KnownJsonWebKeyType["OctHSM"] = "oct-HSM";
|
|
41
|
-
})(KnownJsonWebKeyType || (KnownJsonWebKeyType = {}));
|
|
42
|
-
/** Known values of {@link JsonWebKeyCurveName} that the service accepts. */
|
|
43
|
-
export var KnownJsonWebKeyCurveName;
|
|
44
|
-
(function (KnownJsonWebKeyCurveName) {
|
|
45
|
-
KnownJsonWebKeyCurveName["P256"] = "P-256";
|
|
46
|
-
KnownJsonWebKeyCurveName["P384"] = "P-384";
|
|
47
|
-
KnownJsonWebKeyCurveName["P521"] = "P-521";
|
|
48
|
-
KnownJsonWebKeyCurveName["P256K"] = "P-256K";
|
|
49
|
-
})(KnownJsonWebKeyCurveName || (KnownJsonWebKeyCurveName = {}));
|
|
50
|
-
/** Known values of {@link KeyUsageType} that the service accepts. */
|
|
51
|
-
export var KnownKeyUsageType;
|
|
52
|
-
(function (KnownKeyUsageType) {
|
|
53
|
-
KnownKeyUsageType["DigitalSignature"] = "digitalSignature";
|
|
54
|
-
KnownKeyUsageType["NonRepudiation"] = "nonRepudiation";
|
|
55
|
-
KnownKeyUsageType["KeyEncipherment"] = "keyEncipherment";
|
|
56
|
-
KnownKeyUsageType["DataEncipherment"] = "dataEncipherment";
|
|
57
|
-
KnownKeyUsageType["KeyAgreement"] = "keyAgreement";
|
|
58
|
-
KnownKeyUsageType["KeyCertSign"] = "keyCertSign";
|
|
59
|
-
KnownKeyUsageType["CRLSign"] = "cRLSign";
|
|
60
|
-
KnownKeyUsageType["EncipherOnly"] = "encipherOnly";
|
|
61
|
-
KnownKeyUsageType["DecipherOnly"] = "decipherOnly";
|
|
62
|
-
})(KnownKeyUsageType || (KnownKeyUsageType = {}));
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export { KnownDeletionRecoveryLevel, KnownJsonWebKeyType, KnownJsonWebKeyCurveName, KnownKeyUsageType, KnownVersions, } from "./models.js";
|
|
63
4
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAofH,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,wBAAwB;IACxB,mCAAc,CAAA;AAChB,CAAC,EAHW,iBAAiB,KAAjB,iBAAiB,QAG5B;AAWD,8EAA8E;AAC9E,MAAM,CAAN,IAAY,0BAeX;AAfD,WAAY,0BAA0B;IACpC,gVAAgV;IAChV,qDAAuB,CAAA;IACvB,sXAAsX;IACtX,4EAA8C,CAAA;IAC9C,8VAA8V;IAC9V,yDAA2B,CAAA;IAC3B,0TAA0T;IAC1T,oGAAsE,CAAA;IACtE,mVAAmV;IACnV,gGAAkE,CAAA;IAClE,2TAA2T;IAC3T,6EAA+C,CAAA;IAC/C,uaAAua;IACva,wHAA0F,CAAA;AAC5F,CAAC,EAfW,0BAA0B,KAA1B,0BAA0B,QAerC;AAiBD,uEAAuE;AACvE,MAAM,CAAN,IAAY,mBAOX;AAPD,WAAY,mBAAmB;IAC7B,gCAAS,CAAA;IACT,uCAAgB,CAAA;IAChB,kCAAW,CAAA;IACX,yCAAkB,CAAA;IAClB,kCAAW,CAAA;IACX,yCAAkB,CAAA;AACpB,CAAC,EAPW,mBAAmB,KAAnB,mBAAmB,QAO9B;AAgBD,4EAA4E;AAC5E,MAAM,CAAN,IAAY,wBAKX;AALD,WAAY,wBAAwB;IAClC,0CAAc,CAAA;IACd,0CAAc,CAAA;IACd,0CAAc,CAAA;IACd,4CAAgB,CAAA;AAClB,CAAC,EALW,wBAAwB,KAAxB,wBAAwB,QAKnC;AAcD,qEAAqE;AACrE,MAAM,CAAN,IAAY,iBAUX;AAVD,WAAY,iBAAiB;IAC3B,0DAAqC,CAAA;IACrC,sDAAiC,CAAA;IACjC,wDAAmC,CAAA;IACnC,0DAAqC,CAAA;IACrC,kDAA6B,CAAA;IAC7B,gDAA2B,CAAA;IAC3B,wCAAmB,CAAA;IACnB,kDAA6B,CAAA;IAC7B,kDAA6B,CAAA;AAC/B,CAAC,EAVW,iBAAiB,KAAjB,iBAAiB,QAU5B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport * as coreHttpCompat from \"@azure/core-http-compat\";\n\n/** The certificate list result. */\nexport interface CertificateListResult {\n /**\n * A response message containing a list of certificates in the key vault along with a link to the next page of certificates.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: CertificateItem[];\n /**\n * The URL to get the next set of certificates.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The certificate item containing certificate metadata. */\nexport interface CertificateItem {\n /** Certificate identifier. */\n id?: string;\n /** The certificate management attributes. */\n attributes?: CertificateAttributes;\n /** Application specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n /** Thumbprint of the certificate. */\n x509Thumbprint?: Uint8Array;\n}\n\n/** The object attributes managed by the KeyVault service. */\nexport interface Attributes {\n /** Determines whether the object is enabled. */\n enabled?: boolean;\n /** Not before date in UTC. */\n notBefore?: Date;\n /** Expiry date in UTC. */\n expires?: Date;\n /**\n * Creation time in UTC.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: Date;\n /**\n * Last updated time in UTC.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updated?: Date;\n}\n\n/** The key vault error exception. */\nexport interface KeyVaultError {\n /**\n * The key vault server error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: ErrorModel | null;\n}\n\n/** The key vault server error. */\nexport interface ErrorModel {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The key vault server error.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly innerError?: ErrorModel | null;\n}\n\n/** A certificate bundle consists of a certificate (X509) plus its attributes. */\nexport interface CertificateBundle {\n /**\n * The certificate id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The key id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly kid?: string;\n /**\n * The secret id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sid?: string;\n /**\n * Thumbprint of the certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly x509Thumbprint?: Uint8Array;\n /**\n * The management policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly policy?: CertificatePolicy;\n /** CER contents of x509 certificate. */\n cer?: Uint8Array;\n /** The content type of the secret. eg. 'application/x-pem-file' or 'application/x-pkcs12', */\n contentType?: string;\n /** The certificate attributes. */\n attributes?: CertificateAttributes;\n /** Application specific metadata in the form of key-value pairs */\n tags?: { [propertyName: string]: string };\n}\n\n/** Management policy for a certificate. */\nexport interface CertificatePolicy {\n /**\n * The certificate id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Properties of the key backing a certificate. */\n keyProperties?: KeyProperties;\n /** Properties of the secret backing a certificate. */\n secretProperties?: SecretProperties;\n /** Properties of the X509 component of a certificate. */\n x509CertificateProperties?: X509CertificateProperties;\n /** Actions that will be performed by Key Vault over the lifetime of a certificate. */\n lifetimeActions?: LifetimeAction[];\n /** Parameters for the issuer of the X509 component of a certificate. */\n issuerParameters?: IssuerParameters;\n /** The certificate attributes. */\n attributes?: CertificateAttributes;\n}\n\n/** Properties of the key pair backing a certificate. */\nexport interface KeyProperties {\n /** Indicates if the private key can be exported. Release policy must be provided when creating the first version of an exportable key. */\n exportable?: boolean;\n /** The type of key pair to be used for the certificate. */\n keyType?: JsonWebKeyType;\n /** The key size in bits. For example: 2048, 3072, or 4096 for RSA. */\n keySize?: number;\n /** Indicates if the same key pair will be used on certificate renewal. */\n reuseKey?: boolean;\n /** Elliptic curve name. For valid values, see JsonWebKeyCurveName. */\n curve?: JsonWebKeyCurveName;\n}\n\n/** Properties of the key backing a certificate. */\nexport interface SecretProperties {\n /** The media type (MIME type). */\n contentType?: string;\n}\n\n/** Properties of the X509 component of a certificate. */\nexport interface X509CertificateProperties {\n /** The subject name. Should be a valid X509 distinguished Name. */\n subject?: string;\n /** The enhanced key usage. */\n ekus?: string[];\n /** The subject alternative names. */\n subjectAlternativeNames?: SubjectAlternativeNames;\n /** Defines how the certificate's key may be used. */\n keyUsage?: KeyUsageType[];\n /** The duration that the certificate is valid in months. */\n validityInMonths?: number;\n}\n\n/** The subject alternate names of a X509 object. */\nexport interface SubjectAlternativeNames {\n /** Email addresses. */\n emails?: string[];\n /** Domain names. */\n dnsNames?: string[];\n /** User principal names. */\n upns?: string[];\n}\n\n/** Action and its trigger that will be performed by Key Vault over the lifetime of a certificate. */\nexport interface LifetimeAction {\n /** The condition that will execute the action. */\n trigger?: Trigger;\n /** The action that will be executed. */\n action?: Action;\n}\n\n/** A condition to be satisfied for an action to be executed. */\nexport interface Trigger {\n /** Percentage of lifetime at which to trigger. Value should be between 1 and 99. */\n lifetimePercentage?: number;\n /** Days before expiry to attempt renewal. Value should be between 1 and validity_in_months multiplied by 27. If validity_in_months is 36, then value should be between 1 and 972 (36 * 27). */\n daysBeforeExpiry?: number;\n}\n\n/** The action that will be executed. */\nexport interface Action {\n /** The type of the action. */\n actionType?: ActionType;\n}\n\n/** Parameters for the issuer of the X509 component of a certificate. */\nexport interface IssuerParameters {\n /** Name of the referenced issuer object or reserved names; for example, 'Self' or 'Unknown'. */\n name?: string;\n /** Certificate type as supported by the provider (optional); for example 'OV-SSL', 'EV-SSL' */\n certificateType?: string;\n /** Indicates if the certificates generated under this policy should be published to certificate transparency logs. */\n certificateTransparency?: boolean;\n}\n\n/** The contacts for the vault certificates. */\nexport interface Contacts {\n /**\n * Identifier for the contacts collection.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** The contact list for the vault certificates. */\n contactList?: Contact[];\n}\n\n/** The contact information for the vault certificates. */\nexport interface Contact {\n /** Email address. */\n emailAddress?: string;\n /** Name. */\n name?: string;\n /** Phone number. */\n phone?: string;\n}\n\n/** The certificate issuer list result. */\nexport interface CertificateIssuerListResult {\n /**\n * A response message containing a list of certificate issuers in the key vault along with a link to the next page of certificate issuers.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: CertificateIssuerItem[];\n /**\n * The URL to get the next set of certificate issuers.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The certificate issuer item containing certificate issuer metadata. */\nexport interface CertificateIssuerItem {\n /** Certificate Identifier. */\n id?: string;\n /** The issuer provider. */\n provider?: string;\n}\n\n/** The certificate issuer set parameters. */\nexport interface CertificateIssuerSetParameters {\n /** The issuer provider. */\n provider: string;\n /** The credentials to be used for the issuer. */\n credentials?: IssuerCredentials;\n /** Details of the organization as provided to the issuer. */\n organizationDetails?: OrganizationDetails;\n /** Attributes of the issuer object. */\n attributes?: IssuerAttributes;\n}\n\n/** The credentials to be used for the certificate issuer. */\nexport interface IssuerCredentials {\n /** The user name/account name/account id. */\n accountId?: string;\n /** The password/secret/account key. */\n password?: string;\n}\n\n/** Details of the organization of the certificate issuer. */\nexport interface OrganizationDetails {\n /** Id of the organization. */\n id?: string;\n /** Details of the organization administrator. */\n adminDetails?: AdministratorDetails[];\n}\n\n/** Details of the organization administrator of the certificate issuer. */\nexport interface AdministratorDetails {\n /** First name. */\n firstName?: string;\n /** Last name. */\n lastName?: string;\n /** Email address. */\n emailAddress?: string;\n /** Phone number. */\n phone?: string;\n}\n\n/** The attributes of an issuer managed by the Key Vault service. */\nexport interface IssuerAttributes {\n /** Determines whether the issuer is enabled. */\n enabled?: boolean;\n /**\n * Creation time in UTC.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly created?: Date;\n /**\n * Last updated time in UTC.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly updated?: Date;\n}\n\n/** The issuer for Key Vault certificate. */\nexport interface IssuerBundle {\n /**\n * Identifier for the issuer object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** The issuer provider. */\n provider?: string;\n /** The credentials to be used for the issuer. */\n credentials?: IssuerCredentials;\n /** Details of the organization as provided to the issuer. */\n organizationDetails?: OrganizationDetails;\n /** Attributes of the issuer object. */\n attributes?: IssuerAttributes;\n}\n\n/** The certificate issuer update parameters. */\nexport interface CertificateIssuerUpdateParameters {\n /** The issuer provider. */\n provider?: string;\n /** The credentials to be used for the issuer. */\n credentials?: IssuerCredentials;\n /** Details of the organization as provided to the issuer. */\n organizationDetails?: OrganizationDetails;\n /** Attributes of the issuer object. */\n attributes?: IssuerAttributes;\n}\n\n/** The certificate create parameters. */\nexport interface CertificateCreateParameters {\n /** The management policy for the certificate. */\n certificatePolicy?: CertificatePolicy;\n /** The attributes of the certificate (optional). */\n certificateAttributes?: CertificateAttributes;\n /** Application specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n}\n\n/** A certificate operation is returned in case of asynchronous requests. */\nexport interface CertificateOperation {\n /**\n * The certificate id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /** Parameters for the issuer of the X509 component of a certificate. */\n issuerParameters?: IssuerParameters;\n /** The certificate signing request (CSR) that is being used in the certificate operation. */\n csr?: Uint8Array;\n /** Indicates if cancellation was requested on the certificate operation. */\n cancellationRequested?: boolean;\n /** Status of the certificate operation. */\n status?: string;\n /** The status details of the certificate operation. */\n statusDetails?: string;\n /** Error encountered, if any, during the certificate operation. */\n error?: ErrorModel | null;\n /** Location which contains the result of the certificate operation. */\n target?: string;\n /** Identifier for the certificate operation. */\n requestId?: string;\n}\n\n/** The certificate import parameters. */\nexport interface CertificateImportParameters {\n /** Base64 encoded representation of the certificate object to import. This certificate needs to contain the private key. */\n base64EncodedCertificate: string;\n /** If the private key in base64EncodedCertificate is encrypted, the password used for encryption. */\n password?: string;\n /** The management policy for the certificate. */\n certificatePolicy?: CertificatePolicy;\n /** The attributes of the certificate (optional). */\n certificateAttributes?: CertificateAttributes;\n /** Application specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The certificate update parameters. */\nexport interface CertificateUpdateParameters {\n /** The management policy for the certificate. */\n certificatePolicy?: CertificatePolicy;\n /** The attributes of the certificate (optional). */\n certificateAttributes?: CertificateAttributes;\n /** Application specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The certificate operation update parameters. */\nexport interface CertificateOperationUpdateParameter {\n /** Indicates if cancellation was requested on the certificate operation. */\n cancellationRequested: boolean;\n}\n\n/** The certificate merge parameters */\nexport interface CertificateMergeParameters {\n /** The certificate or the certificate chain to merge. */\n x509Certificates: Uint8Array[];\n /** The attributes of the certificate (optional). */\n certificateAttributes?: CertificateAttributes;\n /** Application specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n}\n\n/** The backup certificate result, containing the backup blob. */\nexport interface BackupCertificateResult {\n /**\n * The backup blob containing the backed up certificate.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Uint8Array;\n}\n\n/** The certificate restore parameters. */\nexport interface CertificateRestoreParameters {\n /** The backup blob associated with a certificate bundle. */\n certificateBundleBackup: Uint8Array;\n}\n\n/** A list of certificates that have been deleted in this vault. */\nexport interface DeletedCertificateListResult {\n /**\n * A response message containing a list of deleted certificates in the vault along with a link to the next page of deleted certificates\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: DeletedCertificateItem[];\n /**\n * The URL to get the next set of deleted certificates.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** The pending certificate signing request result. */\nexport interface PendingCertificateSigningRequestResult {\n /**\n * The pending certificate signing request as Base64 encoded string.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: string;\n}\n\n/** The deleted certificate item containing metadata about the deleted certificate. */\nexport type DeletedCertificateItem = CertificateItem & {\n /** The url of the recovery object, used to identify and recover the deleted certificate. */\n recoveryId?: string;\n /**\n * The time when the certificate is scheduled to be purged, in UTC\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scheduledPurgeDate?: Date;\n /**\n * The time when the certificate was deleted, in UTC\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletedDate?: Date;\n};\n\n/** The certificate management attributes. */\nexport type CertificateAttributes = Attributes & {\n /**\n * softDelete data retention days. Value should be >=7 and <=90 when softDelete enabled, otherwise 0.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recoverableDays?: number;\n /**\n * Reflects the deletion recovery level currently in effect for certificates in the current vault. If it contains 'Purgeable', the certificate can be permanently deleted by a privileged user; otherwise, only the system can purge the certificate, at the end of the retention interval.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly recoveryLevel?: DeletionRecoveryLevel;\n};\n\n/** A Deleted Certificate consisting of its previous id, attributes and its tags, as well as information on when it will be purged. */\nexport type DeletedCertificateBundle = CertificateBundle & {\n /** The url of the recovery object, used to identify and recover the deleted certificate. */\n recoveryId?: string;\n /**\n * The time when the certificate is scheduled to be purged, in UTC\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scheduledPurgeDate?: Date;\n /**\n * The time when the certificate was deleted, in UTC\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly deletedDate?: Date;\n};\n\n/** Known values of {@link ApiVersion75} that the service accepts. */\nexport enum KnownApiVersion75 {\n /** Api Version '7.5' */\n Seven5 = \"7.5\"\n}\n\n/**\n * Defines values for ApiVersion75. \\\n * {@link KnownApiVersion75} can be used interchangeably with ApiVersion75,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **7.5**: Api Version '7.5'\n */\nexport type ApiVersion75 = string;\n\n/** Known values of {@link DeletionRecoveryLevel} that the service accepts. */\nexport enum KnownDeletionRecoveryLevel {\n /** Denotes a vault state in which deletion is an irreversible operation, without the possibility for recovery. This level corresponds to no protection being available against a Delete operation; the data is irretrievably lost upon accepting a Delete operation at the entity level or higher (vault, resource group, subscription etc.) */\n Purgeable = \"Purgeable\",\n /** Denotes a vault state in which deletion is recoverable, and which also permits immediate and permanent deletion (i.e. purge). This level guarantees the recoverability of the deleted entity during the retention interval (90 days), unless a Purge operation is requested, or the subscription is cancelled. System wil permanently delete it after 90 days, if not recovered */\n RecoverablePurgeable = \"Recoverable+Purgeable\",\n /** Denotes a vault state in which deletion is recoverable without the possibility for immediate and permanent deletion (i.e. purge). This level guarantees the recoverability of the deleted entity during the retention interval(90 days) and while the subscription is still available. System wil permanently delete it after 90 days, if not recovered */\n Recoverable = \"Recoverable\",\n /** Denotes a vault and subscription state in which deletion is recoverable within retention interval (90 days), immediate and permanent deletion (i.e. purge) is not permitted, and in which the subscription itself cannot be permanently canceled. System wil permanently delete it after 90 days, if not recovered */\n RecoverableProtectedSubscription = \"Recoverable+ProtectedSubscription\",\n /** Denotes a vault state in which deletion is recoverable, and which also permits immediate and permanent deletion (i.e. purge when 7<= SoftDeleteRetentionInDays < 90). This level guarantees the recoverability of the deleted entity during the retention interval, unless a Purge operation is requested, or the subscription is cancelled. */\n CustomizedRecoverablePurgeable = \"CustomizedRecoverable+Purgeable\",\n /** Denotes a vault state in which deletion is recoverable without the possibility for immediate and permanent deletion (i.e. purge when 7<= SoftDeleteRetentionInDays < 90).This level guarantees the recoverability of the deleted entity during the retention interval and while the subscription is still available. */\n CustomizedRecoverable = \"CustomizedRecoverable\",\n /** Denotes a vault and subscription state in which deletion is recoverable, immediate and permanent deletion (i.e. purge) is not permitted, and in which the subscription itself cannot be permanently canceled when 7<= SoftDeleteRetentionInDays < 90. This level guarantees the recoverability of the deleted entity during the retention interval, and also reflects the fact that the subscription itself cannot be cancelled. */\n CustomizedRecoverableProtectedSubscription = \"CustomizedRecoverable+ProtectedSubscription\"\n}\n\n/**\n * Defines values for DeletionRecoveryLevel. \\\n * {@link KnownDeletionRecoveryLevel} can be used interchangeably with DeletionRecoveryLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Purgeable**: Denotes a vault state in which deletion is an irreversible operation, without the possibility for recovery. This level corresponds to no protection being available against a Delete operation; the data is irretrievably lost upon accepting a Delete operation at the entity level or higher (vault, resource group, subscription etc.) \\\n * **Recoverable+Purgeable**: Denotes a vault state in which deletion is recoverable, and which also permits immediate and permanent deletion (i.e. purge). This level guarantees the recoverability of the deleted entity during the retention interval (90 days), unless a Purge operation is requested, or the subscription is cancelled. System wil permanently delete it after 90 days, if not recovered \\\n * **Recoverable**: Denotes a vault state in which deletion is recoverable without the possibility for immediate and permanent deletion (i.e. purge). This level guarantees the recoverability of the deleted entity during the retention interval(90 days) and while the subscription is still available. System wil permanently delete it after 90 days, if not recovered \\\n * **Recoverable+ProtectedSubscription**: Denotes a vault and subscription state in which deletion is recoverable within retention interval (90 days), immediate and permanent deletion (i.e. purge) is not permitted, and in which the subscription itself cannot be permanently canceled. System wil permanently delete it after 90 days, if not recovered \\\n * **CustomizedRecoverable+Purgeable**: Denotes a vault state in which deletion is recoverable, and which also permits immediate and permanent deletion (i.e. purge when 7<= SoftDeleteRetentionInDays < 90). This level guarantees the recoverability of the deleted entity during the retention interval, unless a Purge operation is requested, or the subscription is cancelled. \\\n * **CustomizedRecoverable**: Denotes a vault state in which deletion is recoverable without the possibility for immediate and permanent deletion (i.e. purge when 7<= SoftDeleteRetentionInDays < 90).This level guarantees the recoverability of the deleted entity during the retention interval and while the subscription is still available. \\\n * **CustomizedRecoverable+ProtectedSubscription**: Denotes a vault and subscription state in which deletion is recoverable, immediate and permanent deletion (i.e. purge) is not permitted, and in which the subscription itself cannot be permanently canceled when 7<= SoftDeleteRetentionInDays < 90. This level guarantees the recoverability of the deleted entity during the retention interval, and also reflects the fact that the subscription itself cannot be cancelled.\n */\nexport type DeletionRecoveryLevel = string;\n\n/** Known values of {@link JsonWebKeyType} that the service accepts. */\nexport enum KnownJsonWebKeyType {\n EC = \"EC\",\n ECHSM = \"EC-HSM\",\n RSA = \"RSA\",\n RSAHSM = \"RSA-HSM\",\n Oct = \"oct\",\n OctHSM = \"oct-HSM\"\n}\n\n/**\n * Defines values for JsonWebKeyType. \\\n * {@link KnownJsonWebKeyType} can be used interchangeably with JsonWebKeyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **EC** \\\n * **EC-HSM** \\\n * **RSA** \\\n * **RSA-HSM** \\\n * **oct** \\\n * **oct-HSM**\n */\nexport type JsonWebKeyType = string;\n\n/** Known values of {@link JsonWebKeyCurveName} that the service accepts. */\nexport enum KnownJsonWebKeyCurveName {\n P256 = \"P-256\",\n P384 = \"P-384\",\n P521 = \"P-521\",\n P256K = \"P-256K\"\n}\n\n/**\n * Defines values for JsonWebKeyCurveName. \\\n * {@link KnownJsonWebKeyCurveName} can be used interchangeably with JsonWebKeyCurveName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **P-256** \\\n * **P-384** \\\n * **P-521** \\\n * **P-256K**\n */\nexport type JsonWebKeyCurveName = string;\n\n/** Known values of {@link KeyUsageType} that the service accepts. */\nexport enum KnownKeyUsageType {\n DigitalSignature = \"digitalSignature\",\n NonRepudiation = \"nonRepudiation\",\n KeyEncipherment = \"keyEncipherment\",\n DataEncipherment = \"dataEncipherment\",\n KeyAgreement = \"keyAgreement\",\n KeyCertSign = \"keyCertSign\",\n CRLSign = \"cRLSign\",\n EncipherOnly = \"encipherOnly\",\n DecipherOnly = \"decipherOnly\"\n}\n\n/**\n * Defines values for KeyUsageType. \\\n * {@link KnownKeyUsageType} can be used interchangeably with KeyUsageType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **digitalSignature** \\\n * **nonRepudiation** \\\n * **keyEncipherment** \\\n * **dataEncipherment** \\\n * **keyAgreement** \\\n * **keyCertSign** \\\n * **cRLSign** \\\n * **encipherOnly** \\\n * **decipherOnly**\n */\nexport type KeyUsageType = string;\n/** Defines values for ActionType. */\nexport type ActionType = \"EmailContacts\" | \"AutoRenew\";\n\n/** Optional parameters. */\nexport interface GetCertificatesOptionalParams\n extends coreClient.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/** Contains response data for the getCertificates operation. */\nexport type GetCertificatesResponse = CertificateListResult;\n\n/** Optional parameters. */\nexport interface DeleteCertificateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the deleteCertificate operation. */\nexport type DeleteCertificateResponse = DeletedCertificateBundle;\n\n/** Optional parameters. */\nexport interface SetCertificateContactsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the setCertificateContacts operation. */\nexport type SetCertificateContactsResponse = Contacts;\n\n/** Optional parameters. */\nexport interface GetCertificateContactsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getCertificateContacts operation. */\nexport type GetCertificateContactsResponse = Contacts;\n\n/** Optional parameters. */\nexport interface DeleteCertificateContactsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the deleteCertificateContacts operation. */\nexport type DeleteCertificateContactsResponse = Contacts;\n\n/** Optional parameters. */\nexport interface GetCertificateIssuersOptionalParams\n extends coreClient.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/** Contains response data for the getCertificateIssuers operation. */\nexport type GetCertificateIssuersResponse = CertificateIssuerListResult;\n\n/** Optional parameters. */\nexport interface SetCertificateIssuerOptionalParams\n extends coreClient.OperationOptions {\n /** The credentials to be used for the issuer. */\n credentials?: IssuerCredentials;\n /** Details of the organization as provided to the issuer. */\n organizationDetails?: OrganizationDetails;\n /** Attributes of the issuer object. */\n attributes?: IssuerAttributes;\n}\n\n/** Contains response data for the setCertificateIssuer operation. */\nexport type SetCertificateIssuerResponse = IssuerBundle;\n\n/** Optional parameters. */\nexport interface UpdateCertificateIssuerOptionalParams\n extends coreClient.OperationOptions {\n /** The issuer provider. */\n provider?: string;\n /** The credentials to be used for the issuer. */\n credentials?: IssuerCredentials;\n /** Details of the organization as provided to the issuer. */\n organizationDetails?: OrganizationDetails;\n /** Attributes of the issuer object. */\n attributes?: IssuerAttributes;\n}\n\n/** Contains response data for the updateCertificateIssuer operation. */\nexport type UpdateCertificateIssuerResponse = IssuerBundle;\n\n/** Optional parameters. */\nexport interface GetCertificateIssuerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getCertificateIssuer operation. */\nexport type GetCertificateIssuerResponse = IssuerBundle;\n\n/** Optional parameters. */\nexport interface DeleteCertificateIssuerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the deleteCertificateIssuer operation. */\nexport type DeleteCertificateIssuerResponse = IssuerBundle;\n\n/** Optional parameters. */\nexport interface CreateCertificateOptionalParams\n extends coreClient.OperationOptions {\n /** The management policy for the certificate. */\n certificatePolicy?: CertificatePolicy;\n /** The attributes of the certificate (optional). */\n certificateAttributes?: CertificateAttributes;\n /** Application specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Contains response data for the createCertificate operation. */\nexport type CreateCertificateResponse = CertificateOperation;\n\n/** Optional parameters. */\nexport interface ImportCertificateOptionalParams\n extends coreClient.OperationOptions {\n /** If the private key in base64EncodedCertificate is encrypted, the password used for encryption. */\n password?: string;\n /** The management policy for the certificate. */\n certificatePolicy?: CertificatePolicy;\n /** The attributes of the certificate (optional). */\n certificateAttributes?: CertificateAttributes;\n /** Application specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Contains response data for the importCertificate operation. */\nexport type ImportCertificateResponse = CertificateBundle;\n\n/** Optional parameters. */\nexport interface GetCertificateVersionsOptionalParams\n extends coreClient.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/** Contains response data for the getCertificateVersions operation. */\nexport type GetCertificateVersionsResponse = CertificateListResult;\n\n/** Optional parameters. */\nexport interface GetCertificatePolicyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getCertificatePolicy operation. */\nexport type GetCertificatePolicyResponse = CertificatePolicy;\n\n/** Optional parameters. */\nexport interface UpdateCertificatePolicyOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateCertificatePolicy operation. */\nexport type UpdateCertificatePolicyResponse = CertificatePolicy;\n\n/** Optional parameters. */\nexport interface UpdateCertificateOptionalParams\n extends coreClient.OperationOptions {\n /** The management policy for the certificate. */\n certificatePolicy?: CertificatePolicy;\n /** The attributes of the certificate (optional). */\n certificateAttributes?: CertificateAttributes;\n /** Application specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Contains response data for the updateCertificate operation. */\nexport type UpdateCertificateResponse = CertificateBundle;\n\n/** Optional parameters. */\nexport interface GetCertificateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getCertificate operation. */\nexport type GetCertificateResponse = CertificateBundle;\n\n/** Optional parameters. */\nexport interface UpdateCertificateOperationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the updateCertificateOperation operation. */\nexport type UpdateCertificateOperationResponse = CertificateOperation;\n\n/** Optional parameters. */\nexport interface GetCertificateOperationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getCertificateOperation operation. */\nexport type GetCertificateOperationResponse = CertificateOperation;\n\n/** Optional parameters. */\nexport interface DeleteCertificateOperationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the deleteCertificateOperation operation. */\nexport type DeleteCertificateOperationResponse = CertificateOperation;\n\n/** Optional parameters. */\nexport interface MergeCertificateOptionalParams\n extends coreClient.OperationOptions {\n /** The attributes of the certificate (optional). */\n certificateAttributes?: CertificateAttributes;\n /** Application specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n}\n\n/** Contains response data for the mergeCertificate operation. */\nexport type MergeCertificateResponse = CertificateBundle;\n\n/** Optional parameters. */\nexport interface BackupCertificateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the backupCertificate operation. */\nexport type BackupCertificateResponse = BackupCertificateResult;\n\n/** Optional parameters. */\nexport interface RestoreCertificateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the restoreCertificate operation. */\nexport type RestoreCertificateResponse = CertificateBundle;\n\n/** Optional parameters. */\nexport interface GetDeletedCertificatesOptionalParams\n extends coreClient.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/** Contains response data for the getDeletedCertificates operation. */\nexport type GetDeletedCertificatesResponse = DeletedCertificateListResult;\n\n/** Optional parameters. */\nexport interface GetDeletedCertificateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the getDeletedCertificate operation. */\nexport type GetDeletedCertificateResponse = DeletedCertificateBundle;\n\n/** Optional parameters. */\nexport interface PurgeDeletedCertificateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface RecoverDeletedCertificateOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the recoverDeletedCertificate operation. */\nexport type RecoverDeletedCertificateResponse = CertificateBundle;\n\n/** Optional parameters. */\nexport interface GetCertificatesNextOptionalParams\n extends coreClient.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/** Contains response data for the getCertificatesNext operation. */\nexport type GetCertificatesNextResponse = CertificateListResult;\n\n/** Optional parameters. */\nexport interface GetCertificateIssuersNextOptionalParams\n extends coreClient.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/** Contains response data for the getCertificateIssuersNext operation. */\nexport type GetCertificateIssuersNextResponse = CertificateIssuerListResult;\n\n/** Optional parameters. */\nexport interface GetCertificateVersionsNextOptionalParams\n extends coreClient.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/** Contains response data for the getCertificateVersionsNext operation. */\nexport type GetCertificateVersionsNextResponse = CertificateListResult;\n\n/** Optional parameters. */\nexport interface GetDeletedCertificatesNextOptionalParams\n extends coreClient.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/** Contains response data for the getDeletedCertificatesNext operation. */\nexport type GetDeletedCertificatesNextResponse = DeletedCertificateListResult;\n\n/** Optional parameters. */\nexport interface KeyVaultClientOptionalParams\n extends coreHttpCompat.ExtendedServiceClientOptions {\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAGL,0BAA0B,EAM1B,mBAAmB,EAEnB,wBAAwB,EAKxB,iBAAiB,EA2BjB,aAAa,GACd,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\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.js\";\n"]}
|