UNPKG

@sphereon/ssi-sdk-ext.kms-azure-rest-client

Version:

Sphereon SSI-SDK plugin for Azure KeyVault Key Management System.

30 lines 729 B
export class KeyReleasePolicy { static getAttributeTypeMap() { return KeyReleasePolicy.attributeTypeMap; } constructor() { } } 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