ManagedKeyInfo type
Represents information about a managed key. Private or secret key material is NOT present.
Signature:export type ManagedKeyInfo = Omit<IKey, 'privateKeyHex'>
Represents information about a managed key. Private or secret key material is NOT present.
Signature:export type ManagedKeyInfo = Omit<IKey, 'privateKeyHex'>