Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateCertificateOptions

Package version

interface

An interface representing options that can be passed to updateCertificate.

Hierarchy

  • KeyVaultClientUpdateCertificateOptionalParams
  • OperationOptions
    • UpdateCertificateOptions

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 contentType

Type of the certificate value such as a password.

Optional customHeaders

customHeaders: undefined | object
property

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

Optional enabled

enabled: undefined | false | true

Determines whether the object is enabled.

Optional expiresOn

expiresOn: Date

Expiry date in UTC.

Optional notBefore

notBefore: Date

Not before date in UTC.

Optional onDownloadProgress

onDownloadProgress: undefined | function

Callback which fires upon download progress.

Optional onUploadProgress

onUploadProgress: undefined | function

Callback which fires upon upload progress.

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

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