The Policy object describes the policies that are applicable.

Policy attributes provide traceability to the operational state of the security product at the time that the event was captured, facilitating forensics, troubleshooting, and policy tuning/adjustments.

Attributes

CaptionNameTypeDescription
Description desc String The description of the policy.
Effective Date effective_time Timestamp The date and time that the specific policy and rule was applied and became operational.

🚧 WARNING: DEPRECATED

Effective Date has been deprecated since 1.1.0. Deprecated in upgrade from ocsf-0.31.1 to qdm-1.1.0

Group group Group[] The policy group.
Applied is_applied Boolean A determination if the content of a policy was applied to a target or request, or not.
Label label String The label set for the policy.

🚧 WARNING: DEPRECATED

Label has been deprecated since 1.1.0. Deprecated in upgrade from ocsf-0.31.1 to qdm-1.1.0

Name name String The policy name. For example: IAM Policy.
Raw Data raw_data JSON The event data as received from the event source.
Record ID record_id String Unique identifier for the object
Rule rule Rule[] The primary rule that triggered the policy event.

🚧 WARNING: DEPRECATED

Rule has been deprecated since 1.1.0. Deprecated in upgrade from ocsf-0.31.1 to qdm-1.1.0

Rules rules Rule[] Additional rules that triggered the policy event.

🚧 WARNING: DEPRECATED

Rules has been deprecated since 1.1.0. Deprecated in upgrade from ocsf-0.31.1 to qdm-1.1.0

Type type String The type of the policy.

🚧 WARNING: DEPRECATED

Type has been deprecated since 1.1.0. Deprecated in upgrade from ocsf-0.31.1 to qdm-1.1.0

Type ID type_id Integer The policy type identifier; one of:

🚧 WARNING: DEPRECATED

Type ID has been deprecated since 1.1.0. Deprecated in upgrade from ocsf-0.31.1 to qdm-1.1.0

  • -1: Other (OTHER)
  • 0: Unknown (UNKNOWN)
  • 1: Policy Group (POLICY_GROUP)
  • 10: Deny List (DENY_LIST)
  • 11: Generic Discovery (GENERIC_DISCOVERY)
  • 12: Targeted Discovery (TARGETED_DISCOVERY)
  • 13: Malware Protection (MALWARE_PROTECTION)
  • 14: Exploit Protection (EXPLOIT_PROTECTION)
  • 15: Telemetry (TELEMETRY)
  • 16: Exception (EXCEPTION)
  • 17: System (SYSTEM)
  • 2: Browser Isolation (BROWSER_ISOLATION)
  • 3: Java Isolation (JAVA_ISOLATION)
  • 4: Office Isolation (OFFICE_ISOLATION)
  • 5: PDF Renderer Isolation (PDF_RENDERER_ISOLATION)
  • 6: Generic Isolation (GENERIC_ISOLATION)
  • 7: Null Isolation (NULL_ISOLATION)
  • 8: Platform (PLATFORM)
  • 9: Allow List (ALLOW_LIST)
  • 99: Other (OTHER)
Unique ID uid String A unique identifier of the policy instance.
Unmapped Data unmapped Unmapped[] The attributes that are not mapped to the event schema. The names and values of those attributes are specific to the event source.
Version version String The policy version number.

Relationships

Policy shown in context

Inbound Relationships

These objects and events reference Policy in their attributes:

Outbound Relationships

Policy references the following objects and events in its attributes:

This page describes qdm-1.3.2+ocsf-1.3.0