route_all_owned_enabled_non_privileged_group_memberships
Identify and route all owned, enabled, and non-privileged group memberships in Active Directory for efficient access control and security analysis.
Instructions
Route all owned & enabled non-privileged group(s) membership
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_non_privileged_group_membershipsArguments",
"type": "object"
}