Microsoft Graph · Schema

applicationGuardBlockFileTransferType

Possible values for applicationGuardBlockFileTransfer

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphapplicationguardblockfiletransfertype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.applicationGuardBlockFileTransferType",
  "title": "applicationGuardBlockFileTransferType",
  "enum": [
    "notConfigured",
    "blockImageAndTextFile",
    "blockImageFile",
    "blockNone",
    "blockTextFile"
  ],
  "type": "string",
  "description": "Possible values for applicationGuardBlockFileTransfer",
  "x-ms-enum": {
    "name": "applicationGuardBlockFileTransferType",
    "modelAsString": false,
    "values": [
      {
        "value": "notConfigured",
        "description": "Not Configured",
        "name": "notConfigured"
      },
      {
        "value": "blockImageAndTextFile",
        "description": "Block clipboard to transfer Image and Text file",
        "name": "blockImageAndTextFile"
      },
      {
        "value": "blockImageFile",
        "description": "Block clipboard to transfer Image file",
        "name": "blockImageFile"
      },
      {
        "value": "blockNone",
        "description": "Neither of text file or image file is blocked from transferring",
        "name": "blockNone"
      },
      {
        "value": "blockTextFile",
        "description": "Block clipboard to transfer Text file",
        "name": "blockTextFile"
      }
    ]
  }
}