AttestSgxEnclaveOptions interface

Optional parameters for the AttestSgxEnclave API.

Extends

Properties

draftPolicyForAttestation

draftPolicyForAttestation - If specified, the attestation policy to be used during the attestation request.

initTimeData

initTimeData : data provided at the time the enclave was initialized, to be interpreted as binary data.

initTimeJson

inittimeJson : data provided at the time the enclave was initialized, to be interpreted as JSON data.

runTimeData

runTimeData - data provided at the time the OpenEnclave report being attested was created to be interpreted as binary data.

runTimeJson

runTimeJson - data provided at the time the OpenEnclave report being attested was created to be interpreted as JSON data.

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.

validationOptions

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