MeasuredBootReportMeasurements

class oci.core.models.MeasuredBootReportMeasurements(**kwargs)

Bases: object

A list of Trusted Platform Module (TPM) Platform Configuration Register (PCR) entries.

Methods

__init__(**kwargs) Initializes a new MeasuredBootReportMeasurements object with values from keyword arguments.

Attributes

actual Gets the actual of this MeasuredBootReportMeasurements.
policy Gets the policy of this MeasuredBootReportMeasurements.
__init__(**kwargs)

Initializes a new MeasuredBootReportMeasurements object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
actual

Gets the actual of this MeasuredBootReportMeasurements. The list of actual PCR entries measured during boot.

Returns:The actual of this MeasuredBootReportMeasurements.
Return type:list[oci.core.models.MeasuredBootEntry]
policy

Gets the policy of this MeasuredBootReportMeasurements. The list of expected PCR entries to use during verification.

Returns:The policy of this MeasuredBootReportMeasurements.
Return type:list[oci.core.models.MeasuredBootEntry]