Open Enclave
typedef struct _oe_identity oe_identity_t

Structure to represent the identity of an enclave.

This structure is expected to change in future. Newer fields are always added at the end and fields are never removed. Before accessing a field, the enclave must first check that the field is valid using the id_version and the table below:

id_version Supported fields
0 security_version, attributes, unique_id, signer_id, product_id

typedef struct _oe_identity oe_identity_t