Framework assessed and their findings.
| JSON representation |
|---|
{ "framework": { object ( |
| Fields | |
|---|---|
framework |
Required. The framework that was assessed. |
findings[] |
Required. A list of every Finding found during the assessment. |
scoreCard |
Optional. Score card associated with the report. |
skipped |
Optional. Whether the framework was skipped during assessment. |
skippedReason |
Optional. Reason for skipping the framework during assessment. |
AssessmentFinding
Details of an Assessment Finding.
| JSON representation |
|---|
{ "id": string, "assessedFrameworkId": string, "adcMetadata": { object ( |
| Fields | |
|---|---|
id |
Output only. The Finding ID. |
assessedFrameworkId |
Optional. The framework that was assessed. |
adcMetadata |
Output only. Metadata related to the Application Design Center with the finding. |
findingType |
Required. The type of the finding. Findings can be informational, warning, or error. |
severity |
Optional. The severity of the finding. |
assessedAsset |
Required. Details of the Cloud Asset Inventory asset that was assessed. |
assessedFramework |
Optional. Details of the framework that was assessed. |
description |
Optional. Description of the finding. |
findingsUri |
Optional. Link to the findings, if persisted by the domain. |
sccMetadata |
Output only. SCC related metadata for the finding. |
Union field next_step. Next steps related to the findings. next_step can be only one of the following: |
|
remediationStep |
Optional. A description of the steps that users can take to fix the finding. |
Union field additional_details. Additional details about the finding. additional_details can be only one of the following: |
|
additionalNotes |
Optional. A description of the additional details about finding. |
RemediationStep
Remediation steps that can be taken to rectify the finding.
| JSON representation |
|---|
{ "remediationSteps": [ string ], "remediationDocumentationUrl": string, "note": string } |
| Fields | |
|---|---|
remediationSteps[] |
Required. A description of the steps that users can take to remediate the findings. |
remediationDocumentationUrl |
Optional. Remediation documentation URL. |
note |
Optional. Any other note related to the remediation. |
FindingADCMetadata
Metadata related to the Application Design Center with the finding.
| JSON representation |
|---|
{ "componentName": string } |
| Fields | |
|---|---|
componentName |
Output only. Component the finding belongs to. |
AssetDetails
Details of a Cloud Asset Inventory asset that caused the finding.
| JSON representation |
|---|
{ "assetId": string, "assetType": string } |
| Fields | |
|---|---|
assetId |
Required. Information about the Cloud Asset Inventory asset that the framework is assessed against. The full resource name of the asset in CAIS format. For details about the format of the full resource name for each asset type, see Resource name format. |
assetType |
Optional. The type of Cloud Asset Inventory asset. For a list of asset types, see Supported asset types. |
SCCMetadata
SCC metadata for the assessment finding.
| JSON representation |
|---|
{ "findingClass": string, "findingType": string } |
| Fields | |
|---|---|
findingClass |
Optional. The SCC finding class. Also known as category. |
findingType |
Optional. The SCC finding type. |