Box Developer Documentation

Enterprise configuration shield

The enterprise configuration for the shield category.

object array

The shield rules configuration for the enterprise.

1234567890

The identifier of the shield rule.

shield_rule

The value will always be shield_rule.

Value is always shield_rule

string (date-time)
2012-12-12T10:53:43-08:00

The date and time when the shield rule was created.

Blocks files identified as malicious content

The description of the shield rule.

string (date-time)
2012-12-12T10:53:43-08:00

The date and time when the shield rule was last modified.

Block malicious files

The name of the shield rule.

high

The priority level of the shield rule.

Value is one of informational,low,medium,high,critical

Malicious Content

The category of the shield rule.

Response Example

{
  "shield_rules": [
    {
      "created_at": "2012-12-12T10:53:43-08:00",
      "description": "Blocks files identified as malicious content",
      "id": "1234567890",
      "modified_at": "2012-12-12T10:53:43-08:00",
      "name": "Block malicious files",
      "priority": "high",
      "rule_category": "Malicious Content",
      "type": "shield_rule"
    }
  ]
}