Skip to main content

attestation

Creates, updates, deletes, gets or lists an attestation resource.

Overview

Nameattestation
TypeResource
Idazure.security_attestation.attestation

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
attest_open_enclaveexecendpointAttest to an SGX enclave. Processes an OpenEnclave report , producing an artifact. The type of artifact produced is dependent upon attestation policy.
attest_sgx_enclaveexecendpointAttest to an SGX enclave. Processes an SGX enclave quote, producing an artifact. The type of artifact produced is dependent upon attestation policy.
attest_azure_guestexecendpointAttest to an Azure Guest VM. Processes an Azure Guest TCG Log, producing an artifact. The type of artifact produced is dependent upon attestation policy.
attest_tpmexecendpointAttest a Virtualization-based Security (VBS) enclave. Processes attestation evidence from a VBS enclave, producing an attestation result. The attestation result produced is dependent upon the attestation policy.
attest_sev_snp_vmexecendpointAttest to an SEV SNP Virtual Machine. Processes a SEV SNP Boot chain. The type of artifact produced is dependent upon attestation policy.
attest_tdx_vmexecendpointAttest to a TDX Virtual Machine. Processes an TDX quote, producing an artifact. The type of artifact produced is dependent upon attestation policy.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
endpointstringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client endpoint parameter. (default: )

Lifecycle Methods

Attest to an SGX enclave. Processes an OpenEnclave report , producing an artifact. The type of artifact produced is dependent upon attestation policy.

EXEC azure.security_attestation.attestation.attest_open_enclave 
@endpoint='{{ endpoint }}' --required
;