Class ApiSpecificationRequestPolicies
  Global behavior applied to all requests received by the API.
    Inheritance
    
    ApiSpecificationRequestPolicies
   
  
  
  Assembly: OCI.DotNetSDK.Apigateway.dll
  Syntax
  
    public class ApiSpecificationRequestPolicies
   
  Properties
  
  Authentication
  
  
  Declaration
  
    [JsonProperty(PropertyName = "authentication")]
public AuthenticationPolicy Authentication { get; set; }
   
  Property Value
  
  
  Cors
  
  
  Declaration
  
    [JsonProperty(PropertyName = "cors")]
public CorsPolicy Cors { get; set; }
   
  Property Value
  
  
  DynamicAuthentication
  
  
  Declaration
  
    [JsonProperty(PropertyName = "dynamicAuthentication")]
public DynamicAuthenticationPolicy DynamicAuthentication { get; set; }
   
  Property Value
  
  
  MutualTls
  
  
  Declaration
  
    [JsonProperty(PropertyName = "mutualTls")]
public MutualTlsDetails MutualTls { get; set; }
   
  Property Value
  
  
  RateLimiting
  
  
  Declaration
  
    [JsonProperty(PropertyName = "rateLimiting")]
public RateLimitingPolicy RateLimiting { get; set; }
   
  Property Value
  
  
  UsagePlans
  
  
  Declaration
  
    [JsonProperty(PropertyName = "usagePlans")]
public UsagePlansPolicy UsagePlans { get; set; }
   
  Property Value