AuthzPolicyAuthzRuleToRequestOperationMCP class
Describes a set of MCP protocol attributes to match against for a given MCP request.
Constructors
-
AuthzPolicyAuthzRuleToRequestOperationMCP({String? baseProtocolMethodsOption, List<
AuthzPolicyAuthzRuleToRequestOperationMCPMethod> ? methods}) - AuthzPolicyAuthzRuleToRequestOperationMCP.fromJson(Map json_)
Properties
- baseProtocolMethodsOption ↔ String?
-
If specified, matches on the MCP protocol’s non-access specific methods
namely: * initialize * completion/ * logging/ * notifications/ * ping
Defaults to SKIP_BASE_PROTOCOL_METHODS if not specified.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
methods
↔ List<
AuthzPolicyAuthzRuleToRequestOperationMCPMethod> ? -
A list of MCP methods and associated parameters to match on.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited