Class MeasuredBootReportMeasurements
A list of Trusted Platform Module (TPM) Platform Configuration Register (PCR) entries.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class MeasuredBootReportMeasurements
  Properties
Actual
Declaration
[JsonProperty(PropertyName = "actual")]
public List<MeasuredBootEntry> Actual { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<MeasuredBootEntry> | The list of actual PCR entries measured during boot.  | 
      
Policy
Declaration
[JsonProperty(PropertyName = "policy")]
public List<MeasuredBootEntry> Policy { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<MeasuredBootEntry> | The list of expected PCR entries to use during verification.  |