OBJECT
RansomwareInvestigationEnablementReply
Description
Lists of entities and their Ransomware Monitoring enablement status.
link GraphQL Schema definition
- type RansomwareInvestigationEnablementReply {
- # The AWS accounts on which Ransomware Investigation can be enabled.
- : [AwsAccountRansomwareInvestigationEnablement!]
- # The Azure subscriptions on which Ransomware Investigation can be enabled.
- : [AzureSubscriptionRansomwareInvestigationEnablement!]
- # Cloud Direct clusters on which Ransomware Monitoring can be enabled.
- : [CloudDirectClusterRansomwareInvestigationEnablement!]
- # Microsoft 365 subscriptions on which Ransomware Monitoring can be enabled.
- : [Microsoft365RansomwareInvestigationEnablement!]
- # Rubrik Cloud Vault archival locations on which Ransomware Monitoring can be
- # enabled.
- : [RubrikCloudVaultRansomwareInvestigationEnablement!]
- }