format property

String? format
getter/setter pair

The format of the attestation data.

Output only. Possible string values are:

  • "ATTESTATION_FORMAT_UNSPECIFIED" : Not specified.
  • "CAVIUM_V1_COMPRESSED" : Cavium HSM attestation compressed with gzip. Note that this format is defined by Cavium and subject to change at any time. See https://www.marvell.com/products/security-solutions/nitrox-hs-adapters/software-key-attestation.html.
  • "CAVIUM_V2_COMPRESSED" : Cavium HSM attestation V2 compressed with gzip. This is a new format introduced in Cavium's version 3.2-08.
  • "CAVIUM_V209" : Cavium HSM attestation V209, introduced in Cavium's version 2.09-0702.

Implementation

core.String? format;