list_enabled_principals_with_unconstrained_delegation
Identify enabled principals with unconstrained delegation in Active Directory environments to assess delegation risks and enhance security configurations.
Instructions
List enabled principal(s) with "Unconstrained Delegation"
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "list_enabled_principals_with_unconstrained_delegationArguments",
"type": "object"
}