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