Skip to main content

Definition

Assembly: CloudNimble.ClaudeEssentials.dll Namespace: CloudNimble.ClaudeEssentials.Hooks.Enums Inheritance: System.Enum

Syntax

CloudNimble.ClaudeEssentials.Hooks.Enums.PermissionRequestBehavior

Summary

Represents the behavior decision for a PermissionRequest hook.

Values

NameValueDescription
Allow0Allow the permission request and proceed with the operation.
Deny1Deny the permission request and block the operation.