Microsoft Graph · Schema

agreementFileData

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
data string Data that represents the terms of use PDF document. Read-only.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphagreementfiledata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.agreementFileData",
  "title": "agreementFileData",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "data": {
      "type": "string",
      "description": "Data that represents the terms of use PDF document. Read-only.",
      "format": "base64url",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}