ApiSpecificationRouteRequestPolicies¶
-
class
oci.apigateway.models.
ApiSpecificationRouteRequestPolicies
(**kwargs)¶ Bases:
object
Behavior applied to any requests received by the API on this route.
Methods
__init__
(**kwargs)Initializes a new ApiSpecificationRouteRequestPolicies object with values from keyword arguments. Attributes
authorization
Gets the authorization of this ApiSpecificationRouteRequestPolicies. body_validation
Gets the body_validation of this ApiSpecificationRouteRequestPolicies. cors
Gets the cors of this ApiSpecificationRouteRequestPolicies. header_transformations
Gets the header_transformations of this ApiSpecificationRouteRequestPolicies. header_validations
Gets the header_validations of this ApiSpecificationRouteRequestPolicies. query_parameter_transformations
Gets the query_parameter_transformations of this ApiSpecificationRouteRequestPolicies. query_parameter_validations
Gets the query_parameter_validations of this ApiSpecificationRouteRequestPolicies. response_cache_lookup
Gets the response_cache_lookup of this ApiSpecificationRouteRequestPolicies. -
__init__
(**kwargs)¶ Initializes a new ApiSpecificationRouteRequestPolicies object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - authorization (oci.apigateway.models.RouteAuthorizationPolicy) – The value to assign to the authorization property of this ApiSpecificationRouteRequestPolicies.
- cors (oci.apigateway.models.CorsPolicy) – The value to assign to the cors property of this ApiSpecificationRouteRequestPolicies.
- query_parameter_validations (oci.apigateway.models.QueryParameterValidationRequestPolicy) – The value to assign to the query_parameter_validations property of this ApiSpecificationRouteRequestPolicies.
- header_validations (oci.apigateway.models.HeaderValidationRequestPolicy) – The value to assign to the header_validations property of this ApiSpecificationRouteRequestPolicies.
- body_validation (oci.apigateway.models.BodyValidationRequestPolicy) – The value to assign to the body_validation property of this ApiSpecificationRouteRequestPolicies.
- header_transformations (oci.apigateway.models.HeaderTransformationPolicy) – The value to assign to the header_transformations property of this ApiSpecificationRouteRequestPolicies.
- query_parameter_transformations (oci.apigateway.models.QueryParameterTransformationPolicy) – The value to assign to the query_parameter_transformations property of this ApiSpecificationRouteRequestPolicies.
- response_cache_lookup (oci.apigateway.models.ResponseCacheLookupPolicy) – The value to assign to the response_cache_lookup property of this ApiSpecificationRouteRequestPolicies.
Gets the authorization of this ApiSpecificationRouteRequestPolicies.
Returns: The authorization of this ApiSpecificationRouteRequestPolicies. Return type: oci.apigateway.models.RouteAuthorizationPolicy
-
body_validation
¶ Gets the body_validation of this ApiSpecificationRouteRequestPolicies.
Returns: The body_validation of this ApiSpecificationRouteRequestPolicies. Return type: oci.apigateway.models.BodyValidationRequestPolicy
-
cors
¶ Gets the cors of this ApiSpecificationRouteRequestPolicies.
Returns: The cors of this ApiSpecificationRouteRequestPolicies. Return type: oci.apigateway.models.CorsPolicy
-
header_transformations
¶ Gets the header_transformations of this ApiSpecificationRouteRequestPolicies.
Returns: The header_transformations of this ApiSpecificationRouteRequestPolicies. Return type: oci.apigateway.models.HeaderTransformationPolicy
-
header_validations
¶ Gets the header_validations of this ApiSpecificationRouteRequestPolicies.
Returns: The header_validations of this ApiSpecificationRouteRequestPolicies. Return type: oci.apigateway.models.HeaderValidationRequestPolicy
-
query_parameter_transformations
¶ Gets the query_parameter_transformations of this ApiSpecificationRouteRequestPolicies.
Returns: The query_parameter_transformations of this ApiSpecificationRouteRequestPolicies. Return type: oci.apigateway.models.QueryParameterTransformationPolicy
-
query_parameter_validations
¶ Gets the query_parameter_validations of this ApiSpecificationRouteRequestPolicies.
Returns: The query_parameter_validations of this ApiSpecificationRouteRequestPolicies. Return type: oci.apigateway.models.QueryParameterValidationRequestPolicy
-
response_cache_lookup
¶ Gets the response_cache_lookup of this ApiSpecificationRouteRequestPolicies.
Returns: The response_cache_lookup of this ApiSpecificationRouteRequestPolicies. Return type: oci.apigateway.models.ResponseCacheLookupPolicy
-