API Reference
Class
ToolScopeArgumentNames
Shared schema argument names used to infer scope, targeting, and planner-facing traits.
Inheritance
- Object
- ToolScopeArgumentNames
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public static IReadOnlyList<String> HostTargetInputArguments { get; } #Ordered schema arguments that target a specific host or server.
public static IReadOnlyList<String> TargetScopeArguments { get; } #Ordered schema arguments that scope a tool to a specific domain, file, or event-log source.
public static IReadOnlyList<String> DomainScopeArguments { get; } #Ordered schema arguments that scope a tool to Active Directory forest/domain context.
public static IReadOnlyList<String> HostScopeArguments { get; } #Ordered schema arguments that scope a tool to host-specific context.
public static IReadOnlyList<String> FileScopeArguments { get; } #Ordered schema arguments that scope a tool to file-system-backed inputs.