Show / Hide Table of Contents

Class AuthzPolicyAuthzRuleToRequestOperationMCPMethod

Describes a set of MCP methods to match against.

Inheritance
object
AuthzPolicyAuthzRuleToRequestOperationMCPMethod
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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/list 3. prompts/get, tools/call, resources/subscribe, resources/unsubscribe, resources/read Params 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX