appCategories
Represents category information for an application, including severities and scores.
Examples
type AppCategories {
categoryName: String
categoryId: String
catId: Int
severities: AppSeverities
score: Float
severityScore: String
total: Float
isNa: Boolean
reason: [String]
}
Fields
Field
Description
Supported fields
categoryName String
The name of the category
categoryId String
The unique identifier of the category
catId Int
The numeric identifier of the category
severities AppSeverities
Severity counts for issues within this category
info Int
low Int
medium Int
high Int
critical Int
appox Int
score Float
The risk or severity score for the category
severityScore String
A string representation of the severity score
total Float
The total count of issues within the category
isNa Boolean
⚠️
Deprecated: This field is not used anymore
reason [String]
Reasons or comments associated with the category
References
Fields with this object:
Last updated