INPUT_OBJECT
SecurityFindingsSourcesFilterInput
link GraphQL Schema definition
- input SecurityFindingsSourcesFilterInput {
- # Filter by enabled value
- Boolean :
- # Filter by ManagementEndpointId(s)
- String!] : [
- # Filter by a given list of finding source methods
- SecurityFindingsSourceMethod!] : [
- # Filter by a given list of source IDs
- String!] : [
- # Filter by status value
- SecurityFindingsSourceStatusValue!] : [
- }
link Require by
- ManagementEndpointA management endpoint is an abstraction of the place to which to connect to monitor/manage a system. In the public cloud world this can be considered as an "account" (AWS), "subscription" (Azure), or "project" (GCP). In the on-prem vCenter / VMX world a management endpoint can refer to a vCenter or NSX-Manager instance and its URL. In order to support other management endpoints in the future, the management endpoint is considered a point through which a system, with its discovered entities, can be monitored and/or managed.
- SecurityQueryQuery the security subsystem