ComplianceSnapshot

Result containing the properties and count of a ComplianceSnapshot request.

JSON representation
{
  "name": string,
  "cloudProvider": enum (CloudProvider),
  "category": string,
  "leafContainerResource": string,
  "complianceStandard": string,
  "complianceVersion": string,
  "count": string,
  "snapshotTime": string
}
Fields
name

string

The compliance snapshot name. Format: <organizations|folders|projects>//sources/<SOURCE_ID/locations//complianceSnapshots/

cloudProvider

enum (CloudProvider)

The cloud provider for the compliance snapshot.

category

string

The category of Findings matching.

leafContainerResource

string

The leaf container resource name that is closest to the snapshot.

complianceStandard

string

The compliance standard (ie CIS).

complianceVersion

string

The compliance version (ie 1.3) in CIS 1.3.

count

string (int64 format)

Total count of findings for the given properties.

snapshotTime

string (Timestamp format)

The snapshot time of the snapshot.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".