DpsCertificateVerifyCertificateOptionalParams interface

省略可能なパラメーター。

Extends

プロパティ

certificateCreated

証明書の作成時刻。

certificateHasPrivateKey

証明書に秘密キーが含まれているかどうかを示します。

certificateIsVerified

証明書が秘密キーの所有者によって検証されているかどうかを示します。

certificateLastUpdated

証明書の最終更新時刻。

certificateName1

証明書の共通名。

certificateNonce

所有証明を示すために生成された乱数。

certificatePurpose

証明書の目的について説明する。

certificateRawBytes

証明書の生データ。

継承されたプロパティ

abortSignal

要求を中止するために使用できるシグナル。

onResponse

要求された操作の実行中にサーバーから応答を受信するたびに呼び出される関数。 複数回呼び出すことができます。

requestOptions

この操作の HTTP 要求を作成および送信するときに使用されるオプション。

serializerOptions

シリアル化/シリアル化解除の動作をオーバーライドするオプション。

tracingOptions

トレースが有効な場合に使用されるオプション。

プロパティの詳細

certificateCreated

証明書の作成時刻。

certificateCreated?: Date

プロパティ値

Date

certificateHasPrivateKey

証明書に秘密キーが含まれているかどうかを示します。

certificateHasPrivateKey?: boolean

プロパティ値

boolean

certificateIsVerified

証明書が秘密キーの所有者によって検証されているかどうかを示します。

certificateIsVerified?: boolean

プロパティ値

boolean

certificateLastUpdated

証明書の最終更新時刻。

certificateLastUpdated?: Date

プロパティ値

Date

certificateName1

証明書の共通名。

certificateName1?: string

プロパティ値

string

certificateNonce

所有証明を示すために生成された乱数。

certificateNonce?: string

プロパティ値

string

certificatePurpose

証明書の目的について説明する。

certificatePurpose?: string

プロパティ値

string

certificateRawBytes

証明書の生データ。

certificateRawBytes?: Uint8Array

プロパティ値

Uint8Array

継承されたプロパティの詳細

abortSignal

要求を中止するために使用できるシグナル。

abortSignal?: AbortSignalLike

プロパティ値

継承 coreClient.OperationOptions.abortSignal

onResponse

要求された操作の実行中にサーバーから応答を受信するたびに呼び出される関数。 複数回呼び出すことができます。

onResponse?: RawResponseCallback

プロパティ値

継承 coreClient.OperationOptions.onResponse

requestOptions

この操作の HTTP 要求を作成および送信するときに使用されるオプション。

requestOptions?: OperationRequestOptions

プロパティ値

継承 coreClient.OperationOptions.requestOptions

serializerOptions

シリアル化/シリアル化解除の動作をオーバーライドするオプション。

serializerOptions?: SerializerOptions

プロパティ値

継承 coreClient.OperationOptions.serializerOptions

tracingOptions

トレースが有効な場合に使用されるオプション。

tracingOptions?: OperationTracingOptions

プロパティ値

継承 coreClient.OperationOptions.tracingOptions