Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImportKeyOptions

Package version

An interface representing the optional parameters that can be passed to importKey

Hierarchy

  • any
    • ImportKeyOptions

Index

Properties

Optional enabled

enabled: undefined | false | true

Determines whether the object is enabled.

Optional expiresOn

expiresOn: Date

Expiry date in UTC.

Optional hardwareProtected

hardwareProtected: undefined | false | true

Whether to import as a hardware key (HSM) or software key.

Optional notBefore

notBefore: Date

Not before date in UTC.

Optional tags

tags: undefined | {}

Application specific metadata in the form of key-value pairs.

Generated using TypeDoc