Juniper Networks · Schema

IdPerms

AIAutomationCloudEnterpriseNetworkingSDNSecurityFortune 1000

Properties

Name Type Description
enable boolean
uuid object
created string
last_modified string
description string
user_visible boolean
View JSON Schema on GitHub

JSON Schema

juniper-idperms-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IdPerms",
  "title": "IdPerms",
  "type": "object",
  "properties": {
    "enable": {
      "type": "boolean"
    },
    "uuid": {
      "type": "object",
      "properties": {
        "uuid_mslong": {
          "type": "integer"
        },
        "uuid_lslong": {
          "type": "integer"
        }
      }
    },
    "created": {
      "type": "string",
      "format": "date-time"
    },
    "last_modified": {
      "type": "string",
      "format": "date-time"
    },
    "description": {
      "type": "string"
    },
    "user_visible": {
      "type": "boolean"
    }
  }
}