OBJECT

AwsAccountThreatMonitoringEnablement

Description

AWS accounts on which Threat Monitoring can be enabled.

link GraphQL Schema definition

  • type AwsAccountThreatMonitoringEnablement {
  • # AWS account ID.
  • id: String!
  • # AWS account name.
  • accountName: String!
  • # Indicates whether Threat Monitoring is enabled.
  • enabled: Boolean!
  • # Indicates whether the AWS account is healthy.
  • isHealthy: Boolean!
  • }