MeasuredBootReport

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

Bases: object

The measured boot report for a shielded instance.

Methods

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

Attributes

is_policy_verification_successful [Required] Gets the is_policy_verification_successful of this MeasuredBootReport.
measurements Gets the measurements of this MeasuredBootReport.
__init__(**kwargs)

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

Parameters:
  • is_policy_verification_successful (bool) – The value to assign to the is_policy_verification_successful property of this MeasuredBootReport.
  • measurements (oci.core.models.MeasuredBootReportMeasurements) – The value to assign to the measurements property of this MeasuredBootReport.
is_policy_verification_successful

[Required] Gets the is_policy_verification_successful of this MeasuredBootReport. Whether the verification succeeded, and the new values match the expected values.

Returns:The is_policy_verification_successful of this MeasuredBootReport.
Return type:bool
measurements

Gets the measurements of this MeasuredBootReport.

Returns:The measurements of this MeasuredBootReport.
Return type:oci.core.models.MeasuredBootReportMeasurements