OBJECT

AzureAdTermsOfUse

Description

Azure AD terms of use.

link GraphQL Schema definition

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