Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateIssuerOptions

Package version

interface

An interface representing options that can be passed to updateIssuer.

Hierarchy

  • KeyVaultClientUpdateCertificateIssuerOptionalParams
  • OperationOptions
    • UpdateIssuerOptions

Indexable

[key: string]: any

Index

Properties

Optional abortSignal

abortSignal: AbortSignalLike

The signal which can be used to abort requests.

Optional attributes

attributes: IssuerAttributes

Attributes of the issuer object.

Optional credentials

credentials: IssuerCredentials

The credentials to be used for the issuer.

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 organizationDetails

organizationDetails: OrganizationDetails

Details of the organization as provided to the issuer.

Optional provider

provider: undefined | string

The issuer provider.

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 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