OBJECT

LambdaFeatureHistory

Description

History of Ransomware Investigation and Sensitive Data Discovery features.

link GraphQL Schema definition

  • type LambdaFeatureHistory {
  • # True if Ransomware Investigation was ever enabled.
  • wasRansomwareInvestigationEverEnabled: Boolean!
  • # True if Sensitive Data Discovery was ever enabled.
  • wasSensitiveDataDiscoveryEverEnabled: Boolean!
  • }