DpsCertificateGenerateVerificationCodeOptionalParams interface
Optional parameters.
- Extends
Properties
certificate |
Certificate creation time. |
certificate |
Indicates if the certificate contains private key. |
certificate |
Indicates if the certificate has been verified by owner of the private key. |
certificate |
Certificate last updated time. |
certificate |
Common Name for the certificate. |
certificate |
Random number generated to indicate Proof of Possession. |
certificate |
Description mentioning the purpose of the certificate. |
certificate |
Raw data of certificate. |
Inherited Properties
abort |
The signal which can be used to abort requests. |
on |
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times. |
request |
Options used when creating and sending HTTP requests for this operation. |
serializer |
Options to override serialization/de-serialization behavior. |
tracing |
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
Description mentioning 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