OBJECT
SecurityFindingsSourceMethodInfo
Describes a security Findings Source method
link GraphQL Schema definition
- type SecurityFindingsSourceMethodInfo implements Node {
- # Categories is a list of intended use cases for the findings source method.
- # Currently only THREAT is supported.
- SecurityFindingsSourceCategory!] : [
- # Node-compatible opaque global identifier
- ID! :
- # Findings Source method
- SecurityFindingsSourceMethod! :
- # The list of properties that an integration of this method type requires
- String!] : [
- }