PermittedTools: {
    toolsWithPolicies: AwTool<any, any>[];
    toolsWithoutPolicies: AwTool<any, any>[];
}

Represents a collection of tools, categorized by whether they have policies.

Type declaration

  • toolsWithPolicies: AwTool<any, any>[]

    Tools that have associated policies.

  • toolsWithoutPolicies: AwTool<any, any>[]

    Tools that do not have associated policies.