INPUT_OBJECT
Defines the request for starting O365 recovery analysis job.
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!]}