REST Resource: organizations.locations.frameworkComplianceReports.controlComplianceSummaries

Resource: ControlComplianceSummary

The details for control compliance.

JSON representation
{
  "control": string,
  "displayName": string,
  "description": string,
  "overallEvaluationState": enum (EvaluationState),
  "totalFindingsCount": integer,
  "complianceFrameworks": [
    string
  ],
  "similarControls": [
    {
      object (SimilarControls)
    }
  ],
  "cloudControlReports": [
    {
      object (CloudControlReport)
    }
  ],
  "controlResponsibilityType": enum (RegulatoryControlResponsibilityType),
  "isFakeControl": boolean,
  "name": string
}
Fields
control

string

The name of the control.

displayName

string

The display name of the control.

description

string

The description of the control.

overallEvaluationState

enum (EvaluationState)

Output only. The overall evaluation status of the control.

totalFindingsCount

integer

The total number of findings for the control.

complianceFrameworks[]

string

The list of compliance frameworks that the control belongs to.

similarControls[]

object (SimilarControls)

The list of similar controls.

cloudControlReports[]

object (CloudControlReport)

The list of cloud control reports.

controlResponsibilityType

enum (RegulatoryControlResponsibilityType)

The responsibility type for the control.

isFakeControl

boolean

Whether the control is a fake control. Fake controls are created and mapped to cloud controls that don't belong to a control group.

name

string

Identifier. The name of the control compliance summary.

Methods

list

Lists the control compliance summary for a given scope.