OBJECT

AzureAdTermsOfUse

Description

Entra ID terms of use.

link GraphQL Schema definition

  • type AzureAdTermsOfUse {
  • # Display name of the Entra ID terms of use.
  • displayName: String!
  • # Files of the Entra ID terms of use.
  • files: [AzureAdTermsOfUseFile!]!
  • }