Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetKeyOptions

Package version

interface

An interface representing optional parameters that can be passed to getKey.

Hierarchy

  • OperationOptions
    • GetKeyOptions

Index

Properties

Optional abortSignal

abortSignal: AbortSignalLike

The signal which can be used to abort requests.

Optional requestOptions

requestOptions: OperationRequestOptions

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

Optional tracingOptions

tracingOptions: OperationTracingOptions

Options used when tracing is enabled.

Optional version

version: undefined | string

The version of the secret to retrieve. If not specified the latest version of the secret will be retrieved.

Generated using TypeDoc