ENUM
ScanResultCategory
Description
Category of scan result for error classification.
link GraphQL Schema definition
- enum ScanResultCategory {
- # Error: User action is required to resolve the issue.
- # Error: Contact support for assistance.
- # Error: Object type is not supported for scanning.
- # Scan is pending or in progress.
- # Unspecified scan result category.
- # Scan completed successfully.
- }