@azure/keyvault-certificates
Version:
Isomorphic client library for Azure KeyVault's certificates.
36 lines • 5.26 kB
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.getCertificates = exports.deleteCertificate = exports.setCertificateContacts = exports.getCertificateContacts = exports.deleteCertificateContacts = exports.getCertificateIssuers = exports.setCertificateIssuer = exports.updateCertificateIssuer = exports.getCertificateIssuer = exports.deleteCertificateIssuer = exports.createCertificate = exports.importCertificate = exports.getCertificateVersions = exports.getCertificatePolicy = exports.updateCertificatePolicy = exports.updateCertificate = exports.getCertificate = exports.updateCertificateOperation = exports.getCertificateOperation = exports.deleteCertificateOperation = exports.mergeCertificate = exports.backupCertificate = exports.restoreCertificate = exports.getDeletedCertificates = exports.getDeletedCertificate = exports.purgeDeletedCertificate = exports.recoverDeletedCertificate = exports.createKeyVault = void 0;
var keyVaultContext_js_1 = require("./keyVaultContext.js");
Object.defineProperty(exports, "createKeyVault", { enumerable: true, get: function () { return keyVaultContext_js_1.createKeyVault; } });
var operations_js_1 = require("./operations.js");
Object.defineProperty(exports, "recoverDeletedCertificate", { enumerable: true, get: function () { return operations_js_1.recoverDeletedCertificate; } });
Object.defineProperty(exports, "purgeDeletedCertificate", { enumerable: true, get: function () { return operations_js_1.purgeDeletedCertificate; } });
Object.defineProperty(exports, "getDeletedCertificate", { enumerable: true, get: function () { return operations_js_1.getDeletedCertificate; } });
Object.defineProperty(exports, "getDeletedCertificates", { enumerable: true, get: function () { return operations_js_1.getDeletedCertificates; } });
Object.defineProperty(exports, "restoreCertificate", { enumerable: true, get: function () { return operations_js_1.restoreCertificate; } });
Object.defineProperty(exports, "backupCertificate", { enumerable: true, get: function () { return operations_js_1.backupCertificate; } });
Object.defineProperty(exports, "mergeCertificate", { enumerable: true, get: function () { return operations_js_1.mergeCertificate; } });
Object.defineProperty(exports, "deleteCertificateOperation", { enumerable: true, get: function () { return operations_js_1.deleteCertificateOperation; } });
Object.defineProperty(exports, "getCertificateOperation", { enumerable: true, get: function () { return operations_js_1.getCertificateOperation; } });
Object.defineProperty(exports, "updateCertificateOperation", { enumerable: true, get: function () { return operations_js_1.updateCertificateOperation; } });
Object.defineProperty(exports, "getCertificate", { enumerable: true, get: function () { return operations_js_1.getCertificate; } });
Object.defineProperty(exports, "updateCertificate", { enumerable: true, get: function () { return operations_js_1.updateCertificate; } });
Object.defineProperty(exports, "updateCertificatePolicy", { enumerable: true, get: function () { return operations_js_1.updateCertificatePolicy; } });
Object.defineProperty(exports, "getCertificatePolicy", { enumerable: true, get: function () { return operations_js_1.getCertificatePolicy; } });
Object.defineProperty(exports, "getCertificateVersions", { enumerable: true, get: function () { return operations_js_1.getCertificateVersions; } });
Object.defineProperty(exports, "importCertificate", { enumerable: true, get: function () { return operations_js_1.importCertificate; } });
Object.defineProperty(exports, "createCertificate", { enumerable: true, get: function () { return operations_js_1.createCertificate; } });
Object.defineProperty(exports, "deleteCertificateIssuer", { enumerable: true, get: function () { return operations_js_1.deleteCertificateIssuer; } });
Object.defineProperty(exports, "getCertificateIssuer", { enumerable: true, get: function () { return operations_js_1.getCertificateIssuer; } });
Object.defineProperty(exports, "updateCertificateIssuer", { enumerable: true, get: function () { return operations_js_1.updateCertificateIssuer; } });
Object.defineProperty(exports, "setCertificateIssuer", { enumerable: true, get: function () { return operations_js_1.setCertificateIssuer; } });
Object.defineProperty(exports, "getCertificateIssuers", { enumerable: true, get: function () { return operations_js_1.getCertificateIssuers; } });
Object.defineProperty(exports, "deleteCertificateContacts", { enumerable: true, get: function () { return operations_js_1.deleteCertificateContacts; } });
Object.defineProperty(exports, "getCertificateContacts", { enumerable: true, get: function () { return operations_js_1.getCertificateContacts; } });
Object.defineProperty(exports, "setCertificateContacts", { enumerable: true, get: function () { return operations_js_1.setCertificateContacts; } });
Object.defineProperty(exports, "deleteCertificate", { enumerable: true, get: function () { return operations_js_1.deleteCertificate; } });
Object.defineProperty(exports, "getCertificates", { enumerable: true, get: function () { return operations_js_1.getCertificates; } });
//# sourceMappingURL=index.js.map