> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# PermissionRequestBehavior

> Represents the behavior decision for a PermissionRequest hook.

## Definition

**Assembly:** CloudNimble.ClaudeEssentials.dll

**Namespace:** CloudNimble.ClaudeEssentials.Hooks

**Inheritance:** System.Enum

## Syntax

```csharp theme={"dark"}
CloudNimble.ClaudeEssentials.Hooks.PermissionRequestBehavior
```

## Summary

Represents the behavior decision for a PermissionRequest hook.

## Values

| Name    | Value | Description                                                  |
| ------- | ----- | ------------------------------------------------------------ |
| `Allow` | 0     | Allow the permission request and proceed with the operation. |
| `Deny`  | 1     | Deny the permission request and block the operation.         |
