Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AttestSgxEnclaveOptions

Package version

Optional parameters for the AttestSgxEnclave API.

param

data provided at the time the enclave was initialized.

param

data provided at the time the SGX quote being attested was created.

param

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

Hierarchy

Index

Properties

Optional draftPolicyForAttestation

draftPolicyForAttestation: undefined | string

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

Optional initTimeData

initTimeData: AttestationData

initTimeData : AttestationData - data provided at the time the enclave was initialized.

Optional runTimeData

runTimeData: AttestationData

runTimeData - data provided at the time the SGX quote being attested was created.

Optional validationOptions

Validation options to be used to validate attestation tokens received from the attestation service for the individual operation.

Generated using TypeDoc