Class FilterQueryParameterPolicyItem
A query parameter to drop (with BLOCK) or pass through (with ALLOW).
Inherited Members
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class FilterQueryParameterPolicyItemProperties
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The case-sensitive name of the query parameter. | 
Remarks
Required