Microsoft Graph · Schema

defenderPromptForSampleSubmission

Possible values for prompting user for samples submission.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdefenderpromptforsamplesubmission-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.defenderPromptForSampleSubmission",
  "title": "defenderPromptForSampleSubmission",
  "enum": [
    "userDefined",
    "alwaysPrompt",
    "promptBeforeSendingPersonalData",
    "neverSendData",
    "sendAllDataWithoutPrompting"
  ],
  "type": "string",
  "description": "Possible values for prompting user for samples submission.",
  "x-ms-enum": {
    "name": "defenderPromptForSampleSubmission",
    "modelAsString": false,
    "values": [
      {
        "value": "userDefined",
        "description": "User Defined, default value, no intent.",
        "name": "userDefined"
      },
      {
        "value": "alwaysPrompt",
        "description": "Always prompt.",
        "name": "alwaysPrompt"
      },
      {
        "value": "promptBeforeSendingPersonalData",
        "description": "Send safe samples automatically.",
        "name": "promptBeforeSendingPersonalData"
      },
      {
        "value": "neverSendData",
        "description": "Never send data.",
        "name": "neverSendData"
      },
      {
        "value": "sendAllDataWithoutPrompting",
        "description": "Send all data without prompting.",
        "name": "sendAllDataWithoutPrompting"
      }
    ]
  }
}