OBJECT

AzureAdTermsOfUseFile

Description

File of an Entra ID terms of use.

link GraphQL Schema definition

  • type AzureAdTermsOfUseFile {
  • # Display name of the Entra ID terms of use file.
  • displayName: String!
  • # Name of the Entra ID terms of use file.
  • fileName: String!
  • # Language code of the Entra ID terms of use file. It will be derived from ISO
  • # 639-1.
  • languageCode: String!
  • }