OBJECT

O365WorkloadSummary

Description

Microsoft 365 workload summary.

link GraphQL Schema definition

  • type O365WorkloadSummary {
  • # Total count of objects.
  • totalObjectCount: Int!
  • # Count of protected objects.
  • protectedObjectCount: Int!
  • # Managed object type.
  • objectType: ManagedObjectType!
  • }