@sphereon/ssi-sdk-ext.kms-azure-rest-client
Version:
Sphereon SSI-SDK plugin for Azure KeyVault Key Management System.
30 lines (29 loc) • 602 B
JavaScript
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