OBJECT

GcpProjectRansomwareInvestigationEnablement

Description

GCP projects on which Ransomware Investigation can be enabled.

link GraphQL Schema definition

  • type GcpProjectRansomwareInvestigationEnablement {
  • # Indicates whether Ransomware Monitoring is enabled.
  • enabled: Boolean!
  • # GCP project ID.
  • id: String!
  • # Indicates whether the GCP project is healthy.
  • isHealthy: Boolean!
  • # GCP project name.
  • projectName: String!
  • }