Unified.to · Schema

HrisDevice

IntegrationsUnified API

Properties

Name Type Description
admin_user_ids object
asset_tag string
created_at string
has_antivirus boolean
has_firewall boolean
has_hd_encrypted boolean
has_password_manager boolean
has_screenlock boolean
id string
is_missing boolean
location_id string
manufacturer string
model string
name string
os string
os_version string
raw object
updated_at string
user_ids object
version string
View JSON Schema on GitHub

JSON Schema

unified-to-hrisdevice-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HrisDevice",
  "title": "HrisDevice",
  "properties": {
    "admin_user_ids": {
      "$ref": "#/components/schemas/property_HrisDevice_admin_user_ids"
    },
    "asset_tag": {
      "type": "string"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "has_antivirus": {
      "type": "boolean"
    },
    "has_firewall": {
      "type": "boolean"
    },
    "has_hd_encrypted": {
      "type": "boolean"
    },
    "has_password_manager": {
      "type": "boolean"
    },
    "has_screenlock": {
      "type": "boolean"
    },
    "id": {
      "type": "string"
    },
    "is_missing": {
      "type": "boolean"
    },
    "location_id": {
      "type": "string"
    },
    "manufacturer": {
      "type": "string"
    },
    "model": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "os": {
      "type": "string"
    },
    "os_version": {
      "type": "string"
    },
    "raw": {
      "additionalProperties": true,
      "type": "object"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    },
    "user_ids": {
      "$ref": "#/components/schemas/property_HrisDevice_user_ids"
    },
    "version": {
      "type": "string"
    }
  },
  "required": [
    "name"
  ],
  "type": "object"
}