Microsoft Graph · Schema

microsoft.graph.fileAssessmentRequest

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphfileassessmentrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.fileAssessmentRequest",
  "title": "microsoft.graph.fileAssessmentRequest",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.threatAssessmentRequest"
    },
    {
      "title": "fileAssessmentRequest",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "contentData": {
          "type": "string",
          "description": "Base64 encoded file content. The file content can't fetch back because it isn't stored."
        },
        "fileName": {
          "type": "string",
          "description": "The file name."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.fileAssessmentRequest"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.fileAssessmentRequest"
}