OBJECT

MicrosoftPurviewConfig

Description

Holds the configuration of the Microsoft purview integration.

link GraphQL Schema definition

  • type MicrosoftPurviewConfig {
  • # The Azure tenant ID.
  • tenantId: String!
  • # The Microsoft 365 organization ID.
  • o365OrgId: String!
  • }