Microsoft Intune · Schema

deviceAndAppManagementAssignmentTarget

Base type for assignment targets.

App ProtectionAzureComplianceDevice ConfigurationEndpoint ManagementEnrollmentMAMMDMMicrosoft GraphMobile Application ManagementMobile Device ManagementSecurity

Properties

Name Type Description
@odata.type string The OData type of the assignment target.
View JSON Schema on GitHub

JSON Schema

microsoft-intune-deviceandappmanagementassignmenttarget-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/deviceAndAppManagementAssignmentTarget",
  "title": "deviceAndAppManagementAssignmentTarget",
  "type": "object",
  "description": "Base type for assignment targets.",
  "properties": {
    "@odata.type": {
      "type": "string",
      "description": "The OData type of the assignment target."
    }
  }
}