@sphereon/ssi-sdk-ext.kms-azure-rest-client
Version:
Sphereon SSI-SDK plugin for Azure KeyVault Key Management System.
35 lines • 895 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.KeyReleasePolicy = void 0;
class KeyReleasePolicy {
static getAttributeTypeMap() {
return KeyReleasePolicy.attributeTypeMap;
}
constructor() {
}
}
exports.KeyReleasePolicy = KeyReleasePolicy;
KeyReleasePolicy.discriminator = undefined;
KeyReleasePolicy.mapping = undefined;
KeyReleasePolicy.attributeTypeMap = [
{
"name": "encodedPolicy",
"baseName": "encodedPolicy",
"type": "BinaryData",
"format": ""
},
{
"name": "contentType",
"baseName": "contentType",
"type": "string",
"format": ""
},
{
"name": "immutable",
"baseName": "immutable",
"type": "boolean",
"format": ""
}
];
//# sourceMappingURL=KeyReleasePolicy.js.map
//# sourceMappingURL=KeyReleasePolicy.js.map