@volcengine/pca20251001 1.0.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/.turbo/turbo-build.log +19 -0
- package/LICENSE.txt +202 -0
- package/dist/cjs/index.js +315 -0
- package/dist/esm/api.d.ts +309 -0
- package/dist/esm/api.d.ts.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +203 -0
- package/dist/esm/types/certificate-for-get-leaf-instance-output.d.ts +45 -0
- package/dist/esm/types/certificate-for-get-leaf-instance-output.d.ts.map +1 -0
- package/dist/esm/types/certificate-for-get-root-instance-output.d.ts +45 -0
- package/dist/esm/types/certificate-for-get-root-instance-output.d.ts.map +1 -0
- package/dist/esm/types/certificate-for-get-sub-instance-output.d.ts +45 -0
- package/dist/esm/types/certificate-for-get-sub-instance-output.d.ts.map +1 -0
- package/dist/esm/types/contact-for-create-leaf-instance-input.d.ts +35 -0
- package/dist/esm/types/contact-for-create-leaf-instance-input.d.ts.map +1 -0
- package/dist/esm/types/contact-for-create-root-instance-input.d.ts +35 -0
- package/dist/esm/types/contact-for-create-root-instance-input.d.ts.map +1 -0
- package/dist/esm/types/contact-for-create-sub-instance-input.d.ts +35 -0
- package/dist/esm/types/contact-for-create-sub-instance-input.d.ts.map +1 -0
- package/dist/esm/types/contact-for-get-leaf-instance-output.d.ts +35 -0
- package/dist/esm/types/contact-for-get-leaf-instance-output.d.ts.map +1 -0
- package/dist/esm/types/contact-for-get-root-instance-output.d.ts +35 -0
- package/dist/esm/types/contact-for-get-root-instance-output.d.ts.map +1 -0
- package/dist/esm/types/contact-for-get-sub-instance-output.d.ts +35 -0
- package/dist/esm/types/contact-for-get-sub-instance-output.d.ts.map +1 -0
- package/dist/esm/types/contact-for-list-leaf-instances-output.d.ts +35 -0
- package/dist/esm/types/contact-for-list-leaf-instances-output.d.ts.map +1 -0
- package/dist/esm/types/contact-for-list-root-instances-output.d.ts +35 -0
- package/dist/esm/types/contact-for-list-root-instances-output.d.ts.map +1 -0
- package/dist/esm/types/contact-for-list-sub-instances-output.d.ts +35 -0
- package/dist/esm/types/contact-for-list-sub-instances-output.d.ts.map +1 -0
- package/dist/esm/types/create-leaf-instance-request.d.ts +114 -0
- package/dist/esm/types/create-leaf-instance-request.d.ts.map +1 -0
- package/dist/esm/types/create-leaf-instance-response.d.ts +60 -0
- package/dist/esm/types/create-leaf-instance-response.d.ts.map +1 -0
- package/dist/esm/types/create-root-instance-request.d.ts +125 -0
- package/dist/esm/types/create-root-instance-request.d.ts.map +1 -0
- package/dist/esm/types/create-root-instance-response.d.ts +30 -0
- package/dist/esm/types/create-root-instance-response.d.ts.map +1 -0
- package/dist/esm/types/create-sub-instance-request.d.ts +109 -0
- package/dist/esm/types/create-sub-instance-request.d.ts.map +1 -0
- package/dist/esm/types/create-sub-instance-response.d.ts +35 -0
- package/dist/esm/types/create-sub-instance-response.d.ts.map +1 -0
- package/dist/esm/types/csr-common-for-create-leaf-instance-input.d.ts +36 -0
- package/dist/esm/types/csr-common-for-create-leaf-instance-input.d.ts.map +1 -0
- package/dist/esm/types/csr-common-for-create-root-instance-input.d.ts +36 -0
- package/dist/esm/types/csr-common-for-create-root-instance-input.d.ts.map +1 -0
- package/dist/esm/types/csr-common-for-create-sub-instance-input.d.ts +36 -0
- package/dist/esm/types/csr-common-for-create-sub-instance-input.d.ts.map +1 -0
- package/dist/esm/types/custom-extensions-for-create-leaf-instance-input.d.ts +35 -0
- package/dist/esm/types/custom-extensions-for-create-leaf-instance-input.d.ts.map +1 -0
- package/dist/esm/types/custom-extensions-for-create-root-instance-input.d.ts +35 -0
- package/dist/esm/types/custom-extensions-for-create-root-instance-input.d.ts.map +1 -0
- package/dist/esm/types/custom-extensions-for-create-sub-instance-input.d.ts +35 -0
- package/dist/esm/types/custom-extensions-for-create-sub-instance-input.d.ts.map +1 -0
- package/dist/esm/types/delete-leaf-instance-request.d.ts +25 -0
- package/dist/esm/types/delete-leaf-instance-request.d.ts.map +1 -0
- package/dist/esm/types/delete-leaf-instance-response.d.ts +20 -0
- package/dist/esm/types/delete-leaf-instance-response.d.ts.map +1 -0
- package/dist/esm/types/delete-root-instance-request.d.ts +25 -0
- package/dist/esm/types/delete-root-instance-request.d.ts.map +1 -0
- package/dist/esm/types/delete-root-instance-response.d.ts +20 -0
- package/dist/esm/types/delete-root-instance-response.d.ts.map +1 -0
- package/dist/esm/types/delete-sub-instance-request.d.ts +25 -0
- package/dist/esm/types/delete-sub-instance-request.d.ts.map +1 -0
- package/dist/esm/types/delete-sub-instance-response.d.ts +20 -0
- package/dist/esm/types/delete-sub-instance-response.d.ts.map +1 -0
- package/dist/esm/types/deploy-info-for-list-leaf-instances-output.d.ts +26 -0
- package/dist/esm/types/deploy-info-for-list-leaf-instances-output.d.ts.map +1 -0
- package/dist/esm/types/deploy-info-for-list-root-instances-output.d.ts +26 -0
- package/dist/esm/types/deploy-info-for-list-root-instances-output.d.ts.map +1 -0
- package/dist/esm/types/deploy-info-for-list-sub-instances-output.d.ts +26 -0
- package/dist/esm/types/deploy-info-for-list-sub-instances-output.d.ts.map +1 -0
- package/dist/esm/types/deploy-summary-for-list-leaf-instances-output.d.ts +30 -0
- package/dist/esm/types/deploy-summary-for-list-leaf-instances-output.d.ts.map +1 -0
- package/dist/esm/types/deploy-summary-for-list-root-instances-output.d.ts +30 -0
- package/dist/esm/types/deploy-summary-for-list-root-instances-output.d.ts.map +1 -0
- package/dist/esm/types/deploy-summary-for-list-sub-instances-output.d.ts +30 -0
- package/dist/esm/types/deploy-summary-for-list-sub-instances-output.d.ts.map +1 -0
- package/dist/esm/types/disable-root-instance-request.d.ts +25 -0
- package/dist/esm/types/disable-root-instance-request.d.ts.map +1 -0
- package/dist/esm/types/disable-root-instance-response.d.ts +20 -0
- package/dist/esm/types/disable-root-instance-response.d.ts.map +1 -0
- package/dist/esm/types/disable-sub-instance-request.d.ts +25 -0
- package/dist/esm/types/disable-sub-instance-request.d.ts.map +1 -0
- package/dist/esm/types/disable-sub-instance-response.d.ts +20 -0
- package/dist/esm/types/disable-sub-instance-response.d.ts.map +1 -0
- package/dist/esm/types/download-leaf-instance-request.d.ts +40 -0
- package/dist/esm/types/download-leaf-instance-request.d.ts.map +1 -0
- package/dist/esm/types/download-leaf-instance-response.d.ts +50 -0
- package/dist/esm/types/download-leaf-instance-response.d.ts.map +1 -0
- package/dist/esm/types/enable-root-instance-request.d.ts +25 -0
- package/dist/esm/types/enable-root-instance-request.d.ts.map +1 -0
- package/dist/esm/types/enable-root-instance-response.d.ts +20 -0
- package/dist/esm/types/enable-root-instance-response.d.ts.map +1 -0
- package/dist/esm/types/enable-sub-instance-request.d.ts +25 -0
- package/dist/esm/types/enable-sub-instance-request.d.ts.map +1 -0
- package/dist/esm/types/enable-sub-instance-response.d.ts +20 -0
- package/dist/esm/types/enable-sub-instance-response.d.ts.map +1 -0
- package/dist/esm/types/extended-key-usages-for-create-leaf-instance-input.d.ts +50 -0
- package/dist/esm/types/extended-key-usages-for-create-leaf-instance-input.d.ts.map +1 -0
- package/dist/esm/types/extended-key-usages-for-create-root-instance-input.d.ts +50 -0
- package/dist/esm/types/extended-key-usages-for-create-root-instance-input.d.ts.map +1 -0
- package/dist/esm/types/extended-key-usages-for-create-sub-instance-input.d.ts +50 -0
- package/dist/esm/types/extended-key-usages-for-create-sub-instance-input.d.ts.map +1 -0
- package/dist/esm/types/extension-for-get-leaf-instance-output.d.ts +26 -0
- package/dist/esm/types/extension-for-get-leaf-instance-output.d.ts.map +1 -0
- package/dist/esm/types/extensions-for-create-leaf-instance-input.d.ts +38 -0
- package/dist/esm/types/extensions-for-create-leaf-instance-input.d.ts.map +1 -0
- package/dist/esm/types/extensions-for-create-root-instance-input.d.ts +38 -0
- package/dist/esm/types/extensions-for-create-root-instance-input.d.ts.map +1 -0
- package/dist/esm/types/extensions-for-create-sub-instance-input.d.ts +38 -0
- package/dist/esm/types/extensions-for-create-sub-instance-input.d.ts.map +1 -0
- package/dist/esm/types/get-leaf-instance-request.d.ts +25 -0
- package/dist/esm/types/get-leaf-instance-request.d.ts.map +1 -0
- package/dist/esm/types/get-leaf-instance-response.d.ts +130 -0
- package/dist/esm/types/get-leaf-instance-response.d.ts.map +1 -0
- package/dist/esm/types/get-quota-detail-request.d.ts +25 -0
- package/dist/esm/types/get-quota-detail-request.d.ts.map +1 -0
- package/dist/esm/types/get-quota-detail-response.d.ts +25 -0
- package/dist/esm/types/get-quota-detail-response.d.ts.map +1 -0
- package/dist/esm/types/get-root-instance-request.d.ts +25 -0
- package/dist/esm/types/get-root-instance-request.d.ts.map +1 -0
- package/dist/esm/types/get-root-instance-response.d.ts +114 -0
- package/dist/esm/types/get-root-instance-response.d.ts.map +1 -0
- package/dist/esm/types/get-sub-instance-request.d.ts +25 -0
- package/dist/esm/types/get-sub-instance-request.d.ts.map +1 -0
- package/dist/esm/types/get-sub-instance-response.d.ts +119 -0
- package/dist/esm/types/get-sub-instance-response.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +117 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/key-usages-for-create-leaf-instance-input.d.ts +65 -0
- package/dist/esm/types/key-usages-for-create-leaf-instance-input.d.ts.map +1 -0
- package/dist/esm/types/key-usages-for-create-root-instance-input.d.ts +65 -0
- package/dist/esm/types/key-usages-for-create-root-instance-input.d.ts.map +1 -0
- package/dist/esm/types/key-usages-for-create-sub-instance-input.d.ts +65 -0
- package/dist/esm/types/key-usages-for-create-sub-instance-input.d.ts.map +1 -0
- package/dist/esm/types/list-leaf-instances-request.d.ts +66 -0
- package/dist/esm/types/list-leaf-instances-request.d.ts.map +1 -0
- package/dist/esm/types/list-leaf-instances-response.d.ts +41 -0
- package/dist/esm/types/list-leaf-instances-response.d.ts.map +1 -0
- package/dist/esm/types/list-root-instances-request.d.ts +61 -0
- package/dist/esm/types/list-root-instances-request.d.ts.map +1 -0
- package/dist/esm/types/list-root-instances-response.d.ts +41 -0
- package/dist/esm/types/list-root-instances-response.d.ts.map +1 -0
- package/dist/esm/types/list-sub-instances-request.d.ts +66 -0
- package/dist/esm/types/list-sub-instances-request.d.ts.map +1 -0
- package/dist/esm/types/list-sub-instances-response.d.ts +41 -0
- package/dist/esm/types/list-sub-instances-response.d.ts.map +1 -0
- package/dist/esm/types/list-tags-for-resources-request.d.ts +46 -0
- package/dist/esm/types/list-tags-for-resources-request.d.ts.map +1 -0
- package/dist/esm/types/list-tags-for-resources-response.d.ts +41 -0
- package/dist/esm/types/list-tags-for-resources-response.d.ts.map +1 -0
- package/dist/esm/types/resource-tag-for-list-tags-for-resources-output.d.ts +40 -0
- package/dist/esm/types/resource-tag-for-list-tags-for-resources-output.d.ts.map +1 -0
- package/dist/esm/types/result-for-list-leaf-instances-output.d.ts +129 -0
- package/dist/esm/types/result-for-list-leaf-instances-output.d.ts.map +1 -0
- package/dist/esm/types/result-for-list-root-instances-output.d.ts +129 -0
- package/dist/esm/types/result-for-list-root-instances-output.d.ts.map +1 -0
- package/dist/esm/types/result-for-list-sub-instances-output.d.ts +129 -0
- package/dist/esm/types/result-for-list-sub-instances-output.d.ts.map +1 -0
- package/dist/esm/types/revoke-leaf-instance-request.d.ts +30 -0
- package/dist/esm/types/revoke-leaf-instance-request.d.ts.map +1 -0
- package/dist/esm/types/revoke-leaf-instance-response.d.ts +20 -0
- package/dist/esm/types/revoke-leaf-instance-response.d.ts.map +1 -0
- package/dist/esm/types/revoke-root-instance-request.d.ts +30 -0
- package/dist/esm/types/revoke-root-instance-request.d.ts.map +1 -0
- package/dist/esm/types/revoke-root-instance-response.d.ts +20 -0
- package/dist/esm/types/revoke-root-instance-response.d.ts.map +1 -0
- package/dist/esm/types/revoke-sub-instance-request.d.ts +30 -0
- package/dist/esm/types/revoke-sub-instance-request.d.ts.map +1 -0
- package/dist/esm/types/revoke-sub-instance-response.d.ts +20 -0
- package/dist/esm/types/revoke-sub-instance-response.d.ts.map +1 -0
- package/dist/esm/types/subject-alternative-name-for-get-leaf-instance-output.d.ts +40 -0
- package/dist/esm/types/subject-alternative-name-for-get-leaf-instance-output.d.ts.map +1 -0
- package/dist/esm/types/subject-for-create-leaf-instance-input.d.ts +65 -0
- package/dist/esm/types/subject-for-create-leaf-instance-input.d.ts.map +1 -0
- package/dist/esm/types/subject-for-create-root-instance-input.d.ts +65 -0
- package/dist/esm/types/subject-for-create-root-instance-input.d.ts.map +1 -0
- package/dist/esm/types/subject-for-create-sub-instance-input.d.ts +65 -0
- package/dist/esm/types/subject-for-create-sub-instance-input.d.ts.map +1 -0
- package/dist/esm/types/subject-for-get-leaf-instance-output.d.ts +65 -0
- package/dist/esm/types/subject-for-get-leaf-instance-output.d.ts.map +1 -0
- package/dist/esm/types/subject-for-get-root-instance-output.d.ts +65 -0
- package/dist/esm/types/subject-for-get-root-instance-output.d.ts.map +1 -0
- package/dist/esm/types/subject-for-get-sub-instance-output.d.ts +65 -0
- package/dist/esm/types/subject-for-get-sub-instance-output.d.ts.map +1 -0
- package/dist/esm/types/subject-for-list-leaf-instances-output.d.ts +65 -0
- package/dist/esm/types/subject-for-list-leaf-instances-output.d.ts.map +1 -0
- package/dist/esm/types/subject-for-list-root-instances-output.d.ts +65 -0
- package/dist/esm/types/subject-for-list-root-instances-output.d.ts.map +1 -0
- package/dist/esm/types/subject-for-list-sub-instances-output.d.ts +65 -0
- package/dist/esm/types/subject-for-list-sub-instances-output.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-list-leaf-instances-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-list-leaf-instances-input.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-list-root-instances-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-list-root-instances-input.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-list-sub-instances-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-list-sub-instances-input.d.ts.map +1 -0
- package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts +30 -0
- package/dist/esm/types/tag-filter-for-list-tags-for-resources-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-create-leaf-instance-input.d.ts +30 -0
- package/dist/esm/types/tag-for-create-leaf-instance-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-create-root-instance-input.d.ts +30 -0
- package/dist/esm/types/tag-for-create-root-instance-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-create-sub-instance-input.d.ts +30 -0
- package/dist/esm/types/tag-for-create-sub-instance-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-get-leaf-instance-output.d.ts +30 -0
- package/dist/esm/types/tag-for-get-leaf-instance-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-get-root-instance-output.d.ts +30 -0
- package/dist/esm/types/tag-for-get-root-instance-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-get-sub-instance-output.d.ts +30 -0
- package/dist/esm/types/tag-for-get-sub-instance-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-list-leaf-instances-output.d.ts +30 -0
- package/dist/esm/types/tag-for-list-leaf-instances-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-list-root-instances-output.d.ts +30 -0
- package/dist/esm/types/tag-for-list-root-instances-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-list-sub-instances-output.d.ts +30 -0
- package/dist/esm/types/tag-for-list-sub-instances-output.d.ts.map +1 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts +30 -0
- package/dist/esm/types/tag-for-tag-resources-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-upload-leaf-certificate-input.d.ts +30 -0
- package/dist/esm/types/tag-for-upload-leaf-certificate-input.d.ts.map +1 -0
- package/dist/esm/types/tag-for-upload-root-instance-input.d.ts +30 -0
- package/dist/esm/types/tag-for-upload-root-instance-input.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-request.d.ts +36 -0
- package/dist/esm/types/tag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/tag-resources-response.d.ts +20 -0
- package/dist/esm/types/tag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-request.d.ts +35 -0
- package/dist/esm/types/untag-resources-request.d.ts.map +1 -0
- package/dist/esm/types/untag-resources-response.d.ts +20 -0
- package/dist/esm/types/untag-resources-response.d.ts.map +1 -0
- package/dist/esm/types/upload-leaf-certificate-request.d.ts +51 -0
- package/dist/esm/types/upload-leaf-certificate-request.d.ts.map +1 -0
- package/dist/esm/types/upload-leaf-certificate-response.d.ts +30 -0
- package/dist/esm/types/upload-leaf-certificate-response.d.ts.map +1 -0
- package/dist/esm/types/upload-root-instance-request.d.ts +51 -0
- package/dist/esm/types/upload-root-instance-request.d.ts.map +1 -0
- package/dist/esm/types/upload-root-instance-response.d.ts +30 -0
- package/dist/esm/types/upload-root-instance-response.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +37 -0
- package/rslib.config.ts +26 -0
- package/src/api.ts +533 -0
- package/src/index.ts +14 -0
- package/src/types/certificate-for-get-leaf-instance-output.ts +52 -0
- package/src/types/certificate-for-get-root-instance-output.ts +52 -0
- package/src/types/certificate-for-get-sub-instance-output.ts +52 -0
- package/src/types/contact-for-create-leaf-instance-input.ts +40 -0
- package/src/types/contact-for-create-root-instance-input.ts +40 -0
- package/src/types/contact-for-create-sub-instance-input.ts +40 -0
- package/src/types/contact-for-get-leaf-instance-output.ts +40 -0
- package/src/types/contact-for-get-root-instance-output.ts +40 -0
- package/src/types/contact-for-get-sub-instance-output.ts +40 -0
- package/src/types/contact-for-list-leaf-instances-output.ts +40 -0
- package/src/types/contact-for-list-root-instances-output.ts +40 -0
- package/src/types/contact-for-list-sub-instances-output.ts +40 -0
- package/src/types/create-leaf-instance-request.ts +134 -0
- package/src/types/create-leaf-instance-response.ts +70 -0
- package/src/types/create-root-instance-request.ts +143 -0
- package/src/types/create-root-instance-response.ts +34 -0
- package/src/types/create-sub-instance-request.ts +128 -0
- package/src/types/create-sub-instance-response.ts +40 -0
- package/src/types/csr-common-for-create-leaf-instance-input.ts +41 -0
- package/src/types/csr-common-for-create-root-instance-input.ts +41 -0
- package/src/types/csr-common-for-create-sub-instance-input.ts +41 -0
- package/src/types/custom-extensions-for-create-leaf-instance-input.ts +40 -0
- package/src/types/custom-extensions-for-create-root-instance-input.ts +40 -0
- package/src/types/custom-extensions-for-create-sub-instance-input.ts +40 -0
- package/src/types/delete-leaf-instance-request.ts +28 -0
- package/src/types/delete-leaf-instance-response.ts +22 -0
- package/src/types/delete-root-instance-request.ts +28 -0
- package/src/types/delete-root-instance-response.ts +22 -0
- package/src/types/delete-sub-instance-request.ts +28 -0
- package/src/types/delete-sub-instance-response.ts +22 -0
- package/src/types/deploy-info-for-list-leaf-instances-output.ts +29 -0
- package/src/types/deploy-info-for-list-root-instances-output.ts +29 -0
- package/src/types/deploy-info-for-list-sub-instances-output.ts +29 -0
- package/src/types/deploy-summary-for-list-leaf-instances-output.ts +34 -0
- package/src/types/deploy-summary-for-list-root-instances-output.ts +34 -0
- package/src/types/deploy-summary-for-list-sub-instances-output.ts +34 -0
- package/src/types/disable-root-instance-request.ts +28 -0
- package/src/types/disable-root-instance-response.ts +22 -0
- package/src/types/disable-sub-instance-request.ts +28 -0
- package/src/types/disable-sub-instance-response.ts +22 -0
- package/src/types/download-leaf-instance-request.ts +46 -0
- package/src/types/download-leaf-instance-response.ts +58 -0
- package/src/types/enable-root-instance-request.ts +28 -0
- package/src/types/enable-root-instance-response.ts +22 -0
- package/src/types/enable-sub-instance-request.ts +28 -0
- package/src/types/enable-sub-instance-response.ts +22 -0
- package/src/types/extended-key-usages-for-create-leaf-instance-input.ts +58 -0
- package/src/types/extended-key-usages-for-create-root-instance-input.ts +58 -0
- package/src/types/extended-key-usages-for-create-sub-instance-input.ts +58 -0
- package/src/types/extension-for-get-leaf-instance-output.ts +29 -0
- package/src/types/extensions-for-create-leaf-instance-input.ts +43 -0
- package/src/types/extensions-for-create-root-instance-input.ts +43 -0
- package/src/types/extensions-for-create-sub-instance-input.ts +43 -0
- package/src/types/get-leaf-instance-request.ts +28 -0
- package/src/types/get-leaf-instance-response.ts +153 -0
- package/src/types/get-quota-detail-request.ts +28 -0
- package/src/types/get-quota-detail-response.ts +28 -0
- package/src/types/get-root-instance-request.ts +28 -0
- package/src/types/get-root-instance-response.ts +134 -0
- package/src/types/get-sub-instance-request.ts +28 -0
- package/src/types/get-sub-instance-response.ts +140 -0
- package/src/types/index.ts +116 -0
- package/src/types/key-usages-for-create-leaf-instance-input.ts +76 -0
- package/src/types/key-usages-for-create-root-instance-input.ts +76 -0
- package/src/types/key-usages-for-create-sub-instance-input.ts +76 -0
- package/src/types/list-leaf-instances-request.ts +77 -0
- package/src/types/list-leaf-instances-response.ts +47 -0
- package/src/types/list-root-instances-request.ts +71 -0
- package/src/types/list-root-instances-response.ts +47 -0
- package/src/types/list-sub-instances-request.ts +77 -0
- package/src/types/list-sub-instances-response.ts +47 -0
- package/src/types/list-tags-for-resources-request.ts +53 -0
- package/src/types/list-tags-for-resources-response.ts +47 -0
- package/src/types/resource-tag-for-list-tags-for-resources-output.ts +46 -0
- package/src/types/result-for-list-leaf-instances-output.ts +152 -0
- package/src/types/result-for-list-root-instances-output.ts +152 -0
- package/src/types/result-for-list-sub-instances-output.ts +152 -0
- package/src/types/revoke-leaf-instance-request.ts +34 -0
- package/src/types/revoke-leaf-instance-response.ts +22 -0
- package/src/types/revoke-root-instance-request.ts +34 -0
- package/src/types/revoke-root-instance-response.ts +22 -0
- package/src/types/revoke-sub-instance-request.ts +34 -0
- package/src/types/revoke-sub-instance-response.ts +22 -0
- package/src/types/subject-alternative-name-for-get-leaf-instance-output.ts +46 -0
- package/src/types/subject-for-create-leaf-instance-input.ts +76 -0
- package/src/types/subject-for-create-root-instance-input.ts +76 -0
- package/src/types/subject-for-create-sub-instance-input.ts +76 -0
- package/src/types/subject-for-get-leaf-instance-output.ts +76 -0
- package/src/types/subject-for-get-root-instance-output.ts +76 -0
- package/src/types/subject-for-get-sub-instance-output.ts +76 -0
- package/src/types/subject-for-list-leaf-instances-output.ts +76 -0
- package/src/types/subject-for-list-root-instances-output.ts +76 -0
- package/src/types/subject-for-list-sub-instances-output.ts +76 -0
- package/src/types/tag-filter-for-list-leaf-instances-input.ts +34 -0
- package/src/types/tag-filter-for-list-root-instances-input.ts +34 -0
- package/src/types/tag-filter-for-list-sub-instances-input.ts +34 -0
- package/src/types/tag-filter-for-list-tags-for-resources-input.ts +34 -0
- package/src/types/tag-for-create-leaf-instance-input.ts +34 -0
- package/src/types/tag-for-create-root-instance-input.ts +34 -0
- package/src/types/tag-for-create-sub-instance-input.ts +34 -0
- package/src/types/tag-for-get-leaf-instance-output.ts +34 -0
- package/src/types/tag-for-get-root-instance-output.ts +34 -0
- package/src/types/tag-for-get-sub-instance-output.ts +34 -0
- package/src/types/tag-for-list-leaf-instances-output.ts +34 -0
- package/src/types/tag-for-list-root-instances-output.ts +34 -0
- package/src/types/tag-for-list-sub-instances-output.ts +34 -0
- package/src/types/tag-for-tag-resources-input.ts +34 -0
- package/src/types/tag-for-upload-leaf-certificate-input.ts +34 -0
- package/src/types/tag-for-upload-root-instance-input.ts +34 -0
- package/src/types/tag-resources-request.ts +41 -0
- package/src/types/tag-resources-response.ts +22 -0
- package/src/types/untag-resources-request.ts +40 -0
- package/src/types/untag-resources-response.ts +22 -0
- package/src/types/upload-leaf-certificate-request.ts +59 -0
- package/src/types/upload-leaf-certificate-response.ts +34 -0
- package/src/types/upload-root-instance-request.ts +59 -0
- package/src/types/upload-root-instance-response.ts +34 -0
- package/tsconfig.json +12 -0
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* pca20251001
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { CertificateForGetSubInstanceOutput } from './certificate-for-get-sub-instance-output';
|
|
13
|
+
import { ContactForGetSubInstanceOutput } from './contact-for-get-sub-instance-output';
|
|
14
|
+
import { SubjectForGetSubInstanceOutput } from './subject-for-get-sub-instance-output';
|
|
15
|
+
import { TagForGetSubInstanceOutput } from './tag-for-get-sub-instance-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface GetSubInstanceResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface GetSubInstanceResponse {
|
|
23
|
+
/**
|
|
24
|
+
* @type {CertificateForGetSubInstanceOutput}
|
|
25
|
+
* @memberof GetSubInstanceResponse
|
|
26
|
+
*/
|
|
27
|
+
Certificate?: CertificateForGetSubInstanceOutput;
|
|
28
|
+
/**
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof GetSubInstanceResponse
|
|
31
|
+
*/
|
|
32
|
+
CommonName?: string;
|
|
33
|
+
/**
|
|
34
|
+
* @type {ContactForGetSubInstanceOutput}
|
|
35
|
+
* @memberof GetSubInstanceResponse
|
|
36
|
+
*/
|
|
37
|
+
Contact?: ContactForGetSubInstanceOutput;
|
|
38
|
+
/**
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof GetSubInstanceResponse
|
|
41
|
+
*/
|
|
42
|
+
CreateAt?: string;
|
|
43
|
+
/**
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof GetSubInstanceResponse
|
|
46
|
+
*/
|
|
47
|
+
Duration?: string;
|
|
48
|
+
/**
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof GetSubInstanceResponse
|
|
51
|
+
*/
|
|
52
|
+
EncryptionAlgorithm?: string;
|
|
53
|
+
/**
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof GetSubInstanceResponse
|
|
56
|
+
*/
|
|
57
|
+
InstanceId?: string;
|
|
58
|
+
/**
|
|
59
|
+
* @type {number}
|
|
60
|
+
* @memberof GetSubInstanceResponse
|
|
61
|
+
*/
|
|
62
|
+
InstanceStatus?: number;
|
|
63
|
+
/**
|
|
64
|
+
* @type {number}
|
|
65
|
+
* @memberof GetSubInstanceResponse
|
|
66
|
+
*/
|
|
67
|
+
NotAfter?: number;
|
|
68
|
+
/**
|
|
69
|
+
* @type {number}
|
|
70
|
+
* @memberof GetSubInstanceResponse
|
|
71
|
+
*/
|
|
72
|
+
NotBefore?: number;
|
|
73
|
+
/**
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof GetSubInstanceResponse
|
|
76
|
+
*/
|
|
77
|
+
Plan?: string;
|
|
78
|
+
/**
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof GetSubInstanceResponse
|
|
81
|
+
*/
|
|
82
|
+
ProjectName?: string;
|
|
83
|
+
/**
|
|
84
|
+
* @type {string}
|
|
85
|
+
* @memberof GetSubInstanceResponse
|
|
86
|
+
*/
|
|
87
|
+
RootCaId?: string;
|
|
88
|
+
/**
|
|
89
|
+
* @type {string}
|
|
90
|
+
* @memberof GetSubInstanceResponse
|
|
91
|
+
*/
|
|
92
|
+
SerialNumber?: string;
|
|
93
|
+
/**
|
|
94
|
+
* @type {string}
|
|
95
|
+
* @memberof GetSubInstanceResponse
|
|
96
|
+
*/
|
|
97
|
+
SignatureAlgorithm?: string;
|
|
98
|
+
/**
|
|
99
|
+
* @type {number}
|
|
100
|
+
* @memberof GetSubInstanceResponse
|
|
101
|
+
*/
|
|
102
|
+
SourceType?: number;
|
|
103
|
+
/**
|
|
104
|
+
* @type {SubjectForGetSubInstanceOutput}
|
|
105
|
+
* @memberof GetSubInstanceResponse
|
|
106
|
+
*/
|
|
107
|
+
Subject?: SubjectForGetSubInstanceOutput;
|
|
108
|
+
/**
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof GetSubInstanceResponse
|
|
111
|
+
*/
|
|
112
|
+
Tag?: string;
|
|
113
|
+
/**
|
|
114
|
+
* @type {Array<TagForGetSubInstanceOutput>}
|
|
115
|
+
* @memberof GetSubInstanceResponse
|
|
116
|
+
*/
|
|
117
|
+
Tags?: Array<TagForGetSubInstanceOutput>;
|
|
118
|
+
}
|
|
119
|
+
//# sourceMappingURL=get-sub-instance-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-sub-instance-response.d.ts","sourceRoot":"","sources":["../../../src/types/get-sub-instance-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,2CAA2C,CAAC;AAC/F,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AACvF,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AACvF,OAAO,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAC;AAC9E;;;;;EAKE;AACH,MAAM,WAAW,sBAAsB;IAEnC;;;OAGG;IACH,WAAW,CAAC,EAAE,kCAAkC,CAAC;IAEjD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,8BAA8B,CAAC;IAEzC;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,OAAO,CAAC,EAAE,8BAA8B,CAAC;IAEzC;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;CAC5C"}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
export * from './certificate-for-get-leaf-instance-output';
|
|
2
|
+
export * from './certificate-for-get-root-instance-output';
|
|
3
|
+
export * from './certificate-for-get-sub-instance-output';
|
|
4
|
+
export * from './contact-for-create-leaf-instance-input';
|
|
5
|
+
export * from './contact-for-create-root-instance-input';
|
|
6
|
+
export * from './contact-for-create-sub-instance-input';
|
|
7
|
+
export * from './contact-for-get-leaf-instance-output';
|
|
8
|
+
export * from './contact-for-get-root-instance-output';
|
|
9
|
+
export * from './contact-for-get-sub-instance-output';
|
|
10
|
+
export * from './contact-for-list-leaf-instances-output';
|
|
11
|
+
export * from './contact-for-list-root-instances-output';
|
|
12
|
+
export * from './contact-for-list-sub-instances-output';
|
|
13
|
+
export * from './create-leaf-instance-request';
|
|
14
|
+
export * from './create-leaf-instance-response';
|
|
15
|
+
export * from './create-root-instance-request';
|
|
16
|
+
export * from './create-root-instance-response';
|
|
17
|
+
export * from './create-sub-instance-request';
|
|
18
|
+
export * from './create-sub-instance-response';
|
|
19
|
+
export * from './csr-common-for-create-leaf-instance-input';
|
|
20
|
+
export * from './csr-common-for-create-root-instance-input';
|
|
21
|
+
export * from './csr-common-for-create-sub-instance-input';
|
|
22
|
+
export * from './custom-extensions-for-create-leaf-instance-input';
|
|
23
|
+
export * from './custom-extensions-for-create-root-instance-input';
|
|
24
|
+
export * from './custom-extensions-for-create-sub-instance-input';
|
|
25
|
+
export * from './delete-leaf-instance-request';
|
|
26
|
+
export * from './delete-leaf-instance-response';
|
|
27
|
+
export * from './delete-root-instance-request';
|
|
28
|
+
export * from './delete-root-instance-response';
|
|
29
|
+
export * from './delete-sub-instance-request';
|
|
30
|
+
export * from './delete-sub-instance-response';
|
|
31
|
+
export * from './deploy-info-for-list-leaf-instances-output';
|
|
32
|
+
export * from './deploy-info-for-list-root-instances-output';
|
|
33
|
+
export * from './deploy-info-for-list-sub-instances-output';
|
|
34
|
+
export * from './deploy-summary-for-list-leaf-instances-output';
|
|
35
|
+
export * from './deploy-summary-for-list-root-instances-output';
|
|
36
|
+
export * from './deploy-summary-for-list-sub-instances-output';
|
|
37
|
+
export * from './disable-root-instance-request';
|
|
38
|
+
export * from './disable-root-instance-response';
|
|
39
|
+
export * from './disable-sub-instance-request';
|
|
40
|
+
export * from './disable-sub-instance-response';
|
|
41
|
+
export * from './download-leaf-instance-request';
|
|
42
|
+
export * from './download-leaf-instance-response';
|
|
43
|
+
export * from './enable-root-instance-request';
|
|
44
|
+
export * from './enable-root-instance-response';
|
|
45
|
+
export * from './enable-sub-instance-request';
|
|
46
|
+
export * from './enable-sub-instance-response';
|
|
47
|
+
export * from './extended-key-usages-for-create-leaf-instance-input';
|
|
48
|
+
export * from './extended-key-usages-for-create-root-instance-input';
|
|
49
|
+
export * from './extended-key-usages-for-create-sub-instance-input';
|
|
50
|
+
export * from './extension-for-get-leaf-instance-output';
|
|
51
|
+
export * from './extensions-for-create-leaf-instance-input';
|
|
52
|
+
export * from './extensions-for-create-root-instance-input';
|
|
53
|
+
export * from './extensions-for-create-sub-instance-input';
|
|
54
|
+
export * from './get-leaf-instance-request';
|
|
55
|
+
export * from './get-leaf-instance-response';
|
|
56
|
+
export * from './get-quota-detail-request';
|
|
57
|
+
export * from './get-quota-detail-response';
|
|
58
|
+
export * from './get-root-instance-request';
|
|
59
|
+
export * from './get-root-instance-response';
|
|
60
|
+
export * from './get-sub-instance-request';
|
|
61
|
+
export * from './get-sub-instance-response';
|
|
62
|
+
export * from './key-usages-for-create-leaf-instance-input';
|
|
63
|
+
export * from './key-usages-for-create-root-instance-input';
|
|
64
|
+
export * from './key-usages-for-create-sub-instance-input';
|
|
65
|
+
export * from './list-leaf-instances-request';
|
|
66
|
+
export * from './list-leaf-instances-response';
|
|
67
|
+
export * from './list-root-instances-request';
|
|
68
|
+
export * from './list-root-instances-response';
|
|
69
|
+
export * from './list-sub-instances-request';
|
|
70
|
+
export * from './list-sub-instances-response';
|
|
71
|
+
export * from './list-tags-for-resources-request';
|
|
72
|
+
export * from './list-tags-for-resources-response';
|
|
73
|
+
export * from './resource-tag-for-list-tags-for-resources-output';
|
|
74
|
+
export * from './result-for-list-leaf-instances-output';
|
|
75
|
+
export * from './result-for-list-root-instances-output';
|
|
76
|
+
export * from './result-for-list-sub-instances-output';
|
|
77
|
+
export * from './revoke-leaf-instance-request';
|
|
78
|
+
export * from './revoke-leaf-instance-response';
|
|
79
|
+
export * from './revoke-root-instance-request';
|
|
80
|
+
export * from './revoke-root-instance-response';
|
|
81
|
+
export * from './revoke-sub-instance-request';
|
|
82
|
+
export * from './revoke-sub-instance-response';
|
|
83
|
+
export * from './subject-alternative-name-for-get-leaf-instance-output';
|
|
84
|
+
export * from './subject-for-create-leaf-instance-input';
|
|
85
|
+
export * from './subject-for-create-root-instance-input';
|
|
86
|
+
export * from './subject-for-create-sub-instance-input';
|
|
87
|
+
export * from './subject-for-get-leaf-instance-output';
|
|
88
|
+
export * from './subject-for-get-root-instance-output';
|
|
89
|
+
export * from './subject-for-get-sub-instance-output';
|
|
90
|
+
export * from './subject-for-list-leaf-instances-output';
|
|
91
|
+
export * from './subject-for-list-root-instances-output';
|
|
92
|
+
export * from './subject-for-list-sub-instances-output';
|
|
93
|
+
export * from './tag-filter-for-list-leaf-instances-input';
|
|
94
|
+
export * from './tag-filter-for-list-root-instances-input';
|
|
95
|
+
export * from './tag-filter-for-list-sub-instances-input';
|
|
96
|
+
export * from './tag-filter-for-list-tags-for-resources-input';
|
|
97
|
+
export * from './tag-for-create-leaf-instance-input';
|
|
98
|
+
export * from './tag-for-create-root-instance-input';
|
|
99
|
+
export * from './tag-for-create-sub-instance-input';
|
|
100
|
+
export * from './tag-for-get-leaf-instance-output';
|
|
101
|
+
export * from './tag-for-get-root-instance-output';
|
|
102
|
+
export * from './tag-for-get-sub-instance-output';
|
|
103
|
+
export * from './tag-for-list-leaf-instances-output';
|
|
104
|
+
export * from './tag-for-list-root-instances-output';
|
|
105
|
+
export * from './tag-for-list-sub-instances-output';
|
|
106
|
+
export * from './tag-for-tag-resources-input';
|
|
107
|
+
export * from './tag-for-upload-leaf-certificate-input';
|
|
108
|
+
export * from './tag-for-upload-root-instance-input';
|
|
109
|
+
export * from './tag-resources-request';
|
|
110
|
+
export * from './tag-resources-response';
|
|
111
|
+
export * from './untag-resources-request';
|
|
112
|
+
export * from './untag-resources-response';
|
|
113
|
+
export * from './upload-leaf-certificate-request';
|
|
114
|
+
export * from './upload-leaf-certificate-response';
|
|
115
|
+
export * from './upload-root-instance-request';
|
|
116
|
+
export * from './upload-root-instance-response';
|
|
117
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* pca20251001
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface KeyUsagesForCreateLeafInstanceInput
|
|
17
|
+
*/
|
|
18
|
+
export interface KeyUsagesForCreateLeafInstanceInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof KeyUsagesForCreateLeafInstanceInput
|
|
22
|
+
*/
|
|
23
|
+
CrlSign?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* @type {boolean}
|
|
26
|
+
* @memberof KeyUsagesForCreateLeafInstanceInput
|
|
27
|
+
*/
|
|
28
|
+
DataEncipherment?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* @type {boolean}
|
|
31
|
+
* @memberof KeyUsagesForCreateLeafInstanceInput
|
|
32
|
+
*/
|
|
33
|
+
DecipherOnly?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* @type {boolean}
|
|
36
|
+
* @memberof KeyUsagesForCreateLeafInstanceInput
|
|
37
|
+
*/
|
|
38
|
+
DigitalSignature?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* @type {boolean}
|
|
41
|
+
* @memberof KeyUsagesForCreateLeafInstanceInput
|
|
42
|
+
*/
|
|
43
|
+
EncipherOnly?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* @type {boolean}
|
|
46
|
+
* @memberof KeyUsagesForCreateLeafInstanceInput
|
|
47
|
+
*/
|
|
48
|
+
KeyAgreement?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* @type {boolean}
|
|
51
|
+
* @memberof KeyUsagesForCreateLeafInstanceInput
|
|
52
|
+
*/
|
|
53
|
+
KeyCertSign?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* @type {boolean}
|
|
56
|
+
* @memberof KeyUsagesForCreateLeafInstanceInput
|
|
57
|
+
*/
|
|
58
|
+
KeyEncipherment?: boolean;
|
|
59
|
+
/**
|
|
60
|
+
* @type {boolean}
|
|
61
|
+
* @memberof KeyUsagesForCreateLeafInstanceInput
|
|
62
|
+
*/
|
|
63
|
+
NonRepudiation?: boolean;
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=key-usages-for-create-leaf-instance-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"key-usages-for-create-leaf-instance-input.d.ts","sourceRoot":"","sources":["../../../src/types/key-usages-for-create-leaf-instance-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,mCAAmC;IAEhD;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;CAC5B"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* pca20251001
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface KeyUsagesForCreateRootInstanceInput
|
|
17
|
+
*/
|
|
18
|
+
export interface KeyUsagesForCreateRootInstanceInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof KeyUsagesForCreateRootInstanceInput
|
|
22
|
+
*/
|
|
23
|
+
CrlSign?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* @type {boolean}
|
|
26
|
+
* @memberof KeyUsagesForCreateRootInstanceInput
|
|
27
|
+
*/
|
|
28
|
+
DataEncipherment?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* @type {boolean}
|
|
31
|
+
* @memberof KeyUsagesForCreateRootInstanceInput
|
|
32
|
+
*/
|
|
33
|
+
DecipherOnly?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* @type {boolean}
|
|
36
|
+
* @memberof KeyUsagesForCreateRootInstanceInput
|
|
37
|
+
*/
|
|
38
|
+
DigitalSignature?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* @type {boolean}
|
|
41
|
+
* @memberof KeyUsagesForCreateRootInstanceInput
|
|
42
|
+
*/
|
|
43
|
+
EncipherOnly?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* @type {boolean}
|
|
46
|
+
* @memberof KeyUsagesForCreateRootInstanceInput
|
|
47
|
+
*/
|
|
48
|
+
KeyAgreement?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* @type {boolean}
|
|
51
|
+
* @memberof KeyUsagesForCreateRootInstanceInput
|
|
52
|
+
*/
|
|
53
|
+
KeyCertSign?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* @type {boolean}
|
|
56
|
+
* @memberof KeyUsagesForCreateRootInstanceInput
|
|
57
|
+
*/
|
|
58
|
+
KeyEncipherment?: boolean;
|
|
59
|
+
/**
|
|
60
|
+
* @type {boolean}
|
|
61
|
+
* @memberof KeyUsagesForCreateRootInstanceInput
|
|
62
|
+
*/
|
|
63
|
+
NonRepudiation?: boolean;
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=key-usages-for-create-root-instance-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"key-usages-for-create-root-instance-input.d.ts","sourceRoot":"","sources":["../../../src/types/key-usages-for-create-root-instance-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,mCAAmC;IAEhD;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;CAC5B"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* pca20251001
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface KeyUsagesForCreateSubInstanceInput
|
|
17
|
+
*/
|
|
18
|
+
export interface KeyUsagesForCreateSubInstanceInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof KeyUsagesForCreateSubInstanceInput
|
|
22
|
+
*/
|
|
23
|
+
CrlSign?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* @type {boolean}
|
|
26
|
+
* @memberof KeyUsagesForCreateSubInstanceInput
|
|
27
|
+
*/
|
|
28
|
+
DataEncipherment?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* @type {boolean}
|
|
31
|
+
* @memberof KeyUsagesForCreateSubInstanceInput
|
|
32
|
+
*/
|
|
33
|
+
DecipherOnly?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* @type {boolean}
|
|
36
|
+
* @memberof KeyUsagesForCreateSubInstanceInput
|
|
37
|
+
*/
|
|
38
|
+
DigitalSignature?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* @type {boolean}
|
|
41
|
+
* @memberof KeyUsagesForCreateSubInstanceInput
|
|
42
|
+
*/
|
|
43
|
+
EncipherOnly?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* @type {boolean}
|
|
46
|
+
* @memberof KeyUsagesForCreateSubInstanceInput
|
|
47
|
+
*/
|
|
48
|
+
KeyAgreement?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* @type {boolean}
|
|
51
|
+
* @memberof KeyUsagesForCreateSubInstanceInput
|
|
52
|
+
*/
|
|
53
|
+
KeyCertSign?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* @type {boolean}
|
|
56
|
+
* @memberof KeyUsagesForCreateSubInstanceInput
|
|
57
|
+
*/
|
|
58
|
+
KeyEncipherment?: boolean;
|
|
59
|
+
/**
|
|
60
|
+
* @type {boolean}
|
|
61
|
+
* @memberof KeyUsagesForCreateSubInstanceInput
|
|
62
|
+
*/
|
|
63
|
+
NonRepudiation?: boolean;
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=key-usages-for-create-sub-instance-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"key-usages-for-create-sub-instance-input.d.ts","sourceRoot":"","sources":["../../../src/types/key-usages-for-create-sub-instance-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;;OAGG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;CAC5B"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* pca20251001
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { TagFilterForListLeafInstancesInput } from './tag-filter-for-list-leaf-instances-input';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListLeafInstancesRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface ListLeafInstancesRequest {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ListLeafInstancesRequest
|
|
23
|
+
*/
|
|
24
|
+
CommonName?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ListLeafInstancesRequest
|
|
28
|
+
*/
|
|
29
|
+
InstanceId?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof ListLeafInstancesRequest
|
|
33
|
+
*/
|
|
34
|
+
InstanceStatus?: number;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ListLeafInstancesRequest
|
|
38
|
+
*/
|
|
39
|
+
IssuedId?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @type {number}
|
|
42
|
+
* @memberof ListLeafInstancesRequest
|
|
43
|
+
*/
|
|
44
|
+
PageNumber?: number;
|
|
45
|
+
/**
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof ListLeafInstancesRequest
|
|
48
|
+
*/
|
|
49
|
+
PageSize?: number;
|
|
50
|
+
/**
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof ListLeafInstancesRequest
|
|
53
|
+
*/
|
|
54
|
+
ProjectName?: string;
|
|
55
|
+
/**
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof ListLeafInstancesRequest
|
|
58
|
+
*/
|
|
59
|
+
SourceType?: string;
|
|
60
|
+
/**
|
|
61
|
+
* @type {Array<TagFilterForListLeafInstancesInput>}
|
|
62
|
+
* @memberof ListLeafInstancesRequest
|
|
63
|
+
*/
|
|
64
|
+
TagFilters?: Array<TagFilterForListLeafInstancesInput>;
|
|
65
|
+
}
|
|
66
|
+
//# sourceMappingURL=list-leaf-instances-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-leaf-instances-request.d.ts","sourceRoot":"","sources":["../../../src/types/list-leaf-instances-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,4CAA4C,CAAC;AAC/F;;;;;EAKE;AACH,MAAM,WAAW,wBAAwB;IAErC;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,CAAC;CAC1D"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* pca20251001
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { ResultForListLeafInstancesOutput } from './result-for-list-leaf-instances-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListLeafInstancesResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface ListLeafInstancesResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof ListLeafInstancesResponse
|
|
23
|
+
*/
|
|
24
|
+
Count?: number;
|
|
25
|
+
/**
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ListLeafInstancesResponse
|
|
28
|
+
*/
|
|
29
|
+
PageNumber?: number;
|
|
30
|
+
/**
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof ListLeafInstancesResponse
|
|
33
|
+
*/
|
|
34
|
+
PageSize?: number;
|
|
35
|
+
/**
|
|
36
|
+
* @type {Array<ResultForListLeafInstancesOutput>}
|
|
37
|
+
* @memberof ListLeafInstancesResponse
|
|
38
|
+
*/
|
|
39
|
+
Result?: Array<ResultForListLeafInstancesOutput>;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=list-leaf-instances-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-leaf-instances-response.d.ts","sourceRoot":"","sources":["../../../src/types/list-leaf-instances-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,yCAAyC,CAAC;AAC1F;;;;;EAKE;AACH,MAAM,WAAW,yBAAyB;IAEtC;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,gCAAgC,CAAC,CAAC;CACpD"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* pca20251001
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { TagFilterForListRootInstancesInput } from './tag-filter-for-list-root-instances-input';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListRootInstancesRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface ListRootInstancesRequest {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ListRootInstancesRequest
|
|
23
|
+
*/
|
|
24
|
+
CommonName?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ListRootInstancesRequest
|
|
28
|
+
*/
|
|
29
|
+
InstanceId?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ListRootInstancesRequest
|
|
33
|
+
*/
|
|
34
|
+
InstanceStatus?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof ListRootInstancesRequest
|
|
38
|
+
*/
|
|
39
|
+
PageNumber?: number;
|
|
40
|
+
/**
|
|
41
|
+
* @type {number}
|
|
42
|
+
* @memberof ListRootInstancesRequest
|
|
43
|
+
*/
|
|
44
|
+
PageSize?: number;
|
|
45
|
+
/**
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof ListRootInstancesRequest
|
|
48
|
+
*/
|
|
49
|
+
ProjectName?: string;
|
|
50
|
+
/**
|
|
51
|
+
* @type {number}
|
|
52
|
+
* @memberof ListRootInstancesRequest
|
|
53
|
+
*/
|
|
54
|
+
SourceType?: number;
|
|
55
|
+
/**
|
|
56
|
+
* @type {Array<TagFilterForListRootInstancesInput>}
|
|
57
|
+
* @memberof ListRootInstancesRequest
|
|
58
|
+
*/
|
|
59
|
+
TagFilters?: Array<TagFilterForListRootInstancesInput>;
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=list-root-instances-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-root-instances-request.d.ts","sourceRoot":"","sources":["../../../src/types/list-root-instances-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,4CAA4C,CAAC;AAC/F;;;;;EAKE;AACH,MAAM,WAAW,wBAAwB;IAErC;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,CAAC;CAC1D"}
|