appToolCoverage
Represents coverage information for a security tool in an application.
Examples
type AppToolCoverage {
toolName: String
oxDelivered: Boolean
coverage: Boolean
type: String
sources: [ToolCoverageSources]
}
Fields
Field
Description
Supported fields
toolName String
The name of the security tool
oxDelivered Boolean
Indicates whether the tool is delivered by Ox
coverage Boolean
Indicates whether the tool has coverage for the application
type String
The type of tool coverage
sources [ToolCoverageSources]
The sources that contributed to the tool's coverage
match String
type String
References
Fields with this object:
Last updated