OBJECT
SecurityFindingsSource
Describes a security findings source
link GraphQL Schema definition
- type SecurityFindingsSource implements Node, NodeVersion {
- # The time this source was created
- DateTime! :
- # Enabled turns the source on/off
- Boolean! :
- # Node-compatible opaque global identifier
- ID! :
- # The last time this source was successfully updated
- DateTime! :
- # Management endpoint of this Security Findings Source
- ManagementEndpoint! :
- # Finding source method
- SecurityFindingsSourceMethod! :
- # Opaque version string for this graph node instance
- ID! :
- # The list of properties specific for the selected source method
- SecurityProperty!] : [
- # Unique identifier of the source instance
- String! :
- # Status holds details about the healthiness of the source
- SecurityFindingsSourceStatus! :
- }
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.
- SecurityFindingsSourceEdgenull
- SecurityFindingsSourcesConnectionnull
- SecurityMutationMutate security subsystem