Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImportCertificateOptions

Package version

interface

An interface representing options that can be passed to importCertificate.

Hierarchy

  • KeyVaultClientImportCertificateOptionalParams
  • OperationOptions
    • ImportCertificateOptions

Indexable

[key: string]: any

Index

Properties

Optional abortSignal

abortSignal: AbortSignalLike

The signal which can be used to abort requests.

Optional certificateAttributes

certificateAttributes: CertificateAttributes

The attributes of the certificate (optional).

Optional certificatePolicy

certificatePolicy: CertificatePolicy

The management policy for the certificate.

Optional customHeaders

customHeaders: undefined | object
property

{object} [customHeaders] User defined custom request headers that will be applied before the request is sent.

Optional onDownloadProgress

onDownloadProgress: undefined | function

Callback which fires upon download progress.

Optional onUploadProgress

onUploadProgress: undefined | function

Callback which fires upon upload progress.

Optional password

password: undefined | string

If the private key in base64EncodedCertificate is encrypted, the password used for encryption.

Optional requestOptions

requestOptions: OperationRequestOptions

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

Optional spanOptions

spanOptions: SpanOptions

Options used to create a span when tracing is enabled.

Optional tags

tags: undefined | object

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

Optional timeout

timeout: undefined | number

The number of milliseconds a request can take before automatically being terminated.

Optional tracingOptions

tracingOptions: OperationTracingOptions

Options used when tracing is enabled.

Generated using TypeDoc