@sphereon/ssi-sdk-ext.kms-azure-rest-client
Version:
Sphereon SSI-SDK plugin for Azure KeyVault Key Management System.
19 lines • 429 B
TypeScript
export class KeyProperties {
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
format: string;
}[];
}
export namespace KeyProperties {
let discriminator: any;
let mapping: any;
let attributeTypeMap: {
name: string;
baseName: string;
type: string;
format: string;
}[];
}
//# sourceMappingURL=KeyProperties.d.ts.map