OBJECT

O365PdlGroup

Description

The details of a PDL group to be used for role creation.

link GraphQL Schema definition

  • type O365PdlGroup {
  • # The ID for the group.
  • groupId: UUID!
  • # The preferred data location and workload pair for role creation.
  • pdlAndWorkload: O365PdlAndWorkloadPair!
  • }