AttestOpenEnclaveOptions interface
Optional parameters for the AttestOpenEnclave API.
- Extends
Properties
draft |
draftPolicyForAttestation - If specified, the attestation policy to be used during the attestation request. |
init |
initTimeData : data provided at the time the enclave was initialized, to be interpreted as binary data. |
init |
inittimeJson : data provided at the time the enclave was initialized, to be interpreted as JSON data. |
run |
runTimeData - data provided at the time the OpenEnclave report being attested was created to be interpreted as binary data. |
run |
runTimeJson - data provided at the time the OpenEnclave report being attested was created to be interpreted as JSON data. |
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. |
validation |
Validation options to be used to validate attestation tokens received from the attestation service for the individual operation. |
Property Details
draftPolicyForAttestation
draftPolicyForAttestation - If specified, the attestation policy to be used during the attestation request.
draftPolicyForAttestation?: string
Property Value
string
initTimeData
initTimeData : data provided at the time the enclave was initialized, to be interpreted as binary data.
initTimeData?: Uint8Array | Buffer | Blob
Property Value
Uint8Array | Buffer | Blob
initTimeJson
inittimeJson : data provided at the time the enclave was initialized, to be interpreted as JSON data.
initTimeJson?: Uint8Array | Buffer | Blob
Property Value
Uint8Array | Buffer | Blob
runTimeData
runTimeData - data provided at the time the OpenEnclave report being attested was created to be interpreted as binary data.
runTimeData?: Uint8Array | Buffer | Blob
Property Value
Uint8Array | Buffer | Blob
runTimeJson
runTimeJson - data provided at the time the OpenEnclave report being attested was created to be interpreted as JSON data.
runTimeJson?: Uint8Array | Buffer | Blob
Property Value
Uint8Array | Buffer | Blob
Inherited Property Details
abortSignal
The signal which can be used to abort requests.
abortSignal?: AbortSignalLike
Property Value
Inherited From AttestationClientOperationOptions.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 AttestationClientOperationOptions.onResponse
requestOptions
Options used when creating and sending HTTP requests for this operation.
requestOptions?: OperationRequestOptions
Property Value
Inherited From AttestationClientOperationOptions.requestOptions
serializerOptions
Options to override serialization/de-serialization behavior.
serializerOptions?: SerializerOptions
Property Value
Inherited From AttestationClientOperationOptions.serializerOptions
tracingOptions
Options used when tracing is enabled.
tracingOptions?: OperationTracingOptions
Property Value
Inherited From AttestationClientOperationOptions.tracingOptions
validationOptions
Validation options to be used to validate attestation tokens received from the attestation service for the individual operation.
validationOptions?: AttestationTokenValidationOptions
Property Value
Inherited From AttestationClientOperationOptions.validationOptions