UserDeviceAssociation

Record mapping a user to an associated device.

ComplianceConfiguration ManagementDevice ManagementEndpoint ManagementMobile Device ManagementPatch ManagementSoftware Deployment

Properties

Name Type Description
userDeviceAssociationKey integer Unique key for the association.
userKey integer User key reference.
deviceKey integer Device key reference.
createdDate string Date the association was created.
View JSON Schema on GitHub

JSON Schema

microsoft-endpoint-configuration-management-userdeviceassociation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserDeviceAssociation",
  "title": "UserDeviceAssociation",
  "type": "object",
  "description": "Record mapping a user to an associated device.",
  "properties": {
    "userDeviceAssociationKey": {
      "type": "integer",
      "description": "Unique key for the association."
    },
    "userKey": {
      "type": "integer",
      "description": "User key reference."
    },
    "deviceKey": {
      "type": "integer",
      "description": "Device key reference."
    },
    "createdDate": {
      "type": "string",
      "format": "date-time",
      "description": "Date the association was created."
    }
  }
}