Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImportKeyOptions

Package version

interface

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

Hierarchy

  • OperationOptions
    • ImportKeyOptions

Index

Properties

Optional abortSignal

abortSignal: AbortSignalLike

The signal which can be used to abort requests.

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 requestOptions

requestOptions: OperationRequestOptions

Options used when creating and sending HTTP requests for this operation.

Optional tags

tags: undefined | object

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

Optional tracingOptions

tracingOptions: OperationTracingOptions

Options used when tracing is enabled.

Generated using TypeDoc