DpsCertificateVerifyCertificateOptionalParams interface

Optional parameters.

Extends

Properties

certificateCreated

Certificate creation time.

certificateHasPrivateKey

Indicates if the certificate contains private key.

certificateIsVerified

Indicates if the certificate has been verified by owner of the private key.

certificateLastUpdated

Certificate last updated time.

certificateName1

Common Name for the certificate.

certificateNonce

Random number generated to indicate Proof of Possession.

certificatePurpose

Describe the purpose of the certificate.

certificateRawBytes

Raw data of certificate.

Inherited Properties

abortSignal

The signal which can be used to abort requests.

onResponse

A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.

requestOptions

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

serializerOptions

Options to override serialization/de-serialization behavior.

tracingOptions

Options used when tracing is enabled.

Property Details

certificateCreated

Certificate creation time.

certificateCreated?: Date

Property Value

Date

certificateHasPrivateKey

Indicates if the certificate contains private key.

certificateHasPrivateKey?: boolean

Property Value

boolean

certificateIsVerified

Indicates if the certificate has been verified by owner of the private key.

certificateIsVerified?: boolean

Property Value

boolean

certificateLastUpdated

Certificate last updated time.

certificateLastUpdated?: Date

Property Value

Date

certificateName1

Common Name for the certificate.

certificateName1?: string

Property Value

string

certificateNonce

Random number generated to indicate Proof of Possession.

certificateNonce?: string

Property Value

string

certificatePurpose

Describe the purpose of the certificate.

certificatePurpose?: string

Property Value

string

certificateRawBytes

Raw data of certificate.

certificateRawBytes?: Uint8Array

Property Value

Uint8Array

Inherited Property Details

abortSignal

The signal which can be used to abort requests.

abortSignal?: AbortSignalLike

Property Value

Inherited From coreClient.OperationOptions.abortSignal

onResponse

A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.

onResponse?: RawResponseCallback

Property Value

Inherited From coreClient.OperationOptions.onResponse

requestOptions

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

requestOptions?: OperationRequestOptions

Property Value

Inherited From coreClient.OperationOptions.requestOptions

serializerOptions

Options to override serialization/de-serialization behavior.

serializerOptions?: SerializerOptions

Property Value

Inherited From coreClient.OperationOptions.serializerOptions

tracingOptions

Options used when tracing is enabled.

tracingOptions?: OperationTracingOptions

Property Value

Inherited From coreClient.OperationOptions.tracingOptions