Box · Schema

Shield information barrier segment restriction (Base)

A base representation of a segment restriction object for the shield information barrier

Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing

Properties

Name Type Description
type string Shield information barrier segment restriction
id string The unique identifier for the shield information barrier segment restriction.
View JSON Schema on GitHub

JSON Schema

box-shieldinformationbarriersegmentrestriction-base-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ShieldInformationBarrierSegmentRestriction--Base",
  "title": "Shield information barrier segment restriction (Base)",
  "type": "object",
  "x-box-resource-id": "shield_information_barrier_segment_restriction--base",
  "x-box-tag": "shield_information_barrier_segment_restrictions",
  "x-box-variants": [
    "base",
    "mini",
    "standard"
  ],
  "x-box-variant": "base",
  "description": "A base representation of\na segment restriction object for\nthe shield information barrier",
  "required": [
    "shield_information_barrier_segment",
    "restricted_segment"
  ],
  "properties": {
    "type": {
      "type": "string",
      "description": "Shield information barrier segment restriction",
      "example": "shield_information_barrier_segment_restriction",
      "enum": [
        "shield_information_barrier_segment_restriction"
      ]
    },
    "id": {
      "type": "string",
      "example": "11446498",
      "description": "The unique identifier for the\nshield information barrier segment restriction."
    }
  }
}