Microsoft Graph · Schema

sensorDeploymentPackage

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
downloadUrl string URL to download the sensor deployment package.
version string Version of the sensor.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecuritysensordeploymentpackage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.sensorDeploymentPackage",
  "title": "sensorDeploymentPackage",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "downloadUrl": {
      "type": "string",
      "description": "URL to download the sensor deployment package."
    },
    "version": {
      "type": "string",
      "description": "Version of the sensor."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}