Class ToolPermissionScopeConfig
Allow/deny tool rules for one scope.
public sealed class ToolPermissionScopeConfig
- Inheritance
-
ToolPermissionScopeConfig
- Inherited Members
Properties
Allowed
[SuppressMessage("Design", "CA1002:Do not expose generic lists", Justification = "Required for JSON serialization")]
public List<string> Allowed { get; set; }
Property Value
Denied
[SuppressMessage("Design", "CA1002:Do not expose generic lists", Justification = "Required for JSON serialization")]
public List<string> Denied { get; set; }