DpsCertificateDeleteOptionalParams interface
Optional parameters.
- Extends
Properties
certificate |
Time the certificate is created. |
certificate |
Indicates if the certificate contains a private key. |
certificate |
Indicates if certificate has been verified by owner of the private key. |
certificate |
Time the certificate is last updated. |
certificate |
This is optional, and it is the Common Name of the certificate. |
certificate |
Random number generated to indicate Proof of Possession. |
certificate |
A description that mentions the purpose of the certificate. |
certificate |
Raw data within the 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
Time the certificate is created.
certificateCreated?: Date
Property Value
Date
certificateHasPrivateKey
Indicates if the certificate contains a private key.
certificateHasPrivateKey?: boolean
Property Value
boolean
certificateIsVerified
Indicates if certificate has been verified by owner of the private key.
certificateIsVerified?: boolean
Property Value
boolean
certificateLastUpdated
Time the certificate is last updated.
certificateLastUpdated?: Date
Property Value
Date
certificateName1
This is optional, and it is the Common Name of the certificate.
certificateName1?: string
Property Value
string
certificateNonce
Random number generated to indicate Proof of Possession.
certificateNonce?: string
Property Value
string
certificatePurpose
A description that mentions the purpose of the certificate.
certificatePurpose?: string
Property Value
string
certificateRawBytes
Raw data within the 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