appCategories
Last updated
Represents category information for an application, including severities and scores.
type AppCategories {
categoryName: String
categoryId: String
catId: Int
severities: AppSeverities
score: Float
severityScore: String
total: Float
isNa: Boolean
reason: [String]
}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
Last updated
