OBJECT

SecurityFindingsSource

Describes a security findings source

link GraphQL Schema definition

  • type SecurityFindingsSource implements Node, NodeVersion {
  • # The time this source was created
  • creationTime: DateTime!
  • # Enabled turns the source on/off
  • enabled: Boolean!
  • # Node-compatible opaque global identifier
  • id: ID!
  • # The last time this source was successfully updated
  • lastUpdateTime: DateTime!
  • # Management endpoint of this Security Findings Source
  • managementEndpoint: ManagementEndpoint!
  • # Finding source method
  • method: SecurityFindingsSourceMethod!
  • # Opaque version string for this graph node instance
  • nodeVersion: ID!
  • # The list of properties specific for the selected source method
  • properties: [SecurityProperty!]
  • # Unique identifier of the source instance
  • sourceId: String!
  • # Status holds details about the healthiness of the source
  • status: SecurityFindingsSourceStatus!
  • }