Property PermissionPolicy
PermissionPolicy
Gets or sets the policy deciding which registered tools are exposed and callable. When
null, every registered tool is exposed.
public ToolPermissionPolicy PermissionPolicy { get; set; }
Property Value
Remarks
The policy is consulted both when listing and when calling, so a tool denied by policy is invisible rather than merely unusable. Changing the policy raises ToolListChanged.