OBJECT
ThreatAnalyticsEnablement
Description
Lists of entities and their Threat Analytics enablement status.
link GraphQL Schema definition
- type ThreatAnalyticsEnablement {
- # Get enablement items by type.
- #
- # Arguments
- # type: Threat hunt root object type.
- (: ThreatHuntRootObjectType!): [ThreatAnalyticsEnablementItem!]!
- # Lists the AWS accounts and their Threat Analytics enablement status.
- : [AwsAccountThreatAnalyticsEnablement!]!
- # Lists the Azure subscriptions and their Threat Analytics enablement status.
- : [AzureSubscriptionThreatAnalyticsEnablement!]!
- # Lists the M365 subscriptions and their Threat Analytics enablement status.
- : [M365SubscriptionThreatAnalyticsEnablement!]!
- }