Class AuthzPolicyAuthzRuleToRequestOperationMCPMethod
Describes a set of MCP methods to match against.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1.Data
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class AuthzPolicyAuthzRuleToRequestOperationMCPMethod : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Required. The MCP method to match against. Allowed values are as follows: 1. tools, prompts, resources
- these will match against all sub methods under the respective methods. 2.
prompts/list,tools/list,resources/list,resources/templates/list3.prompts/get,tools/call,resources/subscribe,resources/unsubscribe,resources/readParams cannot be specified for categories 1 and 2.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Params__
Optional. 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.
Declaration
[JsonProperty("params")]
public virtual IList<AuthzPolicyAuthzRuleStringMatch> Params__ { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AuthzPolicyAuthzRuleStringMatch> |