ReportInfo
Report Information
Detailed information about a security assessment report.
AllOf
JSON Example
{
"_create_user": "string",
"_create_time": 0,
"_last_modified_user": "string",
"_last_modified_time": 0,
"_revision": 0,
"_resource_type": "string",
"_system_owned": false,
"id": "string",
"display_name": "string",
"description": "string",
"site_ids": [
"string"
],
"start_date": 0,
"segmentation_score_mode": "string",
"timezone": "string",
"end_date": 0,
"file_size": "number",
"scores": [
{
"score_type": "string",
"total_score": "number",
"total_score_for_display": "number",
"last_calculated_on": "number",
"feature_scores": [
{
"feature_type": "string",
"score": "number",
"max_score": "number",
"category_scores": [
{
"category_type": "string",
"score": "number",
"max_score": "number",
"sub_category_scores": [
{
"score": "number",
"max_score": "number",
"sub_category_type": "string"
}
]
}
]
}
],
"segmentation_score_mode": "string"
}
]
}