HostPatchManagerIntegrityStatus_enum

HostPatchManagerIntegrityStatus_enum
HostPatchManagerIntegrityStatus_enum

The integrity validation status.

Possible values:

  • validated: The update is successfully validated.
  • keyNotFound: The integrity can not be verified since a public key to verify the update cannot be found.
  • keyRevoked: A public key to verify the update has been revoked.
  • keyExpired: A public key to verify the update is expired.
  • digestMismatch: A digital signature of the update does not match.
  • notEnoughSignatures: Not enough signed signatures on the update.
  • validationError: The integrity validation failed.
This data structure has no properties.
Enumeration: validated, keyNotFound, keyRevoked, keyExpired, digestMismatch, notEnoughSignatures, validationError,