agreementFileData resource type

Namespace: microsoft.graph

Represents a Microsoft Entra terms of use agreement file.

Properties

Property Type Description
data Binary Data that represents the terms of use PDF document. Read-only.

JSON representation

The following is a JSON representation of the resource.

{
  "data": "Binary"
}