Class UsagePlansPolicy
Usage plan policies for this deployment
Inherited Members
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class UsagePlansPolicyProperties
TokenLocations
Declaration
[Required(ErrorMessage = "TokenLocations is required.")]
[JsonProperty(PropertyName = "tokenLocations")]
public List<string> TokenLocations { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | A list of context variables specifying where API tokens may be located in a request. Example locations: 
 | 
Remarks
Required