A comprehensive assessment report that evaluates an Application Template against industry-standard security and operational benchmarks.
| JSON representation |
|---|
{
"applicationTemplate": string,
"assessmentResults": [
{
object ( |
| Fields | |
|---|---|
applicationTemplate |
Output only. The full canonical Google Cloud resource path of the application template being assessed. |
assessmentResults[] |
A collection of evaluation sets, grouped by the specific security or best-practice framework used. |
summary |
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 ( |
| Fields | |
|---|---|
framework |
Output only. The formal name of the regulatory or architectural standard (e.g., NIST, CIS, or Internal Policy). |
findings[] |
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 |
Output only. A clear, human-readable explanation of the finding and why it matters for template quality. |
severity |
Output only. The risk level of the finding. |