MeasuredBootEntry

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

Bases: object

One Trusted Platform Module (TPM) Platform Configuration Register (PCR) entry. The entry might be measured during boot, or specified in a policy.

Methods

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

Attributes

hash_algorithm Gets the hash_algorithm of this MeasuredBootEntry.
pcr_index Gets the pcr_index of this MeasuredBootEntry.
value Gets the value of this MeasuredBootEntry.
__init__(**kwargs)

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

Parameters:
  • pcr_index (str) – The value to assign to the pcr_index property of this MeasuredBootEntry.
  • value (str) – The value to assign to the value property of this MeasuredBootEntry.
  • hash_algorithm (str) – The value to assign to the hash_algorithm property of this MeasuredBootEntry.
hash_algorithm

Gets the hash_algorithm of this MeasuredBootEntry. The type of algorithm used to calculate the hash.

Returns:The hash_algorithm of this MeasuredBootEntry.
Return type:str
pcr_index

Gets the pcr_index of this MeasuredBootEntry. The index of the policy.

Returns:The pcr_index of this MeasuredBootEntry.
Return type:str
value

Gets the value of this MeasuredBootEntry. The hashed PCR value.

Returns:The value of this MeasuredBootEntry.
Return type:str