AnalysisAlertsResponse

AnalysisAlertsResponse
Analysis Alerts Response

Paginated response containing analysis alerts

AllOf
This class requires all of the following:
JSON Example
{
    "offset": 0,
    "number_of_results": 1,
    "total_result_count": 2,
    "total_pages": 2,
    "sort_ascending": false,
    "sort_by": "rowNumber",
    "results": [
        {
            "alert_type": "TAG_SCOPE_OVERLAP",
            "display_name": "9d2e1b8a-c45f-461b-ad3e-782f9b0c4d5e",
            "row": 7,
            "asset_identifier": "App-VM-2"
        }
    ]
}