INPUT_OBJECT

AnalyzeO365MvbInput

Description

Defines the request for starting O365 recovery analysis job.

link GraphQL Schema definition

  • input AnalyzeO365MvbInput {
  • # ID of the O365 group.
  • groupId: UUID
  • # Analysis interval in days.
  • lastNumberOfDays: Int
  • # ID of the O365 organization.
  • orgId: UUID
  • # Whether to exclude archived mailboxes.
  • shouldExcludeArchivedMailbox: Boolean
  • # Time of the recovery point snapshot.
  • snapshotTime: DateTime
  • # List of workload types to analyze.
  • workloads: [O365MvbWorkloadType!]
  • }

link Require by