OBJECT
GCP projects on which Ransomware Investigation can be enabled.
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! }