REST Resource: folders.locations.frameworkComplianceSummaries

Resource: FrameworkComplianceSummary

The details for a framework compliance summary.

JSON representation
{
  "framework": string,
  "controlAssessmentDetails": {
    object (ControlAssessmentDetails)
  },
  "frameworkType": enum (FrameworkType),
  "supportedCloudProviders": [
    enum (CloudProvider)
  ],
  "frameworkCategories": [
    enum (FrameworkCategory)
  ],
  "frameworkDisplayName": string,
  "name": string,
  "majorRevisionId": string,
  "minorRevisionId": string,
  "targetResourceDetails": [
    {
      object (TargetResourceDetails)
    }
  ],
  "findingCount": string,
  "controlsPassingTrend": {
    object (Trend)
  }
}
Fields
framework

string

The name of the framework.

controlAssessmentDetails

object (ControlAssessmentDetails)

The control assessment details of the framework.

frameworkType

enum (FrameworkType)

The type of framework.

supportedCloudProviders[]

enum (CloudProvider)

The list of cloud providers supported by the framework.

frameworkCategories[]

enum (FrameworkCategory)

The list of framework categories supported by the framework.

frameworkDisplayName

string

Optional. The display name for the framework.

name

string

Identifier. The name of the framework compliance summary.

majorRevisionId

string (int64 format)

The major revision ID of the framework.

minorRevisionId

string (int64 format)

The minor revision ID of the framework.

targetResourceDetails[]

object (TargetResourceDetails)

The target resource details for the framework.

findingCount

string (int64 format)

Output only. The count of the findings generated against the framework.

controlsPassingTrend

object (Trend)

Output only. The trend of controls that are passing for the given duration.

Trend

The trend of a compliance metric.

JSON representation
{
  "duration": string,
  "valuePercent": number
}
Fields
duration

string (Duration format)

Output only. The duration for the trend.

A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".

valuePercent

number

Output only. The trend value as a percentage. The value can be positive or negative.

Methods

list

Lists the framework compliance summary for a given scope.