

# AttestationEntry
<a name="API_AttestationEntry"></a>

Contains the PCR (Platform Configuration Register) values for a specific version of the serverless data retention enclave image, used to verify enclave integrity.

## Contents
<a name="API_AttestationEntry_Contents"></a>

**Note**  
In the following list, the required parameters are described first.

 ** pcr0 **   <a name="wickr-Type-AttestationEntry-pcr0"></a>
The PCR0 value, which represents a hash of the enclave image file.  
Type: String  
Pattern: `[\S\s]*`   
Required: Yes

 ** pcr1 **   <a name="wickr-Type-AttestationEntry-pcr1"></a>
The PCR1 value, which represents a hash of the Linux kernel and bootstrap.  
Type: String  
Pattern: `[\S\s]*`   
Required: Yes

 ** pcr2 **   <a name="wickr-Type-AttestationEntry-pcr2"></a>
The PCR2 value, which represents a hash of the application.  
Type: String  
Pattern: `[\S\s]*`   
Required: Yes

 ** version **   <a name="wickr-Type-AttestationEntry-version"></a>
The version of the enclave image associated with these PCR values.  
Type: String  
Pattern: `[\S\s]*`   
Required: Yes

## See Also
<a name="API_AttestationEntry_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/wickr-2024-02-01/AttestationEntry) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/wickr-2024-02-01/AttestationEntry) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/wickr-2024-02-01/AttestationEntry) 