AssessBestPracticesResponse

A comprehensive assessment report that evaluates an Application Template against industry-standard security and operational benchmarks.

JSON representation
{
  "applicationTemplate": string,
  "assessmentResults": [
    {
      object (AssessmentResult)
    }
  ],
  "summary": string
}
Fields
applicationTemplate

string

Output only. The full canonical Google Cloud resource path of the application template being assessed.

assessmentResults[]

object (AssessmentResult)

A collection of evaluation sets, grouped by the specific security or best-practice framework used.

summary

string

Output only. A brief summary of the assessment results.

AssessmentResult

The result of the assess best practices for a framework.

JSON representation
{
  "framework": string,
  "findings": [
    {
      object (AssessmentFinding)
    }
  ]
}
Fields
framework

string

Output only. The formal name of the regulatory or architectural standard (e.g., NIST, CIS, or Internal Policy).

findings[]

object (AssessmentFinding)

Individual instances where the template deviates from the 'Gold Standard' best practices.

AssessmentFinding

The details of the assessment finding.

JSON representation
{
  "description": string,
  "severity": string
}
Fields
description

string

Output only. A clear, human-readable explanation of the finding and why it matters for template quality.

severity

string

Output only. The risk level of the finding.