AuditFinding

AuditFinding
AuditFinding

Model for representing a finding

JSON Example
{
    "affectedObjectsCount": 0,
    "capabilities": [
        "string"
    ],
    "category": "string",
    "findingType": "string",
    "lastObservedTimeInMillis": 0,
    "refreshMode": "string",
    "ruleDescription": "string",
    "ruleName": "string",
    "ruleUuid": "string",
    "severity": "string"
}
integer As int32 As int32
affectedObjectsCount
Optional

Count of the affected objects of the finding

array of string
capabilities
Optional

Capabilities of the finding

string
category
Optional

Category of the finding

string
findingType
Optional

Type of the finding

integer As int64 As int64
lastObservedTimeInMillis
Optional

Last observed time of the finding

string
refreshMode
Optional

Refresh mode of the finding

string
ruleDescription
Optional

Description of the rule of the finding

string
ruleName
Optional

Name of the rule of the finding

string As uuid As uuid
ruleUuid
Optional

UUID of the rule of the finding

string
severity
Optional

Severity of the finding