# logPolicy

Represents a security policy configuration and its current state.

### Examples

```graphql
type LogPolicy {
  policyId: String
  policyName: String
  categoryName: String
  enabled: Boolean
  severity: String
  oldIssues: String
  newIssues: String
  args: String
}
```

### Fields

| Field                 | Description                                         | Supported fields |
| --------------------- | --------------------------------------------------- | ---------------- |
| policyId `String`     | Unique identifier of the security policy            |                  |
| policyName `String`   | Human-readable name of the security policy          |                  |
| categoryName `String` | Category or group this policy belongs to            |                  |
| enabled `Boolean`     | Whether this policy is currently active             |                  |
| severity `String`     | Severity level of policy violations                 |                  |
| oldIssues `String`    | Previous security issues before policy modification |                  |
| newIssues `String`    | Current security issues after policy modification   |                  |
| args `String`         | Policy configuration arguments                      |                  |

### References

#### Fields with this object:

* [{} AuditLog.policies](/api-documentation/api-reference/api--audit/types/objects/audit-log.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ox.security/api-documentation/api-reference/api--audit/types/objects/log-policy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
