Class ApiSpecification
The logical configuration of the API exposed by a deployment.
Inheritance
ApiSpecification
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class ApiSpecification
Properties
LoggingPolicies
Declaration
[JsonProperty(PropertyName = "loggingPolicies")]
public ApiSpecificationLoggingPolicies LoggingPolicies { get; set; }
Property Value
RequestPolicies
Declaration
[JsonProperty(PropertyName = "requestPolicies")]
public ApiSpecificationRequestPolicies RequestPolicies { get; set; }
Property Value
Routes
Declaration
[JsonProperty(PropertyName = "routes")]
public List<ApiSpecificationRoute> Routes { get; set; }
Property Value