route_all_owned_enabled_group_memberships
Identify and map all enabled group memberships owned within a specified domain to analyze Active Directory environments efficiently using natural language queries.
Instructions
Route all owned & enabled group membership(s)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "route_all_owned_enabled_group_membershipsArguments",
"type": "object"
}