REST Resource: organizations.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)
    }
  ]
}
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.

Methods

list

Lists the framework compliance summary for a given scope.