Type Alias: ImportKeyOptions ​
ImportKeyOptions =
object
Defined in: interface.ts:27
Options for importing a key.
Properties ​
id? ​
optionalid?:KeyIdentifier
Defined in: interface.ts:29
Custom key identifier. Auto-generated URN if omitted.
setActive? ​
optionalsetActive?:boolean
Defined in: interface.ts:31
Whether to set this key as the active key. Defaults to false.
tags? ​
optionaltags?:Record<string,string>
Defined in: interface.ts:33
Metadata tags to associate with the key.