params property
A list of MCP method parameters to match against.
The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to 10 MCP method parameters per Authorization Policy.
Optional.
Implementation
core.List<AuthzPolicyAuthzRuleStringMatch>? params;