cloudItemCompliance

A single compliance check evaluated for a cloud asset.

Examples

type CloudItemCompliance {
  checkId: String
  status: String
  frameworks: JSON
}

Fields

Field
Description
Supported fields

checkId String

Identifier of the compliance check (e.g. "s3_bucket_acl_prohibited").

status String

Outcome of the check: "PASS" or "FAIL".

frameworks JSON

Map of framework key to the array of control identifiers this check evaluates, e.g. { "PCI": ["7.2.1.24"], "ISO27001-2022": ["A.8.14"] }.

References

Fields with this object:

Last updated