Oracle Cloud Infrastructure v3.9.0 published on Wednesday, Sep 24, 2025 by Pulumi
oci.ApiGateway.getDeployment
This data source provides details about a specific Deployment resource in Oracle Cloud Infrastructure API Gateway service.
Gets a deployment by identifier.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testDeployment = oci.ApiGateway.getDeployment({
    deploymentId: testDeploymentOciApigatewayDeployment.id,
});
import pulumi
import pulumi_oci as oci
test_deployment = oci.ApiGateway.get_deployment(deployment_id=test_deployment_oci_apigateway_deployment["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/apigateway"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := apigateway.GetDeployment(ctx, &apigateway.GetDeploymentArgs{
			DeploymentId: testDeploymentOciApigatewayDeployment.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testDeployment = Oci.ApiGateway.GetDeployment.Invoke(new()
    {
        DeploymentId = testDeploymentOciApigatewayDeployment.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.ApiGateway.ApiGatewayFunctions;
import com.pulumi.oci.ApiGateway.inputs.GetDeploymentArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testDeployment = ApiGatewayFunctions.getDeployment(GetDeploymentArgs.builder()
            .deploymentId(testDeploymentOciApigatewayDeployment.id())
            .build());
    }
}
variables:
  testDeployment:
    fn::invoke:
      function: oci:ApiGateway:getDeployment
      arguments:
        deploymentId: ${testDeploymentOciApigatewayDeployment.id}
Using getDeployment
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDeployment(args: GetDeploymentArgs, opts?: InvokeOptions): Promise<GetDeploymentResult>
function getDeploymentOutput(args: GetDeploymentOutputArgs, opts?: InvokeOptions): Output<GetDeploymentResult>def get_deployment(deployment_id: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetDeploymentResult
def get_deployment_output(deployment_id: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetDeploymentResult]func LookupDeployment(ctx *Context, args *LookupDeploymentArgs, opts ...InvokeOption) (*LookupDeploymentResult, error)
func LookupDeploymentOutput(ctx *Context, args *LookupDeploymentOutputArgs, opts ...InvokeOption) LookupDeploymentResultOutput> Note: This function is named LookupDeployment in the Go SDK.
public static class GetDeployment 
{
    public static Task<GetDeploymentResult> InvokeAsync(GetDeploymentArgs args, InvokeOptions? opts = null)
    public static Output<GetDeploymentResult> Invoke(GetDeploymentInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDeploymentResult> getDeployment(GetDeploymentArgs args, InvokeOptions options)
public static Output<GetDeploymentResult> getDeployment(GetDeploymentArgs args, InvokeOptions options)
fn::invoke:
  function: oci:ApiGateway/getDeployment:getDeployment
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DeploymentId string
- The ocid of the deployment.
- DeploymentId string
- The ocid of the deployment.
- deploymentId String
- The ocid of the deployment.
- deploymentId string
- The ocid of the deployment.
- deployment_id str
- The ocid of the deployment.
- deploymentId String
- The ocid of the deployment.
getDeployment Result
The following output properties are available:
- CompartmentId string
- The OCID of the compartment in which the resource is created.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DeploymentId string
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
- Endpoint string
- The endpoint to access this deployment on the gateway.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- GatewayId string
- The OCID of the resource.
- Id string
- The OCID of the resource.
- IsLock boolOverride 
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
- Locks
List<GetDeployment Lock> 
- Locks associated with this resource.
- PathPrefix string
- A path on which to deploy all routes contained in the API deployment specification. For more information, see Deploying an API on an API Gateway by Creating an API Deployment.
- Specifications
List<GetDeployment Specification> 
- The logical configuration of the API exposed by a deployment.
- State string
- The current state of the deployment.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The time this resource was created. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time this resource was last updated. An RFC3339 formatted datetime string.
- CompartmentId string
- The OCID of the compartment in which the resource is created.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- DeploymentId string
- DisplayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
- Endpoint string
- The endpoint to access this deployment on the gateway.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- GatewayId string
- The OCID of the resource.
- Id string
- The OCID of the resource.
- IsLock boolOverride 
- LifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
- Locks
[]GetDeployment Lock 
- Locks associated with this resource.
- PathPrefix string
- A path on which to deploy all routes contained in the API deployment specification. For more information, see Deploying an API on an API Gateway by Creating an API Deployment.
- Specifications
[]GetDeployment Specification 
- The logical configuration of the API exposed by a deployment.
- State string
- The current state of the deployment.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The time this resource was created. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time this resource was last updated. An RFC3339 formatted datetime string.
- compartmentId String
- The OCID of the compartment in which the resource is created.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- deploymentId String
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
- endpoint String
- The endpoint to access this deployment on the gateway.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- gatewayId String
- The OCID of the resource.
- id String
- The OCID of the resource.
- isLock BooleanOverride 
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
- locks
List<GetDeployment Lock> 
- Locks associated with this resource.
- pathPrefix String
- A path on which to deploy all routes contained in the API deployment specification. For more information, see Deploying an API on an API Gateway by Creating an API Deployment.
- specifications
List<GetDeployment Specification> 
- The logical configuration of the API exposed by a deployment.
- state String
- The current state of the deployment.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The time this resource was created. An RFC3339 formatted datetime string.
- timeUpdated String
- The time this resource was last updated. An RFC3339 formatted datetime string.
- compartmentId string
- The OCID of the compartment in which the resource is created.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- deploymentId string
- displayName string
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
- endpoint string
- The endpoint to access this deployment on the gateway.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- gatewayId string
- The OCID of the resource.
- id string
- The OCID of the resource.
- isLock booleanOverride 
- lifecycleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
- locks
GetDeployment Lock[] 
- Locks associated with this resource.
- pathPrefix string
- A path on which to deploy all routes contained in the API deployment specification. For more information, see Deploying an API on an API Gateway by Creating an API Deployment.
- specifications
GetDeployment Specification[] 
- The logical configuration of the API exposed by a deployment.
- state string
- The current state of the deployment.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- The time this resource was created. An RFC3339 formatted datetime string.
- timeUpdated string
- The time this resource was last updated. An RFC3339 formatted datetime string.
- compartment_id str
- The OCID of the compartment in which the resource is created.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- deployment_id str
- display_name str
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
- endpoint str
- The endpoint to access this deployment on the gateway.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- gateway_id str
- The OCID of the resource.
- id str
- The OCID of the resource.
- is_lock_ booloverride 
- lifecycle_details str
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
- locks
Sequence[GetDeployment Lock] 
- Locks associated with this resource.
- path_prefix str
- A path on which to deploy all routes contained in the API deployment specification. For more information, see Deploying an API on an API Gateway by Creating an API Deployment.
- specifications
Sequence[GetDeployment Specification] 
- The logical configuration of the API exposed by a deployment.
- state str
- The current state of the deployment.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- The time this resource was created. An RFC3339 formatted datetime string.
- time_updated str
- The time this resource was last updated. An RFC3339 formatted datetime string.
- compartmentId String
- The OCID of the compartment in which the resource is created.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- deploymentId String
- displayName String
- A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: My new resource
- endpoint String
- The endpoint to access this deployment on the gateway.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- gatewayId String
- The OCID of the resource.
- id String
- The OCID of the resource.
- isLock BooleanOverride 
- lifecycleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.
- locks List<Property Map>
- Locks associated with this resource.
- pathPrefix String
- A path on which to deploy all routes contained in the API deployment specification. For more information, see Deploying an API on an API Gateway by Creating an API Deployment.
- specifications List<Property Map>
- The logical configuration of the API exposed by a deployment.
- state String
- The current state of the deployment.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The time this resource was created. An RFC3339 formatted datetime string.
- timeUpdated String
- The time this resource was last updated. An RFC3339 formatted datetime string.
Supporting Types
GetDeploymentLock  
- Message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- TimeCreated string
- The time this resource was created. An RFC3339 formatted datetime string.
- Type string
- Type of the Response Cache Store Policy.
- Message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- TimeCreated string
- The time this resource was created. An RFC3339 formatted datetime string.
- Type string
- Type of the Response Cache Store Policy.
- message String
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- String
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- timeCreated String
- The time this resource was created. An RFC3339 formatted datetime string.
- type String
- Type of the Response Cache Store Policy.
- message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- timeCreated string
- The time this resource was created. An RFC3339 formatted datetime string.
- type string
- Type of the Response Cache Store Policy.
- message str
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- str
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time_created str
- The time this resource was created. An RFC3339 formatted datetime string.
- type str
- Type of the Response Cache Store Policy.
- message String
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- String
- The id of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- timeCreated String
- The time this resource was created. An RFC3339 formatted datetime string.
- type String
- Type of the Response Cache Store Policy.
GetDeploymentSpecification  
- LoggingPolicies List<GetDeployment Specification Logging Policy> 
- Policies controlling the pushing of logs to Oracle Cloud Infrastructure Public Logging.
- RequestPolicies List<GetDeployment Specification Request Policy> 
- Behavior applied to any requests received by the API on this route.
- Routes
List<GetDeployment Specification Route> 
- A list of routes that this API exposes.
- LoggingPolicies []GetDeployment Specification Logging Policy 
- Policies controlling the pushing of logs to Oracle Cloud Infrastructure Public Logging.
- RequestPolicies []GetDeployment Specification Request Policy 
- Behavior applied to any requests received by the API on this route.
- Routes
[]GetDeployment Specification Route 
- A list of routes that this API exposes.
- loggingPolicies List<GetDeployment Specification Logging Policy> 
- Policies controlling the pushing of logs to Oracle Cloud Infrastructure Public Logging.
- requestPolicies List<GetDeployment Specification Request Policy> 
- Behavior applied to any requests received by the API on this route.
- routes
List<GetDeployment Specification Route> 
- A list of routes that this API exposes.
- loggingPolicies GetDeployment Specification Logging Policy[] 
- Policies controlling the pushing of logs to Oracle Cloud Infrastructure Public Logging.
- requestPolicies GetDeployment Specification Request Policy[] 
- Behavior applied to any requests received by the API on this route.
- routes
GetDeployment Specification Route[] 
- A list of routes that this API exposes.
- logging_policies Sequence[GetDeployment Specification Logging Policy] 
- Policies controlling the pushing of logs to Oracle Cloud Infrastructure Public Logging.
- request_policies Sequence[GetDeployment Specification Request Policy] 
- Behavior applied to any requests received by the API on this route.
- routes
Sequence[GetDeployment Specification Route] 
- A list of routes that this API exposes.
- loggingPolicies List<Property Map>
- Policies controlling the pushing of logs to Oracle Cloud Infrastructure Public Logging.
- requestPolicies List<Property Map>
- Behavior applied to any requests received by the API on this route.
- routes List<Property Map>
- A list of routes that this API exposes.
GetDeploymentSpecificationLoggingPolicy    
- AccessLogs List<GetDeployment Specification Logging Policy Access Log> 
- Configures the logging policies for the access logs of an API Deployment.
- ExecutionLogs List<GetDeployment Specification Logging Policy Execution Log> 
- Configures the logging policies for the execution logs of an API Deployment.
- AccessLogs []GetDeployment Specification Logging Policy Access Log 
- Configures the logging policies for the access logs of an API Deployment.
- ExecutionLogs []GetDeployment Specification Logging Policy Execution Log 
- Configures the logging policies for the execution logs of an API Deployment.
- accessLogs List<GetDeployment Specification Logging Policy Access Log> 
- Configures the logging policies for the access logs of an API Deployment.
- executionLogs List<GetDeployment Specification Logging Policy Execution Log> 
- Configures the logging policies for the execution logs of an API Deployment.
- accessLogs GetDeployment Specification Logging Policy Access Log[] 
- Configures the logging policies for the access logs of an API Deployment.
- executionLogs GetDeployment Specification Logging Policy Execution Log[] 
- Configures the logging policies for the execution logs of an API Deployment.
- access_logs Sequence[GetDeployment Specification Logging Policy Access Log] 
- Configures the logging policies for the access logs of an API Deployment.
- execution_logs Sequence[GetDeployment Specification Logging Policy Execution Log] 
- Configures the logging policies for the execution logs of an API Deployment.
- accessLogs List<Property Map>
- Configures the logging policies for the access logs of an API Deployment.
- executionLogs List<Property Map>
- Configures the logging policies for the execution logs of an API Deployment.
GetDeploymentSpecificationLoggingPolicyAccessLog      
- IsEnabled bool
- Whether this policy is currently enabled.
- IsEnabled bool
- Whether this policy is currently enabled.
- isEnabled Boolean
- Whether this policy is currently enabled.
- isEnabled boolean
- Whether this policy is currently enabled.
- is_enabled bool
- Whether this policy is currently enabled.
- isEnabled Boolean
- Whether this policy is currently enabled.
GetDeploymentSpecificationLoggingPolicyExecutionLog      
- is_enabled bool
- Whether this policy is currently enabled.
- log_level str
- Specifies the log level used to control logging output of execution logs. Enabling logging at a given level also enables logging at all higher levels.
GetDeploymentSpecificationRequestPolicy    
- Authentications
List<GetDeployment Specification Request Policy Authentication> 
- Information on how to authenticate incoming requests.
- Cors
List<GetDeployment Specification Request Policy Cor> 
- Enable CORS (Cross-Origin-Resource-Sharing) request handling.
- DynamicAuthentications List<GetDeployment Specification Request Policy Dynamic Authentication> 
- Policy on how to authenticate requests when multiple authentication options are configured for a deployment. For an incoming request, the value of selector specified under selectionSource will be matched against the keys specified for each authentication server. The authentication server whose key matches the value of selector will be used for authentication.
- MutualTls List<GetDeployment Specification Request Policy Mutual Tl> 
- Properties used to configure client mTLS verification when API Consumer makes connection to the gateway.
- RateLimitings List<GetDeployment Specification Request Policy Rate Limiting> 
- Limit the number of requests that should be handled for the specified window using a specfic key.
- UsagePlans List<GetDeployment Specification Request Policy Usage Plan> 
- Usage plan policies for this deployment
- Authentications
[]GetDeployment Specification Request Policy Authentication 
- Information on how to authenticate incoming requests.
- Cors
[]GetDeployment Specification Request Policy Cor 
- Enable CORS (Cross-Origin-Resource-Sharing) request handling.
- DynamicAuthentications []GetDeployment Specification Request Policy Dynamic Authentication 
- Policy on how to authenticate requests when multiple authentication options are configured for a deployment. For an incoming request, the value of selector specified under selectionSource will be matched against the keys specified for each authentication server. The authentication server whose key matches the value of selector will be used for authentication.
- MutualTls []GetDeployment Specification Request Policy Mutual Tl 
- Properties used to configure client mTLS verification when API Consumer makes connection to the gateway.
- RateLimitings []GetDeployment Specification Request Policy Rate Limiting 
- Limit the number of requests that should be handled for the specified window using a specfic key.
- UsagePlans []GetDeployment Specification Request Policy Usage Plan 
- Usage plan policies for this deployment
- authentications
List<GetDeployment Specification Request Policy Authentication> 
- Information on how to authenticate incoming requests.
- cors
List<GetDeployment Specification Request Policy Cor> 
- Enable CORS (Cross-Origin-Resource-Sharing) request handling.
- dynamicAuthentications List<GetDeployment Specification Request Policy Dynamic Authentication> 
- Policy on how to authenticate requests when multiple authentication options are configured for a deployment. For an incoming request, the value of selector specified under selectionSource will be matched against the keys specified for each authentication server. The authentication server whose key matches the value of selector will be used for authentication.
- mutualTls List<GetDeployment Specification Request Policy Mutual Tl> 
- Properties used to configure client mTLS verification when API Consumer makes connection to the gateway.
- rateLimitings List<GetDeployment Specification Request Policy Rate Limiting> 
- Limit the number of requests that should be handled for the specified window using a specfic key.
- usagePlans List<GetDeployment Specification Request Policy Usage Plan> 
- Usage plan policies for this deployment
- authentications
GetDeployment Specification Request Policy Authentication[] 
- Information on how to authenticate incoming requests.
- cors
GetDeployment Specification Request Policy Cor[] 
- Enable CORS (Cross-Origin-Resource-Sharing) request handling.
- dynamicAuthentications GetDeployment Specification Request Policy Dynamic Authentication[] 
- Policy on how to authenticate requests when multiple authentication options are configured for a deployment. For an incoming request, the value of selector specified under selectionSource will be matched against the keys specified for each authentication server. The authentication server whose key matches the value of selector will be used for authentication.
- mutualTls GetDeployment Specification Request Policy Mutual Tl[] 
- Properties used to configure client mTLS verification when API Consumer makes connection to the gateway.
- rateLimitings GetDeployment Specification Request Policy Rate Limiting[] 
- Limit the number of requests that should be handled for the specified window using a specfic key.
- usagePlans GetDeployment Specification Request Policy Usage Plan[] 
- Usage plan policies for this deployment
- authentications
Sequence[GetDeployment Specification Request Policy Authentication] 
- Information on how to authenticate incoming requests.
- cors
Sequence[GetDeployment Specification Request Policy Cor] 
- Enable CORS (Cross-Origin-Resource-Sharing) request handling.
- dynamic_authentications Sequence[GetDeployment Specification Request Policy Dynamic Authentication] 
- Policy on how to authenticate requests when multiple authentication options are configured for a deployment. For an incoming request, the value of selector specified under selectionSource will be matched against the keys specified for each authentication server. The authentication server whose key matches the value of selector will be used for authentication.
- mutual_tls Sequence[GetDeployment Specification Request Policy Mutual Tl] 
- Properties used to configure client mTLS verification when API Consumer makes connection to the gateway.
- rate_limitings Sequence[GetDeployment Specification Request Policy Rate Limiting] 
- Limit the number of requests that should be handled for the specified window using a specfic key.
- usage_plans Sequence[GetDeployment Specification Request Policy Usage Plan] 
- Usage plan policies for this deployment
- authentications List<Property Map>
- Information on how to authenticate incoming requests.
- cors List<Property Map>
- Enable CORS (Cross-Origin-Resource-Sharing) request handling.
- dynamicAuthentications List<Property Map>
- Policy on how to authenticate requests when multiple authentication options are configured for a deployment. For an incoming request, the value of selector specified under selectionSource will be matched against the keys specified for each authentication server. The authentication server whose key matches the value of selector will be used for authentication.
- mutualTls List<Property Map>
- Properties used to configure client mTLS verification when API Consumer makes connection to the gateway.
- rateLimitings List<Property Map>
- Limit the number of requests that should be handled for the specified window using a specfic key.
- usagePlans List<Property Map>
- Usage plan policies for this deployment
GetDeploymentSpecificationRequestPolicyAuthentication     
- Audiences List<string>
- The list of intended recipients for the token.
- CacheKeys List<string>
- A list of keys from "parameters" attribute value whose values will be added to the cache key.
- FunctionId string
- The OCID of the Oracle Functions function resource.
- IsAnonymous boolAccess Allowed 
- Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
- Issuers List<string>
- A list of parties that could have issued the token.
- MaxClock doubleSkew In Seconds 
- The maximum expected time difference between the system clocks of the token issuer and the API Gateway.
- Parameters Dictionary<string, string>
- The List of Query Parameters
- PublicKeys List<GetDeployment Specification Request Policy Authentication Public Key> 
- A set of Public Keys that will be used to verify the JWT signature.
- TokenAuth stringScheme 
- The authentication scheme that is to be used when authenticating the token. This must to be provided if "tokenHeader" is specified.
- TokenHeader string
- The name of the header containing the authentication token.
- TokenQuery stringParam 
- The name of the query parameter containing the authentication token.
- Type string
- Type of the Response Cache Store Policy.
- ValidationFailure List<GetPolicies Deployment Specification Request Policy Authentication Validation Failure Policy> 
- Policy for defining behaviour on validation failure.
- ValidationPolicies List<GetDeployment Specification Request Policy Authentication Validation Policy> 
- Authentication Policies for the Token Authentication types.
- VerifyClaims List<GetDeployment Specification Request Policy Authentication Verify Claim> 
- A list of claims which should be validated to consider the token valid.
- Audiences []string
- The list of intended recipients for the token.
- CacheKeys []string
- A list of keys from "parameters" attribute value whose values will be added to the cache key.
- FunctionId string
- The OCID of the Oracle Functions function resource.
- IsAnonymous boolAccess Allowed 
- Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
- Issuers []string
- A list of parties that could have issued the token.
- MaxClock float64Skew In Seconds 
- The maximum expected time difference between the system clocks of the token issuer and the API Gateway.
- Parameters map[string]string
- The List of Query Parameters
- PublicKeys []GetDeployment Specification Request Policy Authentication Public Key 
- A set of Public Keys that will be used to verify the JWT signature.
- TokenAuth stringScheme 
- The authentication scheme that is to be used when authenticating the token. This must to be provided if "tokenHeader" is specified.
- TokenHeader string
- The name of the header containing the authentication token.
- TokenQuery stringParam 
- The name of the query parameter containing the authentication token.
- Type string
- Type of the Response Cache Store Policy.
- ValidationFailure []GetPolicies Deployment Specification Request Policy Authentication Validation Failure Policy 
- Policy for defining behaviour on validation failure.
- ValidationPolicies []GetDeployment Specification Request Policy Authentication Validation Policy 
- Authentication Policies for the Token Authentication types.
- VerifyClaims []GetDeployment Specification Request Policy Authentication Verify Claim 
- A list of claims which should be validated to consider the token valid.
- audiences List<String>
- The list of intended recipients for the token.
- cacheKeys List<String>
- A list of keys from "parameters" attribute value whose values will be added to the cache key.
- functionId String
- The OCID of the Oracle Functions function resource.
- isAnonymous BooleanAccess Allowed 
- Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
- issuers List<String>
- A list of parties that could have issued the token.
- maxClock DoubleSkew In Seconds 
- The maximum expected time difference between the system clocks of the token issuer and the API Gateway.
- parameters Map<String,String>
- The List of Query Parameters
- publicKeys List<GetDeployment Specification Request Policy Authentication Public Key> 
- A set of Public Keys that will be used to verify the JWT signature.
- tokenAuth StringScheme 
- The authentication scheme that is to be used when authenticating the token. This must to be provided if "tokenHeader" is specified.
- tokenHeader String
- The name of the header containing the authentication token.
- tokenQuery StringParam 
- The name of the query parameter containing the authentication token.
- type String
- Type of the Response Cache Store Policy.
- validationFailure List<GetPolicies Deployment Specification Request Policy Authentication Validation Failure Policy> 
- Policy for defining behaviour on validation failure.
- validationPolicies List<GetDeployment Specification Request Policy Authentication Validation Policy> 
- Authentication Policies for the Token Authentication types.
- verifyClaims List<GetDeployment Specification Request Policy Authentication Verify Claim> 
- A list of claims which should be validated to consider the token valid.
- audiences string[]
- The list of intended recipients for the token.
- cacheKeys string[]
- A list of keys from "parameters" attribute value whose values will be added to the cache key.
- functionId string
- The OCID of the Oracle Functions function resource.
- isAnonymous booleanAccess Allowed 
- Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
- issuers string[]
- A list of parties that could have issued the token.
- maxClock numberSkew In Seconds 
- The maximum expected time difference between the system clocks of the token issuer and the API Gateway.
- parameters {[key: string]: string}
- The List of Query Parameters
- publicKeys GetDeployment Specification Request Policy Authentication Public Key[] 
- A set of Public Keys that will be used to verify the JWT signature.
- tokenAuth stringScheme 
- The authentication scheme that is to be used when authenticating the token. This must to be provided if "tokenHeader" is specified.
- tokenHeader string
- The name of the header containing the authentication token.
- tokenQuery stringParam 
- The name of the query parameter containing the authentication token.
- type string
- Type of the Response Cache Store Policy.
- validationFailure GetPolicies Deployment Specification Request Policy Authentication Validation Failure Policy[] 
- Policy for defining behaviour on validation failure.
- validationPolicies GetDeployment Specification Request Policy Authentication Validation Policy[] 
- Authentication Policies for the Token Authentication types.
- verifyClaims GetDeployment Specification Request Policy Authentication Verify Claim[] 
- A list of claims which should be validated to consider the token valid.
- audiences Sequence[str]
- The list of intended recipients for the token.
- cache_keys Sequence[str]
- A list of keys from "parameters" attribute value whose values will be added to the cache key.
- function_id str
- The OCID of the Oracle Functions function resource.
- is_anonymous_ boolaccess_ allowed 
- Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
- issuers Sequence[str]
- A list of parties that could have issued the token.
- max_clock_ floatskew_ in_ seconds 
- The maximum expected time difference between the system clocks of the token issuer and the API Gateway.
- parameters Mapping[str, str]
- The List of Query Parameters
- public_keys Sequence[GetDeployment Specification Request Policy Authentication Public Key] 
- A set of Public Keys that will be used to verify the JWT signature.
- token_auth_ strscheme 
- The authentication scheme that is to be used when authenticating the token. This must to be provided if "tokenHeader" is specified.
- token_header str
- The name of the header containing the authentication token.
- token_query_ strparam 
- The name of the query parameter containing the authentication token.
- type str
- Type of the Response Cache Store Policy.
- validation_failure_ Sequence[Getpolicies Deployment Specification Request Policy Authentication Validation Failure Policy] 
- Policy for defining behaviour on validation failure.
- validation_policies Sequence[GetDeployment Specification Request Policy Authentication Validation Policy] 
- Authentication Policies for the Token Authentication types.
- verify_claims Sequence[GetDeployment Specification Request Policy Authentication Verify Claim] 
- A list of claims which should be validated to consider the token valid.
- audiences List<String>
- The list of intended recipients for the token.
- cacheKeys List<String>
- A list of keys from "parameters" attribute value whose values will be added to the cache key.
- functionId String
- The OCID of the Oracle Functions function resource.
- isAnonymous BooleanAccess Allowed 
- Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
- issuers List<String>
- A list of parties that could have issued the token.
- maxClock NumberSkew In Seconds 
- The maximum expected time difference between the system clocks of the token issuer and the API Gateway.
- parameters Map<String>
- The List of Query Parameters
- publicKeys List<Property Map>
- A set of Public Keys that will be used to verify the JWT signature.
- tokenAuth StringScheme 
- The authentication scheme that is to be used when authenticating the token. This must to be provided if "tokenHeader" is specified.
- tokenHeader String
- The name of the header containing the authentication token.
- tokenQuery StringParam 
- The name of the query parameter containing the authentication token.
- type String
- Type of the Response Cache Store Policy.
- validationFailure List<Property Map>Policies 
- Policy for defining behaviour on validation failure.
- validationPolicies List<Property Map>
- Authentication Policies for the Token Authentication types.
- verifyClaims List<Property Map>
- A list of claims which should be validated to consider the token valid.
GetDeploymentSpecificationRequestPolicyAuthenticationPublicKey       
- IsSsl boolVerify Disabled 
- Defines whether or not to uphold SSL verification.
- Keys
List<GetDeployment Specification Request Policy Authentication Public Key Key> 
- The set of static public keys.
- MaxCache intDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- Type string
- Type of the Response Cache Store Policy.
- Uri string
- The uri from which to retrieve the key. It must be accessible without authentication.
- IsSsl boolVerify Disabled 
- Defines whether or not to uphold SSL verification.
- Keys
[]GetDeployment Specification Request Policy Authentication Public Key Key 
- The set of static public keys.
- MaxCache intDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- Type string
- Type of the Response Cache Store Policy.
- Uri string
- The uri from which to retrieve the key. It must be accessible without authentication.
- isSsl BooleanVerify Disabled 
- Defines whether or not to uphold SSL verification.
- keys
List<GetDeployment Specification Request Policy Authentication Public Key Key> 
- The set of static public keys.
- maxCache IntegerDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- type String
- Type of the Response Cache Store Policy.
- uri String
- The uri from which to retrieve the key. It must be accessible without authentication.
- isSsl booleanVerify Disabled 
- Defines whether or not to uphold SSL verification.
- keys
GetDeployment Specification Request Policy Authentication Public Key Key[] 
- The set of static public keys.
- maxCache numberDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- type string
- Type of the Response Cache Store Policy.
- uri string
- The uri from which to retrieve the key. It must be accessible without authentication.
- is_ssl_ boolverify_ disabled 
- Defines whether or not to uphold SSL verification.
- keys
Sequence[GetDeployment Specification Request Policy Authentication Public Key Key] 
- The set of static public keys.
- max_cache_ intduration_ in_ hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- type str
- Type of the Response Cache Store Policy.
- uri str
- The uri from which to retrieve the key. It must be accessible without authentication.
- isSsl BooleanVerify Disabled 
- Defines whether or not to uphold SSL verification.
- keys List<Property Map>
- The set of static public keys.
- maxCache NumberDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- type String
- Type of the Response Cache Store Policy.
- uri String
- The uri from which to retrieve the key. It must be accessible without authentication.
GetDeploymentSpecificationRequestPolicyAuthenticationPublicKeyKey        
- Alg string
- The algorithm intended for use with this key.
- E string
- The base64 url encoded exponent of the RSA public key represented by this key.
- Format string
- The format of the public key.
- Key string
- Information around the values for selector of an authentication/ routing branch.
- KeyOps List<string>
- The operations for which this key is to be used.
- Kid string
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- Kty string
- The key type.
- N string
- The base64 url encoded modulus of the RSA public key represented by this key.
- Use string
- The intended use of the public key.
- Alg string
- The algorithm intended for use with this key.
- E string
- The base64 url encoded exponent of the RSA public key represented by this key.
- Format string
- The format of the public key.
- Key string
- Information around the values for selector of an authentication/ routing branch.
- KeyOps []string
- The operations for which this key is to be used.
- Kid string
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- Kty string
- The key type.
- N string
- The base64 url encoded modulus of the RSA public key represented by this key.
- Use string
- The intended use of the public key.
- alg String
- The algorithm intended for use with this key.
- e String
- The base64 url encoded exponent of the RSA public key represented by this key.
- format String
- The format of the public key.
- key String
- Information around the values for selector of an authentication/ routing branch.
- keyOps List<String>
- The operations for which this key is to be used.
- kid String
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- kty String
- The key type.
- n String
- The base64 url encoded modulus of the RSA public key represented by this key.
- use String
- The intended use of the public key.
- alg string
- The algorithm intended for use with this key.
- e string
- The base64 url encoded exponent of the RSA public key represented by this key.
- format string
- The format of the public key.
- key string
- Information around the values for selector of an authentication/ routing branch.
- keyOps string[]
- The operations for which this key is to be used.
- kid string
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- kty string
- The key type.
- n string
- The base64 url encoded modulus of the RSA public key represented by this key.
- use string
- The intended use of the public key.
- alg str
- The algorithm intended for use with this key.
- e str
- The base64 url encoded exponent of the RSA public key represented by this key.
- format str
- The format of the public key.
- key str
- Information around the values for selector of an authentication/ routing branch.
- key_ops Sequence[str]
- The operations for which this key is to be used.
- kid str
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- kty str
- The key type.
- n str
- The base64 url encoded modulus of the RSA public key represented by this key.
- use str
- The intended use of the public key.
- alg String
- The algorithm intended for use with this key.
- e String
- The base64 url encoded exponent of the RSA public key represented by this key.
- format String
- The format of the public key.
- key String
- Information around the values for selector of an authentication/ routing branch.
- keyOps List<String>
- The operations for which this key is to be used.
- kid String
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- kty String
- The key type.
- n String
- The base64 url encoded modulus of the RSA public key represented by this key.
- use String
- The intended use of the public key.
GetDeploymentSpecificationRequestPolicyAuthenticationValidationFailurePolicy        
- ClientDetails List<GetDeployment Specification Request Policy Authentication Validation Failure Policy Client Detail> 
- Client App Credential details.
- FallbackRedirect stringPath 
- The path to be used as fallback after OAuth2.
- LogoutPath string
- The path to be used as logout.
- MaxExpiry intDuration In Hours 
- The duration for which the OAuth2 success token should be cached before it is fetched again.
- ResponseCode string
- HTTP response code, can include context variables.
- ResponseHeader List<GetTransformations Deployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation> 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- ResponseMessage string
- HTTP response message.
- ResponseType string
- Response Type.
- Scopes List<string>
- List of scopes.
- SourceUri List<GetDetails Deployment Specification Request Policy Authentication Validation Failure Policy Source Uri Detail> 
- Auth endpoint details.
- Type string
- Type of the Response Cache Store Policy.
- bool
- Defines whether or not to use cookies for OAuth2 intermediate steps.
- bool
- Defines whether or not to use cookies for session maintenance.
- UsePkce bool
- Defines whether or not to support PKCE.
- ClientDetails []GetDeployment Specification Request Policy Authentication Validation Failure Policy Client Detail 
- Client App Credential details.
- FallbackRedirect stringPath 
- The path to be used as fallback after OAuth2.
- LogoutPath string
- The path to be used as logout.
- MaxExpiry intDuration In Hours 
- The duration for which the OAuth2 success token should be cached before it is fetched again.
- ResponseCode string
- HTTP response code, can include context variables.
- ResponseHeader []GetTransformations Deployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- ResponseMessage string
- HTTP response message.
- ResponseType string
- Response Type.
- Scopes []string
- List of scopes.
- SourceUri []GetDetails Deployment Specification Request Policy Authentication Validation Failure Policy Source Uri Detail 
- Auth endpoint details.
- Type string
- Type of the Response Cache Store Policy.
- bool
- Defines whether or not to use cookies for OAuth2 intermediate steps.
- bool
- Defines whether or not to use cookies for session maintenance.
- UsePkce bool
- Defines whether or not to support PKCE.
- clientDetails List<GetDeployment Specification Request Policy Authentication Validation Failure Policy Client Detail> 
- Client App Credential details.
- fallbackRedirect StringPath 
- The path to be used as fallback after OAuth2.
- logoutPath String
- The path to be used as logout.
- maxExpiry IntegerDuration In Hours 
- The duration for which the OAuth2 success token should be cached before it is fetched again.
- responseCode String
- HTTP response code, can include context variables.
- responseHeader List<GetTransformations Deployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation> 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- responseMessage String
- HTTP response message.
- responseType String
- Response Type.
- scopes List<String>
- List of scopes.
- sourceUri List<GetDetails Deployment Specification Request Policy Authentication Validation Failure Policy Source Uri Detail> 
- Auth endpoint details.
- type String
- Type of the Response Cache Store Policy.
- Boolean
- Defines whether or not to use cookies for OAuth2 intermediate steps.
- Boolean
- Defines whether or not to use cookies for session maintenance.
- usePkce Boolean
- Defines whether or not to support PKCE.
- clientDetails GetDeployment Specification Request Policy Authentication Validation Failure Policy Client Detail[] 
- Client App Credential details.
- fallbackRedirect stringPath 
- The path to be used as fallback after OAuth2.
- logoutPath string
- The path to be used as logout.
- maxExpiry numberDuration In Hours 
- The duration for which the OAuth2 success token should be cached before it is fetched again.
- responseCode string
- HTTP response code, can include context variables.
- responseHeader GetTransformations Deployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation[] 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- responseMessage string
- HTTP response message.
- responseType string
- Response Type.
- scopes string[]
- List of scopes.
- sourceUri GetDetails Deployment Specification Request Policy Authentication Validation Failure Policy Source Uri Detail[] 
- Auth endpoint details.
- type string
- Type of the Response Cache Store Policy.
- boolean
- Defines whether or not to use cookies for OAuth2 intermediate steps.
- boolean
- Defines whether or not to use cookies for session maintenance.
- usePkce boolean
- Defines whether or not to support PKCE.
- client_details Sequence[GetDeployment Specification Request Policy Authentication Validation Failure Policy Client Detail] 
- Client App Credential details.
- fallback_redirect_ strpath 
- The path to be used as fallback after OAuth2.
- logout_path str
- The path to be used as logout.
- max_expiry_ intduration_ in_ hours 
- The duration for which the OAuth2 success token should be cached before it is fetched again.
- response_code str
- HTTP response code, can include context variables.
- response_header_ Sequence[Gettransformations Deployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation] 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- response_message str
- HTTP response message.
- response_type str
- Response Type.
- scopes Sequence[str]
- List of scopes.
- source_uri_ Sequence[Getdetails Deployment Specification Request Policy Authentication Validation Failure Policy Source Uri Detail] 
- Auth endpoint details.
- type str
- Type of the Response Cache Store Policy.
- bool
- Defines whether or not to use cookies for OAuth2 intermediate steps.
- bool
- Defines whether or not to use cookies for session maintenance.
- use_pkce bool
- Defines whether or not to support PKCE.
- clientDetails List<Property Map>
- Client App Credential details.
- fallbackRedirect StringPath 
- The path to be used as fallback after OAuth2.
- logoutPath String
- The path to be used as logout.
- maxExpiry NumberDuration In Hours 
- The duration for which the OAuth2 success token should be cached before it is fetched again.
- responseCode String
- HTTP response code, can include context variables.
- responseHeader List<Property Map>Transformations 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- responseMessage String
- HTTP response message.
- responseType String
- Response Type.
- scopes List<String>
- List of scopes.
- sourceUri List<Property Map>Details 
- Auth endpoint details.
- type String
- Type of the Response Cache Store Policy.
- Boolean
- Defines whether or not to use cookies for OAuth2 intermediate steps.
- Boolean
- Defines whether or not to use cookies for session maintenance.
- usePkce Boolean
- Defines whether or not to support PKCE.
GetDeploymentSpecificationRequestPolicyAuthenticationValidationFailurePolicyClientDetail          
- ClientId string
- Client ID for the OAuth2/OIDC app.
- ClientSecret stringId 
- The OCID of the Oracle Vault Service secret resource.
- ClientSecret stringVersion Number 
- The version number of the client secret to use.
- Type string
- Type of the Response Cache Store Policy.
- ClientId string
- Client ID for the OAuth2/OIDC app.
- ClientSecret stringId 
- The OCID of the Oracle Vault Service secret resource.
- ClientSecret stringVersion Number 
- The version number of the client secret to use.
- Type string
- Type of the Response Cache Store Policy.
- clientId String
- Client ID for the OAuth2/OIDC app.
- clientSecret StringId 
- The OCID of the Oracle Vault Service secret resource.
- clientSecret StringVersion Number 
- The version number of the client secret to use.
- type String
- Type of the Response Cache Store Policy.
- clientId string
- Client ID for the OAuth2/OIDC app.
- clientSecret stringId 
- The OCID of the Oracle Vault Service secret resource.
- clientSecret stringVersion Number 
- The version number of the client secret to use.
- type string
- Type of the Response Cache Store Policy.
- client_id str
- Client ID for the OAuth2/OIDC app.
- client_secret_ strid 
- The OCID of the Oracle Vault Service secret resource.
- client_secret_ strversion_ number 
- The version number of the client secret to use.
- type str
- Type of the Response Cache Store Policy.
- clientId String
- Client ID for the OAuth2/OIDC app.
- clientSecret StringId 
- The OCID of the Oracle Vault Service secret resource.
- clientSecret StringVersion Number 
- The version number of the client secret to use.
- type String
- Type of the Response Cache Store Policy.
GetDeploymentSpecificationRequestPolicyAuthenticationValidationFailurePolicyResponseHeaderTransformation           
- FilterHeaders List<GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Filter Header> 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- RenameHeaders List<GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Rename Header> 
- Rename HTTP headers as they pass through the gateway.
- SetHeaders List<GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Set Header> 
- Set HTTP headers as they pass through the gateway.
- FilterHeaders []GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Filter Header 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- RenameHeaders []GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Rename Header 
- Rename HTTP headers as they pass through the gateway.
- SetHeaders []GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Set Header 
- Set HTTP headers as they pass through the gateway.
- filterHeaders List<GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Filter Header> 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- renameHeaders List<GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Rename Header> 
- Rename HTTP headers as they pass through the gateway.
- setHeaders List<GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Set Header> 
- Set HTTP headers as they pass through the gateway.
- filterHeaders GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Filter Header[] 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- renameHeaders GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Rename Header[] 
- Rename HTTP headers as they pass through the gateway.
- setHeaders GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Set Header[] 
- Set HTTP headers as they pass through the gateway.
- filter_headers Sequence[GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Filter Header] 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- rename_headers Sequence[GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Rename Header] 
- Rename HTTP headers as they pass through the gateway.
- set_headers Sequence[GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Set Header] 
- Set HTTP headers as they pass through the gateway.
- filterHeaders List<Property Map>
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- renameHeaders List<Property Map>
- Rename HTTP headers as they pass through the gateway.
- setHeaders List<Property Map>
- Set HTTP headers as they pass through the gateway.
GetDeploymentSpecificationRequestPolicyAuthenticationValidationFailurePolicyResponseHeaderTransformationFilterHeader             
- Items
List<GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Filter Header Item> 
- The list of headers.
- Type string
- Type of the Response Cache Store Policy.
- Items
[]GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Filter Header Item 
- The list of headers.
- Type string
- Type of the Response Cache Store Policy.
- items
List<GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Filter Header Item> 
- The list of headers.
- type String
- Type of the Response Cache Store Policy.
- items
GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Filter Header Item[] 
- The list of headers.
- type string
- Type of the Response Cache Store Policy.
- items
Sequence[GetDeployment Specification Request Policy Authentication Validation Failure Policy Response Header Transformation Filter Header Item] 
- The list of headers.
- type str
- Type of the Response Cache Store Policy.
- items List<Property Map>
- The list of headers.
- type String
- Type of the Response Cache Store Policy.
GetDeploymentSpecificationRequestPolicyAuthenticationValidationFailurePolicyResponseHeaderTransformationFilterHeaderItem              
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name str
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
GetDeploymentSpecificationRequestPolicyAuthenticationValidationFailurePolicyResponseHeaderTransformationRenameHeader             
- items List<Property Map>
- The list of headers.
GetDeploymentSpecificationRequestPolicyAuthenticationValidationFailurePolicyResponseHeaderTransformationRenameHeaderItem              
GetDeploymentSpecificationRequestPolicyAuthenticationValidationFailurePolicyResponseHeaderTransformationSetHeader             
- items List<Property Map>
- The list of headers.
GetDeploymentSpecificationRequestPolicyAuthenticationValidationFailurePolicyResponseHeaderTransformationSetHeaderItem              
- IfExists string
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- Values List<string>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- IfExists string
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- Values []string
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- ifExists String
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- ifExists string
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values string[]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- if_exists str
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name str
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values Sequence[str]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- ifExists String
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
GetDeploymentSpecificationRequestPolicyAuthenticationValidationFailurePolicySourceUriDetail           
GetDeploymentSpecificationRequestPolicyAuthenticationValidationPolicy       
- AdditionalValidation List<GetPolicies Deployment Specification Request Policy Authentication Validation Policy Additional Validation Policy> 
- Additional JWT validation checks.
- ClientDetails List<GetDeployment Specification Request Policy Authentication Validation Policy Client Detail> 
- Client App Credential details.
- IsSsl boolVerify Disabled 
- Defines whether or not to uphold SSL verification.
- Keys
List<GetDeployment Specification Request Policy Authentication Validation Policy Key> 
- The set of static public keys.
- MaxCache intDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- SourceUri List<GetDetails Deployment Specification Request Policy Authentication Validation Policy Source Uri Detail> 
- Auth endpoint details.
- Type string
- Type of the Response Cache Store Policy.
- Uri string
- The uri from which to retrieve the key. It must be accessible without authentication.
- AdditionalValidation []GetPolicies Deployment Specification Request Policy Authentication Validation Policy Additional Validation Policy 
- Additional JWT validation checks.
- ClientDetails []GetDeployment Specification Request Policy Authentication Validation Policy Client Detail 
- Client App Credential details.
- IsSsl boolVerify Disabled 
- Defines whether or not to uphold SSL verification.
- Keys
[]GetDeployment Specification Request Policy Authentication Validation Policy Key 
- The set of static public keys.
- MaxCache intDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- SourceUri []GetDetails Deployment Specification Request Policy Authentication Validation Policy Source Uri Detail 
- Auth endpoint details.
- Type string
- Type of the Response Cache Store Policy.
- Uri string
- The uri from which to retrieve the key. It must be accessible without authentication.
- additionalValidation List<GetPolicies Deployment Specification Request Policy Authentication Validation Policy Additional Validation Policy> 
- Additional JWT validation checks.
- clientDetails List<GetDeployment Specification Request Policy Authentication Validation Policy Client Detail> 
- Client App Credential details.
- isSsl BooleanVerify Disabled 
- Defines whether or not to uphold SSL verification.
- keys
List<GetDeployment Specification Request Policy Authentication Validation Policy Key> 
- The set of static public keys.
- maxCache IntegerDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- sourceUri List<GetDetails Deployment Specification Request Policy Authentication Validation Policy Source Uri Detail> 
- Auth endpoint details.
- type String
- Type of the Response Cache Store Policy.
- uri String
- The uri from which to retrieve the key. It must be accessible without authentication.
- additionalValidation GetPolicies Deployment Specification Request Policy Authentication Validation Policy Additional Validation Policy[] 
- Additional JWT validation checks.
- clientDetails GetDeployment Specification Request Policy Authentication Validation Policy Client Detail[] 
- Client App Credential details.
- isSsl booleanVerify Disabled 
- Defines whether or not to uphold SSL verification.
- keys
GetDeployment Specification Request Policy Authentication Validation Policy Key[] 
- The set of static public keys.
- maxCache numberDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- sourceUri GetDetails Deployment Specification Request Policy Authentication Validation Policy Source Uri Detail[] 
- Auth endpoint details.
- type string
- Type of the Response Cache Store Policy.
- uri string
- The uri from which to retrieve the key. It must be accessible without authentication.
- additional_validation_ Sequence[Getpolicies Deployment Specification Request Policy Authentication Validation Policy Additional Validation Policy] 
- Additional JWT validation checks.
- client_details Sequence[GetDeployment Specification Request Policy Authentication Validation Policy Client Detail] 
- Client App Credential details.
- is_ssl_ boolverify_ disabled 
- Defines whether or not to uphold SSL verification.
- keys
Sequence[GetDeployment Specification Request Policy Authentication Validation Policy Key] 
- The set of static public keys.
- max_cache_ intduration_ in_ hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- source_uri_ Sequence[Getdetails Deployment Specification Request Policy Authentication Validation Policy Source Uri Detail] 
- Auth endpoint details.
- type str
- Type of the Response Cache Store Policy.
- uri str
- The uri from which to retrieve the key. It must be accessible without authentication.
- additionalValidation List<Property Map>Policies 
- Additional JWT validation checks.
- clientDetails List<Property Map>
- Client App Credential details.
- isSsl BooleanVerify Disabled 
- Defines whether or not to uphold SSL verification.
- keys List<Property Map>
- The set of static public keys.
- maxCache NumberDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- sourceUri List<Property Map>Details 
- Auth endpoint details.
- type String
- Type of the Response Cache Store Policy.
- uri String
- The uri from which to retrieve the key. It must be accessible without authentication.
GetDeploymentSpecificationRequestPolicyAuthenticationValidationPolicyAdditionalValidationPolicy          
- Audiences List<string>
- The list of intended recipients for the token.
- Issuers List<string>
- A list of parties that could have issued the token.
- VerifyClaims List<GetDeployment Specification Request Policy Authentication Validation Policy Additional Validation Policy Verify Claim> 
- A list of claims which should be validated to consider the token valid.
- Audiences []string
- The list of intended recipients for the token.
- Issuers []string
- A list of parties that could have issued the token.
- VerifyClaims []GetDeployment Specification Request Policy Authentication Validation Policy Additional Validation Policy Verify Claim 
- A list of claims which should be validated to consider the token valid.
- audiences List<String>
- The list of intended recipients for the token.
- issuers List<String>
- A list of parties that could have issued the token.
- verifyClaims List<GetDeployment Specification Request Policy Authentication Validation Policy Additional Validation Policy Verify Claim> 
- A list of claims which should be validated to consider the token valid.
- audiences string[]
- The list of intended recipients for the token.
- issuers string[]
- A list of parties that could have issued the token.
- verifyClaims GetDeployment Specification Request Policy Authentication Validation Policy Additional Validation Policy Verify Claim[] 
- A list of claims which should be validated to consider the token valid.
- audiences Sequence[str]
- The list of intended recipients for the token.
- issuers Sequence[str]
- A list of parties that could have issued the token.
- verify_claims Sequence[GetDeployment Specification Request Policy Authentication Validation Policy Additional Validation Policy Verify Claim] 
- A list of claims which should be validated to consider the token valid.
- audiences List<String>
- The list of intended recipients for the token.
- issuers List<String>
- A list of parties that could have issued the token.
- verifyClaims List<Property Map>
- A list of claims which should be validated to consider the token valid.
GetDeploymentSpecificationRequestPolicyAuthenticationValidationPolicyAdditionalValidationPolicyVerifyClaim            
- IsRequired bool
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- Key string
- Information around the values for selector of an authentication/ routing branch.
- Values List<string>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- IsRequired bool
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- Key string
- Information around the values for selector of an authentication/ routing branch.
- Values []string
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- isRequired Boolean
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- key String
- Information around the values for selector of an authentication/ routing branch.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- isRequired boolean
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- key string
- Information around the values for selector of an authentication/ routing branch.
- values string[]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- is_required bool
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- key str
- Information around the values for selector of an authentication/ routing branch.
- values Sequence[str]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- isRequired Boolean
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- key String
- Information around the values for selector of an authentication/ routing branch.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
GetDeploymentSpecificationRequestPolicyAuthenticationValidationPolicyClientDetail         
- ClientId string
- Client ID for the OAuth2/OIDC app.
- ClientSecret stringId 
- The OCID of the Oracle Vault Service secret resource.
- ClientSecret stringVersion Number 
- The version number of the client secret to use.
- Type string
- Type of the Response Cache Store Policy.
- ClientId string
- Client ID for the OAuth2/OIDC app.
- ClientSecret stringId 
- The OCID of the Oracle Vault Service secret resource.
- ClientSecret stringVersion Number 
- The version number of the client secret to use.
- Type string
- Type of the Response Cache Store Policy.
- clientId String
- Client ID for the OAuth2/OIDC app.
- clientSecret StringId 
- The OCID of the Oracle Vault Service secret resource.
- clientSecret StringVersion Number 
- The version number of the client secret to use.
- type String
- Type of the Response Cache Store Policy.
- clientId string
- Client ID for the OAuth2/OIDC app.
- clientSecret stringId 
- The OCID of the Oracle Vault Service secret resource.
- clientSecret stringVersion Number 
- The version number of the client secret to use.
- type string
- Type of the Response Cache Store Policy.
- client_id str
- Client ID for the OAuth2/OIDC app.
- client_secret_ strid 
- The OCID of the Oracle Vault Service secret resource.
- client_secret_ strversion_ number 
- The version number of the client secret to use.
- type str
- Type of the Response Cache Store Policy.
- clientId String
- Client ID for the OAuth2/OIDC app.
- clientSecret StringId 
- The OCID of the Oracle Vault Service secret resource.
- clientSecret StringVersion Number 
- The version number of the client secret to use.
- type String
- Type of the Response Cache Store Policy.
GetDeploymentSpecificationRequestPolicyAuthenticationValidationPolicyKey        
- Alg string
- The algorithm intended for use with this key.
- E string
- The base64 url encoded exponent of the RSA public key represented by this key.
- Format string
- The format of the public key.
- Key string
- Information around the values for selector of an authentication/ routing branch.
- KeyOps List<string>
- The operations for which this key is to be used.
- Kid string
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- Kty string
- The key type.
- N string
- The base64 url encoded modulus of the RSA public key represented by this key.
- Use string
- The intended use of the public key.
- Alg string
- The algorithm intended for use with this key.
- E string
- The base64 url encoded exponent of the RSA public key represented by this key.
- Format string
- The format of the public key.
- Key string
- Information around the values for selector of an authentication/ routing branch.
- KeyOps []string
- The operations for which this key is to be used.
- Kid string
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- Kty string
- The key type.
- N string
- The base64 url encoded modulus of the RSA public key represented by this key.
- Use string
- The intended use of the public key.
- alg String
- The algorithm intended for use with this key.
- e String
- The base64 url encoded exponent of the RSA public key represented by this key.
- format String
- The format of the public key.
- key String
- Information around the values for selector of an authentication/ routing branch.
- keyOps List<String>
- The operations for which this key is to be used.
- kid String
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- kty String
- The key type.
- n String
- The base64 url encoded modulus of the RSA public key represented by this key.
- use String
- The intended use of the public key.
- alg string
- The algorithm intended for use with this key.
- e string
- The base64 url encoded exponent of the RSA public key represented by this key.
- format string
- The format of the public key.
- key string
- Information around the values for selector of an authentication/ routing branch.
- keyOps string[]
- The operations for which this key is to be used.
- kid string
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- kty string
- The key type.
- n string
- The base64 url encoded modulus of the RSA public key represented by this key.
- use string
- The intended use of the public key.
- alg str
- The algorithm intended for use with this key.
- e str
- The base64 url encoded exponent of the RSA public key represented by this key.
- format str
- The format of the public key.
- key str
- Information around the values for selector of an authentication/ routing branch.
- key_ops Sequence[str]
- The operations for which this key is to be used.
- kid str
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- kty str
- The key type.
- n str
- The base64 url encoded modulus of the RSA public key represented by this key.
- use str
- The intended use of the public key.
- alg String
- The algorithm intended for use with this key.
- e String
- The base64 url encoded exponent of the RSA public key represented by this key.
- format String
- The format of the public key.
- key String
- Information around the values for selector of an authentication/ routing branch.
- keyOps List<String>
- The operations for which this key is to be used.
- kid String
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- kty String
- The key type.
- n String
- The base64 url encoded modulus of the RSA public key represented by this key.
- use String
- The intended use of the public key.
GetDeploymentSpecificationRequestPolicyAuthenticationValidationPolicySourceUriDetail          
GetDeploymentSpecificationRequestPolicyAuthenticationVerifyClaim       
- IsRequired bool
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- Key string
- Information around the values for selector of an authentication/ routing branch.
- Values List<string>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- IsRequired bool
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- Key string
- Information around the values for selector of an authentication/ routing branch.
- Values []string
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- isRequired Boolean
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- key String
- Information around the values for selector of an authentication/ routing branch.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- isRequired boolean
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- key string
- Information around the values for selector of an authentication/ routing branch.
- values string[]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- is_required bool
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- key str
- Information around the values for selector of an authentication/ routing branch.
- values Sequence[str]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- isRequired Boolean
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- key String
- Information around the values for selector of an authentication/ routing branch.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
GetDeploymentSpecificationRequestPolicyCor     
- AllowedHeaders List<string>
- The list of headers that will be allowed from the client via the Access-Control-Allow-Headers header. '*' will allow all headers.
- AllowedMethods List<string>
- The list of allowed HTTP methods that will be returned for the preflight OPTIONS request in the Access-Control-Allow-Methods header. '*' will allow all methods.
- AllowedOrigins List<string>
- The list of allowed origins that the CORS handler will use to respond to CORS requests. The gateway will send the Access-Control-Allow-Origin header with the best origin match for the circumstances. '*' will match any origins, and 'null' will match queries from 'file:' origins. All other origins must be qualified with the scheme, full hostname, and port if necessary.
- ExposedHeaders List<string>
- The list of headers that the client will be allowed to see from the response as indicated by the Access-Control-Expose-Headers header. '*' will expose all headers.
- IsAllow boolCredentials Enabled 
- Whether to send the Access-Control-Allow-Credentials header to allow CORS requests with cookies.
- MaxAge intIn Seconds 
- The time in seconds for the client to cache preflight responses. This is sent as the Access-Control-Max-Age if greater than 0.
- AllowedHeaders []string
- The list of headers that will be allowed from the client via the Access-Control-Allow-Headers header. '*' will allow all headers.
- AllowedMethods []string
- The list of allowed HTTP methods that will be returned for the preflight OPTIONS request in the Access-Control-Allow-Methods header. '*' will allow all methods.
- AllowedOrigins []string
- The list of allowed origins that the CORS handler will use to respond to CORS requests. The gateway will send the Access-Control-Allow-Origin header with the best origin match for the circumstances. '*' will match any origins, and 'null' will match queries from 'file:' origins. All other origins must be qualified with the scheme, full hostname, and port if necessary.
- ExposedHeaders []string
- The list of headers that the client will be allowed to see from the response as indicated by the Access-Control-Expose-Headers header. '*' will expose all headers.
- IsAllow boolCredentials Enabled 
- Whether to send the Access-Control-Allow-Credentials header to allow CORS requests with cookies.
- MaxAge intIn Seconds 
- The time in seconds for the client to cache preflight responses. This is sent as the Access-Control-Max-Age if greater than 0.
- allowedHeaders List<String>
- The list of headers that will be allowed from the client via the Access-Control-Allow-Headers header. '*' will allow all headers.
- allowedMethods List<String>
- The list of allowed HTTP methods that will be returned for the preflight OPTIONS request in the Access-Control-Allow-Methods header. '*' will allow all methods.
- allowedOrigins List<String>
- The list of allowed origins that the CORS handler will use to respond to CORS requests. The gateway will send the Access-Control-Allow-Origin header with the best origin match for the circumstances. '*' will match any origins, and 'null' will match queries from 'file:' origins. All other origins must be qualified with the scheme, full hostname, and port if necessary.
- exposedHeaders List<String>
- The list of headers that the client will be allowed to see from the response as indicated by the Access-Control-Expose-Headers header. '*' will expose all headers.
- isAllow BooleanCredentials Enabled 
- Whether to send the Access-Control-Allow-Credentials header to allow CORS requests with cookies.
- maxAge IntegerIn Seconds 
- The time in seconds for the client to cache preflight responses. This is sent as the Access-Control-Max-Age if greater than 0.
- allowedHeaders string[]
- The list of headers that will be allowed from the client via the Access-Control-Allow-Headers header. '*' will allow all headers.
- allowedMethods string[]
- The list of allowed HTTP methods that will be returned for the preflight OPTIONS request in the Access-Control-Allow-Methods header. '*' will allow all methods.
- allowedOrigins string[]
- The list of allowed origins that the CORS handler will use to respond to CORS requests. The gateway will send the Access-Control-Allow-Origin header with the best origin match for the circumstances. '*' will match any origins, and 'null' will match queries from 'file:' origins. All other origins must be qualified with the scheme, full hostname, and port if necessary.
- exposedHeaders string[]
- The list of headers that the client will be allowed to see from the response as indicated by the Access-Control-Expose-Headers header. '*' will expose all headers.
- isAllow booleanCredentials Enabled 
- Whether to send the Access-Control-Allow-Credentials header to allow CORS requests with cookies.
- maxAge numberIn Seconds 
- The time in seconds for the client to cache preflight responses. This is sent as the Access-Control-Max-Age if greater than 0.
- allowed_headers Sequence[str]
- The list of headers that will be allowed from the client via the Access-Control-Allow-Headers header. '*' will allow all headers.
- allowed_methods Sequence[str]
- The list of allowed HTTP methods that will be returned for the preflight OPTIONS request in the Access-Control-Allow-Methods header. '*' will allow all methods.
- allowed_origins Sequence[str]
- The list of allowed origins that the CORS handler will use to respond to CORS requests. The gateway will send the Access-Control-Allow-Origin header with the best origin match for the circumstances. '*' will match any origins, and 'null' will match queries from 'file:' origins. All other origins must be qualified with the scheme, full hostname, and port if necessary.
- exposed_headers Sequence[str]
- The list of headers that the client will be allowed to see from the response as indicated by the Access-Control-Expose-Headers header. '*' will expose all headers.
- is_allow_ boolcredentials_ enabled 
- Whether to send the Access-Control-Allow-Credentials header to allow CORS requests with cookies.
- max_age_ intin_ seconds 
- The time in seconds for the client to cache preflight responses. This is sent as the Access-Control-Max-Age if greater than 0.
- allowedHeaders List<String>
- The list of headers that will be allowed from the client via the Access-Control-Allow-Headers header. '*' will allow all headers.
- allowedMethods List<String>
- The list of allowed HTTP methods that will be returned for the preflight OPTIONS request in the Access-Control-Allow-Methods header. '*' will allow all methods.
- allowedOrigins List<String>
- The list of allowed origins that the CORS handler will use to respond to CORS requests. The gateway will send the Access-Control-Allow-Origin header with the best origin match for the circumstances. '*' will match any origins, and 'null' will match queries from 'file:' origins. All other origins must be qualified with the scheme, full hostname, and port if necessary.
- exposedHeaders List<String>
- The list of headers that the client will be allowed to see from the response as indicated by the Access-Control-Expose-Headers header. '*' will expose all headers.
- isAllow BooleanCredentials Enabled 
- Whether to send the Access-Control-Allow-Credentials header to allow CORS requests with cookies.
- maxAge NumberIn Seconds 
- The time in seconds for the client to cache preflight responses. This is sent as the Access-Control-Max-Age if greater than 0.
GetDeploymentSpecificationRequestPolicyDynamicAuthentication      
- AuthenticationServers List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server> 
- List of authentication servers to choose from during dynamic authentication.
- SelectionSources List<GetDeployment Specification Request Policy Dynamic Authentication Selection Source> 
- Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
- AuthenticationServers []GetDeployment Specification Request Policy Dynamic Authentication Authentication Server 
- List of authentication servers to choose from during dynamic authentication.
- SelectionSources []GetDeployment Specification Request Policy Dynamic Authentication Selection Source 
- Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
- authenticationServers List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server> 
- List of authentication servers to choose from during dynamic authentication.
- selectionSources List<GetDeployment Specification Request Policy Dynamic Authentication Selection Source> 
- Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
- authenticationServers GetDeployment Specification Request Policy Dynamic Authentication Authentication Server[] 
- List of authentication servers to choose from during dynamic authentication.
- selectionSources GetDeployment Specification Request Policy Dynamic Authentication Selection Source[] 
- Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
- authentication_servers Sequence[GetDeployment Specification Request Policy Dynamic Authentication Authentication Server] 
- List of authentication servers to choose from during dynamic authentication.
- selection_sources Sequence[GetDeployment Specification Request Policy Dynamic Authentication Selection Source] 
- Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
- authenticationServers List<Property Map>
- List of authentication servers to choose from during dynamic authentication.
- selectionSources List<Property Map>
- Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServer        
- AuthenticationServer List<GetDetails Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail> 
- Information on how to authenticate incoming requests.
- Keys
List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Key> 
- Information around the values for selector of an authentication/ routing branch.
- AuthenticationServer []GetDetails Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail 
- Information on how to authenticate incoming requests.
- Keys
[]GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Key 
- Information around the values for selector of an authentication/ routing branch.
- authenticationServer List<GetDetails Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail> 
- Information on how to authenticate incoming requests.
- keys
List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Key> 
- Information around the values for selector of an authentication/ routing branch.
- authenticationServer GetDetails Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail[] 
- Information on how to authenticate incoming requests.
- keys
GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Key[] 
- Information around the values for selector of an authentication/ routing branch.
- authentication_server_ Sequence[Getdetails Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail] 
- Information on how to authenticate incoming requests.
- keys
Sequence[GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Key] 
- Information around the values for selector of an authentication/ routing branch.
- authenticationServer List<Property Map>Details 
- Information on how to authenticate incoming requests.
- keys List<Property Map>
- Information around the values for selector of an authentication/ routing branch.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetail           
- Audiences List<string>
- The list of intended recipients for the token.
- CacheKeys List<string>
- A list of keys from "parameters" attribute value whose values will be added to the cache key.
- FunctionId string
- The OCID of the Oracle Functions function resource.
- IsAnonymous boolAccess Allowed 
- Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
- Issuers List<string>
- A list of parties that could have issued the token.
- MaxClock doubleSkew In Seconds 
- The maximum expected time difference between the system clocks of the token issuer and the API Gateway.
- Parameters Dictionary<string, string>
- The List of Query Parameters
- PublicKeys List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Public Key> 
- A set of Public Keys that will be used to verify the JWT signature.
- TokenAuth stringScheme 
- The authentication scheme that is to be used when authenticating the token. This must to be provided if "tokenHeader" is specified.
- TokenHeader string
- The name of the header containing the authentication token.
- TokenQuery stringParam 
- The name of the query parameter containing the authentication token.
- Type string
- Type of the Response Cache Store Policy.
- ValidationFailure List<GetPolicies Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy> 
- Policy for defining behaviour on validation failure.
- ValidationPolicies List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy> 
- Authentication Policies for the Token Authentication types.
- VerifyClaims List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Verify Claim> 
- A list of claims which should be validated to consider the token valid.
- Audiences []string
- The list of intended recipients for the token.
- CacheKeys []string
- A list of keys from "parameters" attribute value whose values will be added to the cache key.
- FunctionId string
- The OCID of the Oracle Functions function resource.
- IsAnonymous boolAccess Allowed 
- Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
- Issuers []string
- A list of parties that could have issued the token.
- MaxClock float64Skew In Seconds 
- The maximum expected time difference between the system clocks of the token issuer and the API Gateway.
- Parameters map[string]string
- The List of Query Parameters
- PublicKeys []GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Public Key 
- A set of Public Keys that will be used to verify the JWT signature.
- TokenAuth stringScheme 
- The authentication scheme that is to be used when authenticating the token. This must to be provided if "tokenHeader" is specified.
- TokenHeader string
- The name of the header containing the authentication token.
- TokenQuery stringParam 
- The name of the query parameter containing the authentication token.
- Type string
- Type of the Response Cache Store Policy.
- ValidationFailure []GetPolicies Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy 
- Policy for defining behaviour on validation failure.
- ValidationPolicies []GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy 
- Authentication Policies for the Token Authentication types.
- VerifyClaims []GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Verify Claim 
- A list of claims which should be validated to consider the token valid.
- audiences List<String>
- The list of intended recipients for the token.
- cacheKeys List<String>
- A list of keys from "parameters" attribute value whose values will be added to the cache key.
- functionId String
- The OCID of the Oracle Functions function resource.
- isAnonymous BooleanAccess Allowed 
- Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
- issuers List<String>
- A list of parties that could have issued the token.
- maxClock DoubleSkew In Seconds 
- The maximum expected time difference between the system clocks of the token issuer and the API Gateway.
- parameters Map<String,String>
- The List of Query Parameters
- publicKeys List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Public Key> 
- A set of Public Keys that will be used to verify the JWT signature.
- tokenAuth StringScheme 
- The authentication scheme that is to be used when authenticating the token. This must to be provided if "tokenHeader" is specified.
- tokenHeader String
- The name of the header containing the authentication token.
- tokenQuery StringParam 
- The name of the query parameter containing the authentication token.
- type String
- Type of the Response Cache Store Policy.
- validationFailure List<GetPolicies Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy> 
- Policy for defining behaviour on validation failure.
- validationPolicies List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy> 
- Authentication Policies for the Token Authentication types.
- verifyClaims List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Verify Claim> 
- A list of claims which should be validated to consider the token valid.
- audiences string[]
- The list of intended recipients for the token.
- cacheKeys string[]
- A list of keys from "parameters" attribute value whose values will be added to the cache key.
- functionId string
- The OCID of the Oracle Functions function resource.
- isAnonymous booleanAccess Allowed 
- Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
- issuers string[]
- A list of parties that could have issued the token.
- maxClock numberSkew In Seconds 
- The maximum expected time difference between the system clocks of the token issuer and the API Gateway.
- parameters {[key: string]: string}
- The List of Query Parameters
- publicKeys GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Public Key[] 
- A set of Public Keys that will be used to verify the JWT signature.
- tokenAuth stringScheme 
- The authentication scheme that is to be used when authenticating the token. This must to be provided if "tokenHeader" is specified.
- tokenHeader string
- The name of the header containing the authentication token.
- tokenQuery stringParam 
- The name of the query parameter containing the authentication token.
- type string
- Type of the Response Cache Store Policy.
- validationFailure GetPolicies Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy[] 
- Policy for defining behaviour on validation failure.
- validationPolicies GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy[] 
- Authentication Policies for the Token Authentication types.
- verifyClaims GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Verify Claim[] 
- A list of claims which should be validated to consider the token valid.
- audiences Sequence[str]
- The list of intended recipients for the token.
- cache_keys Sequence[str]
- A list of keys from "parameters" attribute value whose values will be added to the cache key.
- function_id str
- The OCID of the Oracle Functions function resource.
- is_anonymous_ boolaccess_ allowed 
- Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
- issuers Sequence[str]
- A list of parties that could have issued the token.
- max_clock_ floatskew_ in_ seconds 
- The maximum expected time difference between the system clocks of the token issuer and the API Gateway.
- parameters Mapping[str, str]
- The List of Query Parameters
- public_keys Sequence[GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Public Key] 
- A set of Public Keys that will be used to verify the JWT signature.
- token_auth_ strscheme 
- The authentication scheme that is to be used when authenticating the token. This must to be provided if "tokenHeader" is specified.
- token_header str
- The name of the header containing the authentication token.
- token_query_ strparam 
- The name of the query parameter containing the authentication token.
- type str
- Type of the Response Cache Store Policy.
- validation_failure_ Sequence[Getpolicies Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy] 
- Policy for defining behaviour on validation failure.
- validation_policies Sequence[GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy] 
- Authentication Policies for the Token Authentication types.
- verify_claims Sequence[GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Verify Claim] 
- A list of claims which should be validated to consider the token valid.
- audiences List<String>
- The list of intended recipients for the token.
- cacheKeys List<String>
- A list of keys from "parameters" attribute value whose values will be added to the cache key.
- functionId String
- The OCID of the Oracle Functions function resource.
- isAnonymous BooleanAccess Allowed 
- Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
- issuers List<String>
- A list of parties that could have issued the token.
- maxClock NumberSkew In Seconds 
- The maximum expected time difference between the system clocks of the token issuer and the API Gateway.
- parameters Map<String>
- The List of Query Parameters
- publicKeys List<Property Map>
- A set of Public Keys that will be used to verify the JWT signature.
- tokenAuth StringScheme 
- The authentication scheme that is to be used when authenticating the token. This must to be provided if "tokenHeader" is specified.
- tokenHeader String
- The name of the header containing the authentication token.
- tokenQuery StringParam 
- The name of the query parameter containing the authentication token.
- type String
- Type of the Response Cache Store Policy.
- validationFailure List<Property Map>Policies 
- Policy for defining behaviour on validation failure.
- validationPolicies List<Property Map>
- Authentication Policies for the Token Authentication types.
- verifyClaims List<Property Map>
- A list of claims which should be validated to consider the token valid.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKey             
- IsSsl boolVerify Disabled 
- Defines whether or not to uphold SSL verification.
- Keys
List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Public Key Key> 
- The set of static public keys.
- MaxCache intDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- Type string
- Type of the Response Cache Store Policy.
- Uri string
- The uri from which to retrieve the key. It must be accessible without authentication.
- IsSsl boolVerify Disabled 
- Defines whether or not to uphold SSL verification.
- Keys
[]GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Public Key Key 
- The set of static public keys.
- MaxCache intDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- Type string
- Type of the Response Cache Store Policy.
- Uri string
- The uri from which to retrieve the key. It must be accessible without authentication.
- isSsl BooleanVerify Disabled 
- Defines whether or not to uphold SSL verification.
- keys
List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Public Key Key> 
- The set of static public keys.
- maxCache IntegerDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- type String
- Type of the Response Cache Store Policy.
- uri String
- The uri from which to retrieve the key. It must be accessible without authentication.
- isSsl booleanVerify Disabled 
- Defines whether or not to uphold SSL verification.
- keys
GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Public Key Key[] 
- The set of static public keys.
- maxCache numberDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- type string
- Type of the Response Cache Store Policy.
- uri string
- The uri from which to retrieve the key. It must be accessible without authentication.
- is_ssl_ boolverify_ disabled 
- Defines whether or not to uphold SSL verification.
- keys
Sequence[GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Public Key Key] 
- The set of static public keys.
- max_cache_ intduration_ in_ hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- type str
- Type of the Response Cache Store Policy.
- uri str
- The uri from which to retrieve the key. It must be accessible without authentication.
- isSsl BooleanVerify Disabled 
- Defines whether or not to uphold SSL verification.
- keys List<Property Map>
- The set of static public keys.
- maxCache NumberDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- type String
- Type of the Response Cache Store Policy.
- uri String
- The uri from which to retrieve the key. It must be accessible without authentication.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeyKey              
- Alg string
- The algorithm intended for use with this key.
- E string
- The base64 url encoded exponent of the RSA public key represented by this key.
- Format string
- The format of the public key.
- Key string
- Information around the values for selector of an authentication/ routing branch.
- KeyOps List<string>
- The operations for which this key is to be used.
- Kid string
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- Kty string
- The key type.
- N string
- The base64 url encoded modulus of the RSA public key represented by this key.
- Use string
- The intended use of the public key.
- Alg string
- The algorithm intended for use with this key.
- E string
- The base64 url encoded exponent of the RSA public key represented by this key.
- Format string
- The format of the public key.
- Key string
- Information around the values for selector of an authentication/ routing branch.
- KeyOps []string
- The operations for which this key is to be used.
- Kid string
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- Kty string
- The key type.
- N string
- The base64 url encoded modulus of the RSA public key represented by this key.
- Use string
- The intended use of the public key.
- alg String
- The algorithm intended for use with this key.
- e String
- The base64 url encoded exponent of the RSA public key represented by this key.
- format String
- The format of the public key.
- key String
- Information around the values for selector of an authentication/ routing branch.
- keyOps List<String>
- The operations for which this key is to be used.
- kid String
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- kty String
- The key type.
- n String
- The base64 url encoded modulus of the RSA public key represented by this key.
- use String
- The intended use of the public key.
- alg string
- The algorithm intended for use with this key.
- e string
- The base64 url encoded exponent of the RSA public key represented by this key.
- format string
- The format of the public key.
- key string
- Information around the values for selector of an authentication/ routing branch.
- keyOps string[]
- The operations for which this key is to be used.
- kid string
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- kty string
- The key type.
- n string
- The base64 url encoded modulus of the RSA public key represented by this key.
- use string
- The intended use of the public key.
- alg str
- The algorithm intended for use with this key.
- e str
- The base64 url encoded exponent of the RSA public key represented by this key.
- format str
- The format of the public key.
- key str
- Information around the values for selector of an authentication/ routing branch.
- key_ops Sequence[str]
- The operations for which this key is to be used.
- kid str
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- kty str
- The key type.
- n str
- The base64 url encoded modulus of the RSA public key represented by this key.
- use str
- The intended use of the public key.
- alg String
- The algorithm intended for use with this key.
- e String
- The base64 url encoded exponent of the RSA public key represented by this key.
- format String
- The format of the public key.
- key String
- Information around the values for selector of an authentication/ routing branch.
- keyOps List<String>
- The operations for which this key is to be used.
- kid String
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- kty String
- The key type.
- n String
- The base64 url encoded modulus of the RSA public key represented by this key.
- use String
- The intended use of the public key.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicy              
- ClientDetails List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Client Detail> 
- Client App Credential details.
- FallbackRedirect stringPath 
- The path to be used as fallback after OAuth2.
- LogoutPath string
- The path to be used as logout.
- MaxExpiry intDuration In Hours 
- The duration for which the OAuth2 success token should be cached before it is fetched again.
- ResponseCode string
- HTTP response code, can include context variables.
- ResponseHeader List<GetTransformations Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation> 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- ResponseMessage string
- HTTP response message.
- ResponseType string
- Response Type.
- Scopes List<string>
- List of scopes.
- SourceUri List<GetDetails Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Source Uri Detail> 
- Auth endpoint details.
- Type string
- Type of the Response Cache Store Policy.
- bool
- Defines whether or not to use cookies for OAuth2 intermediate steps.
- bool
- Defines whether or not to use cookies for session maintenance.
- UsePkce bool
- Defines whether or not to support PKCE.
- ClientDetails []GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Client Detail 
- Client App Credential details.
- FallbackRedirect stringPath 
- The path to be used as fallback after OAuth2.
- LogoutPath string
- The path to be used as logout.
- MaxExpiry intDuration In Hours 
- The duration for which the OAuth2 success token should be cached before it is fetched again.
- ResponseCode string
- HTTP response code, can include context variables.
- ResponseHeader []GetTransformations Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- ResponseMessage string
- HTTP response message.
- ResponseType string
- Response Type.
- Scopes []string
- List of scopes.
- SourceUri []GetDetails Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Source Uri Detail 
- Auth endpoint details.
- Type string
- Type of the Response Cache Store Policy.
- bool
- Defines whether or not to use cookies for OAuth2 intermediate steps.
- bool
- Defines whether or not to use cookies for session maintenance.
- UsePkce bool
- Defines whether or not to support PKCE.
- clientDetails List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Client Detail> 
- Client App Credential details.
- fallbackRedirect StringPath 
- The path to be used as fallback after OAuth2.
- logoutPath String
- The path to be used as logout.
- maxExpiry IntegerDuration In Hours 
- The duration for which the OAuth2 success token should be cached before it is fetched again.
- responseCode String
- HTTP response code, can include context variables.
- responseHeader List<GetTransformations Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation> 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- responseMessage String
- HTTP response message.
- responseType String
- Response Type.
- scopes List<String>
- List of scopes.
- sourceUri List<GetDetails Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Source Uri Detail> 
- Auth endpoint details.
- type String
- Type of the Response Cache Store Policy.
- Boolean
- Defines whether or not to use cookies for OAuth2 intermediate steps.
- Boolean
- Defines whether or not to use cookies for session maintenance.
- usePkce Boolean
- Defines whether or not to support PKCE.
- clientDetails GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Client Detail[] 
- Client App Credential details.
- fallbackRedirect stringPath 
- The path to be used as fallback after OAuth2.
- logoutPath string
- The path to be used as logout.
- maxExpiry numberDuration In Hours 
- The duration for which the OAuth2 success token should be cached before it is fetched again.
- responseCode string
- HTTP response code, can include context variables.
- responseHeader GetTransformations Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation[] 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- responseMessage string
- HTTP response message.
- responseType string
- Response Type.
- scopes string[]
- List of scopes.
- sourceUri GetDetails Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Source Uri Detail[] 
- Auth endpoint details.
- type string
- Type of the Response Cache Store Policy.
- boolean
- Defines whether or not to use cookies for OAuth2 intermediate steps.
- boolean
- Defines whether or not to use cookies for session maintenance.
- usePkce boolean
- Defines whether or not to support PKCE.
- client_details Sequence[GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Client Detail] 
- Client App Credential details.
- fallback_redirect_ strpath 
- The path to be used as fallback after OAuth2.
- logout_path str
- The path to be used as logout.
- max_expiry_ intduration_ in_ hours 
- The duration for which the OAuth2 success token should be cached before it is fetched again.
- response_code str
- HTTP response code, can include context variables.
- response_header_ Sequence[Gettransformations Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation] 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- response_message str
- HTTP response message.
- response_type str
- Response Type.
- scopes Sequence[str]
- List of scopes.
- source_uri_ Sequence[Getdetails Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Source Uri Detail] 
- Auth endpoint details.
- type str
- Type of the Response Cache Store Policy.
- bool
- Defines whether or not to use cookies for OAuth2 intermediate steps.
- bool
- Defines whether or not to use cookies for session maintenance.
- use_pkce bool
- Defines whether or not to support PKCE.
- clientDetails List<Property Map>
- Client App Credential details.
- fallbackRedirect StringPath 
- The path to be used as fallback after OAuth2.
- logoutPath String
- The path to be used as logout.
- maxExpiry NumberDuration In Hours 
- The duration for which the OAuth2 success token should be cached before it is fetched again.
- responseCode String
- HTTP response code, can include context variables.
- responseHeader List<Property Map>Transformations 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- responseMessage String
- HTTP response message.
- responseType String
- Response Type.
- scopes List<String>
- List of scopes.
- sourceUri List<Property Map>Details 
- Auth endpoint details.
- type String
- Type of the Response Cache Store Policy.
- Boolean
- Defines whether or not to use cookies for OAuth2 intermediate steps.
- Boolean
- Defines whether or not to use cookies for session maintenance.
- usePkce Boolean
- Defines whether or not to support PKCE.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyClientDetail                
- ClientId string
- Client ID for the OAuth2/OIDC app.
- ClientSecret stringId 
- The OCID of the Oracle Vault Service secret resource.
- ClientSecret stringVersion Number 
- The version number of the client secret to use.
- Type string
- Type of the Response Cache Store Policy.
- ClientId string
- Client ID for the OAuth2/OIDC app.
- ClientSecret stringId 
- The OCID of the Oracle Vault Service secret resource.
- ClientSecret stringVersion Number 
- The version number of the client secret to use.
- Type string
- Type of the Response Cache Store Policy.
- clientId String
- Client ID for the OAuth2/OIDC app.
- clientSecret StringId 
- The OCID of the Oracle Vault Service secret resource.
- clientSecret StringVersion Number 
- The version number of the client secret to use.
- type String
- Type of the Response Cache Store Policy.
- clientId string
- Client ID for the OAuth2/OIDC app.
- clientSecret stringId 
- The OCID of the Oracle Vault Service secret resource.
- clientSecret stringVersion Number 
- The version number of the client secret to use.
- type string
- Type of the Response Cache Store Policy.
- client_id str
- Client ID for the OAuth2/OIDC app.
- client_secret_ strid 
- The OCID of the Oracle Vault Service secret resource.
- client_secret_ strversion_ number 
- The version number of the client secret to use.
- type str
- Type of the Response Cache Store Policy.
- clientId String
- Client ID for the OAuth2/OIDC app.
- clientSecret StringId 
- The OCID of the Oracle Vault Service secret resource.
- clientSecret StringVersion Number 
- The version number of the client secret to use.
- type String
- Type of the Response Cache Store Policy.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformation                 
- FilterHeaders List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Filter Header> 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- RenameHeaders List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Rename Header> 
- Rename HTTP headers as they pass through the gateway.
- SetHeaders List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Set Header> 
- Set HTTP headers as they pass through the gateway.
- FilterHeaders []GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Filter Header 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- RenameHeaders []GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Rename Header 
- Rename HTTP headers as they pass through the gateway.
- SetHeaders []GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Set Header 
- Set HTTP headers as they pass through the gateway.
- filterHeaders List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Filter Header> 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- renameHeaders List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Rename Header> 
- Rename HTTP headers as they pass through the gateway.
- setHeaders List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Set Header> 
- Set HTTP headers as they pass through the gateway.
- filterHeaders GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Filter Header[] 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- renameHeaders GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Rename Header[] 
- Rename HTTP headers as they pass through the gateway.
- setHeaders GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Set Header[] 
- Set HTTP headers as they pass through the gateway.
- filter_headers Sequence[GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Filter Header] 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- rename_headers Sequence[GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Rename Header] 
- Rename HTTP headers as they pass through the gateway.
- set_headers Sequence[GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Set Header] 
- Set HTTP headers as they pass through the gateway.
- filterHeaders List<Property Map>
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- renameHeaders List<Property Map>
- Rename HTTP headers as they pass through the gateway.
- setHeaders List<Property Map>
- Set HTTP headers as they pass through the gateway.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationFilterHeader                   
- Items
List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Filter Header Item> 
- The list of headers.
- Type string
- Type of the Response Cache Store Policy.
- Items
[]GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Filter Header Item 
- The list of headers.
- Type string
- Type of the Response Cache Store Policy.
- items
List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Filter Header Item> 
- The list of headers.
- type String
- Type of the Response Cache Store Policy.
- items
GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Filter Header Item[] 
- The list of headers.
- type string
- Type of the Response Cache Store Policy.
- items
Sequence[GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Failure Policy Response Header Transformation Filter Header Item] 
- The list of headers.
- type str
- Type of the Response Cache Store Policy.
- items List<Property Map>
- The list of headers.
- type String
- Type of the Response Cache Store Policy.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationFilterHeaderItem                    
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name str
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationRenameHeader                   
- items List<Property Map>
- The list of headers.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationRenameHeaderItem                    
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationSetHeader                   
- items List<Property Map>
- The list of headers.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationSetHeaderItem                    
- IfExists string
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- Values List<string>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- IfExists string
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- Values []string
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- ifExists String
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- ifExists string
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values string[]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- if_exists str
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name str
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values Sequence[str]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- ifExists String
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicySourceUriDetail                 
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicy             
- AdditionalValidation List<GetPolicies Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Additional Validation Policy> 
- Additional JWT validation checks.
- ClientDetails List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Client Detail> 
- Client App Credential details.
- IsSsl boolVerify Disabled 
- Defines whether or not to uphold SSL verification.
- Keys
List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Key> 
- The set of static public keys.
- MaxCache intDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- SourceUri List<GetDetails Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Source Uri Detail> 
- Auth endpoint details.
- Type string
- Type of the Response Cache Store Policy.
- Uri string
- The uri from which to retrieve the key. It must be accessible without authentication.
- AdditionalValidation []GetPolicies Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Additional Validation Policy 
- Additional JWT validation checks.
- ClientDetails []GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Client Detail 
- Client App Credential details.
- IsSsl boolVerify Disabled 
- Defines whether or not to uphold SSL verification.
- Keys
[]GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Key 
- The set of static public keys.
- MaxCache intDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- SourceUri []GetDetails Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Source Uri Detail 
- Auth endpoint details.
- Type string
- Type of the Response Cache Store Policy.
- Uri string
- The uri from which to retrieve the key. It must be accessible without authentication.
- additionalValidation List<GetPolicies Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Additional Validation Policy> 
- Additional JWT validation checks.
- clientDetails List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Client Detail> 
- Client App Credential details.
- isSsl BooleanVerify Disabled 
- Defines whether or not to uphold SSL verification.
- keys
List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Key> 
- The set of static public keys.
- maxCache IntegerDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- sourceUri List<GetDetails Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Source Uri Detail> 
- Auth endpoint details.
- type String
- Type of the Response Cache Store Policy.
- uri String
- The uri from which to retrieve the key. It must be accessible without authentication.
- additionalValidation GetPolicies Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Additional Validation Policy[] 
- Additional JWT validation checks.
- clientDetails GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Client Detail[] 
- Client App Credential details.
- isSsl booleanVerify Disabled 
- Defines whether or not to uphold SSL verification.
- keys
GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Key[] 
- The set of static public keys.
- maxCache numberDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- sourceUri GetDetails Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Source Uri Detail[] 
- Auth endpoint details.
- type string
- Type of the Response Cache Store Policy.
- uri string
- The uri from which to retrieve the key. It must be accessible without authentication.
- additional_validation_ Sequence[Getpolicies Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Additional Validation Policy] 
- Additional JWT validation checks.
- client_details Sequence[GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Client Detail] 
- Client App Credential details.
- is_ssl_ boolverify_ disabled 
- Defines whether or not to uphold SSL verification.
- keys
Sequence[GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Key] 
- The set of static public keys.
- max_cache_ intduration_ in_ hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- source_uri_ Sequence[Getdetails Deployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Source Uri Detail] 
- Auth endpoint details.
- type str
- Type of the Response Cache Store Policy.
- uri str
- The uri from which to retrieve the key. It must be accessible without authentication.
- additionalValidation List<Property Map>Policies 
- Additional JWT validation checks.
- clientDetails List<Property Map>
- Client App Credential details.
- isSsl BooleanVerify Disabled 
- Defines whether or not to uphold SSL verification.
- keys List<Property Map>
- The set of static public keys.
- maxCache NumberDuration In Hours 
- The duration for which the introspect URL response should be cached before it is fetched again.
- sourceUri List<Property Map>Details 
- Auth endpoint details.
- type String
- Type of the Response Cache Store Policy.
- uri String
- The uri from which to retrieve the key. It must be accessible without authentication.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicy                
- Audiences List<string>
- The list of intended recipients for the token.
- Issuers List<string>
- A list of parties that could have issued the token.
- VerifyClaims List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Additional Validation Policy Verify Claim> 
- A list of claims which should be validated to consider the token valid.
- Audiences []string
- The list of intended recipients for the token.
- Issuers []string
- A list of parties that could have issued the token.
- VerifyClaims []GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Additional Validation Policy Verify Claim 
- A list of claims which should be validated to consider the token valid.
- audiences List<String>
- The list of intended recipients for the token.
- issuers List<String>
- A list of parties that could have issued the token.
- verifyClaims List<GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Additional Validation Policy Verify Claim> 
- A list of claims which should be validated to consider the token valid.
- audiences string[]
- The list of intended recipients for the token.
- issuers string[]
- A list of parties that could have issued the token.
- verifyClaims GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Additional Validation Policy Verify Claim[] 
- A list of claims which should be validated to consider the token valid.
- audiences Sequence[str]
- The list of intended recipients for the token.
- issuers Sequence[str]
- A list of parties that could have issued the token.
- verify_claims Sequence[GetDeployment Specification Request Policy Dynamic Authentication Authentication Server Authentication Server Detail Validation Policy Additional Validation Policy Verify Claim] 
- A list of claims which should be validated to consider the token valid.
- audiences List<String>
- The list of intended recipients for the token.
- issuers List<String>
- A list of parties that could have issued the token.
- verifyClaims List<Property Map>
- A list of claims which should be validated to consider the token valid.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyVerifyClaim                  
- IsRequired bool
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- Key string
- Information around the values for selector of an authentication/ routing branch.
- Values List<string>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- IsRequired bool
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- Key string
- Information around the values for selector of an authentication/ routing branch.
- Values []string
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- isRequired Boolean
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- key String
- Information around the values for selector of an authentication/ routing branch.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- isRequired boolean
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- key string
- Information around the values for selector of an authentication/ routing branch.
- values string[]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- is_required bool
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- key str
- Information around the values for selector of an authentication/ routing branch.
- values Sequence[str]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- isRequired Boolean
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- key String
- Information around the values for selector of an authentication/ routing branch.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyClientDetail               
- ClientId string
- Client ID for the OAuth2/OIDC app.
- ClientSecret stringId 
- The OCID of the Oracle Vault Service secret resource.
- ClientSecret stringVersion Number 
- The version number of the client secret to use.
- Type string
- Type of the Response Cache Store Policy.
- ClientId string
- Client ID for the OAuth2/OIDC app.
- ClientSecret stringId 
- The OCID of the Oracle Vault Service secret resource.
- ClientSecret stringVersion Number 
- The version number of the client secret to use.
- Type string
- Type of the Response Cache Store Policy.
- clientId String
- Client ID for the OAuth2/OIDC app.
- clientSecret StringId 
- The OCID of the Oracle Vault Service secret resource.
- clientSecret StringVersion Number 
- The version number of the client secret to use.
- type String
- Type of the Response Cache Store Policy.
- clientId string
- Client ID for the OAuth2/OIDC app.
- clientSecret stringId 
- The OCID of the Oracle Vault Service secret resource.
- clientSecret stringVersion Number 
- The version number of the client secret to use.
- type string
- Type of the Response Cache Store Policy.
- client_id str
- Client ID for the OAuth2/OIDC app.
- client_secret_ strid 
- The OCID of the Oracle Vault Service secret resource.
- client_secret_ strversion_ number 
- The version number of the client secret to use.
- type str
- Type of the Response Cache Store Policy.
- clientId String
- Client ID for the OAuth2/OIDC app.
- clientSecret StringId 
- The OCID of the Oracle Vault Service secret resource.
- clientSecret StringVersion Number 
- The version number of the client secret to use.
- type String
- Type of the Response Cache Store Policy.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyKey              
- Alg string
- The algorithm intended for use with this key.
- E string
- The base64 url encoded exponent of the RSA public key represented by this key.
- Format string
- The format of the public key.
- Key string
- Information around the values for selector of an authentication/ routing branch.
- KeyOps List<string>
- The operations for which this key is to be used.
- Kid string
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- Kty string
- The key type.
- N string
- The base64 url encoded modulus of the RSA public key represented by this key.
- Use string
- The intended use of the public key.
- Alg string
- The algorithm intended for use with this key.
- E string
- The base64 url encoded exponent of the RSA public key represented by this key.
- Format string
- The format of the public key.
- Key string
- Information around the values for selector of an authentication/ routing branch.
- KeyOps []string
- The operations for which this key is to be used.
- Kid string
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- Kty string
- The key type.
- N string
- The base64 url encoded modulus of the RSA public key represented by this key.
- Use string
- The intended use of the public key.
- alg String
- The algorithm intended for use with this key.
- e String
- The base64 url encoded exponent of the RSA public key represented by this key.
- format String
- The format of the public key.
- key String
- Information around the values for selector of an authentication/ routing branch.
- keyOps List<String>
- The operations for which this key is to be used.
- kid String
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- kty String
- The key type.
- n String
- The base64 url encoded modulus of the RSA public key represented by this key.
- use String
- The intended use of the public key.
- alg string
- The algorithm intended for use with this key.
- e string
- The base64 url encoded exponent of the RSA public key represented by this key.
- format string
- The format of the public key.
- key string
- Information around the values for selector of an authentication/ routing branch.
- keyOps string[]
- The operations for which this key is to be used.
- kid string
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- kty string
- The key type.
- n string
- The base64 url encoded modulus of the RSA public key represented by this key.
- use string
- The intended use of the public key.
- alg str
- The algorithm intended for use with this key.
- e str
- The base64 url encoded exponent of the RSA public key represented by this key.
- format str
- The format of the public key.
- key str
- Information around the values for selector of an authentication/ routing branch.
- key_ops Sequence[str]
- The operations for which this key is to be used.
- kid str
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- kty str
- The key type.
- n str
- The base64 url encoded modulus of the RSA public key represented by this key.
- use str
- The intended use of the public key.
- alg String
- The algorithm intended for use with this key.
- e String
- The base64 url encoded exponent of the RSA public key represented by this key.
- format String
- The format of the public key.
- key String
- Information around the values for selector of an authentication/ routing branch.
- keyOps List<String>
- The operations for which this key is to be used.
- kid String
- A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
- kty String
- The key type.
- n String
- The base64 url encoded modulus of the RSA public key represented by this key.
- use String
- The intended use of the public key.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicySourceUriDetail                
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerAuthenticationServerDetailVerifyClaim             
- IsRequired bool
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- Key string
- Information around the values for selector of an authentication/ routing branch.
- Values List<string>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- IsRequired bool
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- Key string
- Information around the values for selector of an authentication/ routing branch.
- Values []string
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- isRequired Boolean
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- key String
- Information around the values for selector of an authentication/ routing branch.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- isRequired boolean
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- key string
- Information around the values for selector of an authentication/ routing branch.
- values string[]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- is_required bool
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- key str
- Information around the values for selector of an authentication/ routing branch.
- values Sequence[str]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- isRequired Boolean
- Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
- key String
- Information around the values for selector of an authentication/ routing branch.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationAuthenticationServerKey         
- Expression string
- String describing the expression with wildcards.
- IsDefault bool
- Information regarding whether this is the default branch.
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- Type string
- Type of the Response Cache Store Policy.
- Values List<string>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- Expression string
- String describing the expression with wildcards.
- IsDefault bool
- Information regarding whether this is the default branch.
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- Type string
- Type of the Response Cache Store Policy.
- Values []string
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- expression String
- String describing the expression with wildcards.
- isDefault Boolean
- Information regarding whether this is the default branch.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
- type String
- Type of the Response Cache Store Policy.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- expression string
- String describing the expression with wildcards.
- isDefault boolean
- Information regarding whether this is the default branch.
- name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- type string
- Type of the Response Cache Store Policy.
- values string[]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- expression str
- String describing the expression with wildcards.
- is_default bool
- Information regarding whether this is the default branch.
- name str
- The case-insensitive name of the header. This name must be unique across transformation policies.
- type str
- Type of the Response Cache Store Policy.
- values Sequence[str]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- expression String
- String describing the expression with wildcards.
- isDefault Boolean
- Information regarding whether this is the default branch.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
- type String
- Type of the Response Cache Store Policy.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
GetDeploymentSpecificationRequestPolicyDynamicAuthenticationSelectionSource        
GetDeploymentSpecificationRequestPolicyMutualTl      
- AllowedSans List<string>
- Allowed list of CN or SAN which will be used for verification of certificate.
- IsVerified boolCertificate Required 
- Determines whether to enable client verification when API Consumer makes connection to the gateway.
- AllowedSans []string
- Allowed list of CN or SAN which will be used for verification of certificate.
- IsVerified boolCertificate Required 
- Determines whether to enable client verification when API Consumer makes connection to the gateway.
- allowedSans List<String>
- Allowed list of CN or SAN which will be used for verification of certificate.
- isVerified BooleanCertificate Required 
- Determines whether to enable client verification when API Consumer makes connection to the gateway.
- allowedSans string[]
- Allowed list of CN or SAN which will be used for verification of certificate.
- isVerified booleanCertificate Required 
- Determines whether to enable client verification when API Consumer makes connection to the gateway.
- allowed_sans Sequence[str]
- Allowed list of CN or SAN which will be used for verification of certificate.
- is_verified_ boolcertificate_ required 
- Determines whether to enable client verification when API Consumer makes connection to the gateway.
- allowedSans List<String>
- Allowed list of CN or SAN which will be used for verification of certificate.
- isVerified BooleanCertificate Required 
- Determines whether to enable client verification when API Consumer makes connection to the gateway.
GetDeploymentSpecificationRequestPolicyRateLimiting      
- RateIn intRequests Per Second 
- The maximum number of requests per second to allow.
- RateKey string
- The key used to group requests together.
- RateIn intRequests Per Second 
- The maximum number of requests per second to allow.
- RateKey string
- The key used to group requests together.
- rateIn IntegerRequests Per Second 
- The maximum number of requests per second to allow.
- rateKey String
- The key used to group requests together.
- rateIn numberRequests Per Second 
- The maximum number of requests per second to allow.
- rateKey string
- The key used to group requests together.
- rate_in_ intrequests_ per_ second 
- The maximum number of requests per second to allow.
- rate_key str
- The key used to group requests together.
- rateIn NumberRequests Per Second 
- The maximum number of requests per second to allow.
- rateKey String
- The key used to group requests together.
GetDeploymentSpecificationRequestPolicyUsagePlan      
- TokenLocations List<string>
- A list of context variables specifying where API tokens may be located in a request. Example locations:- "request.headers[token]"
- "request.query[token]"
- "request.auth[Token]"
- "request.path[TOKEN]"
 
- TokenLocations []string
- A list of context variables specifying where API tokens may be located in a request. Example locations:- "request.headers[token]"
- "request.query[token]"
- "request.auth[Token]"
- "request.path[TOKEN]"
 
- tokenLocations List<String>
- A list of context variables specifying where API tokens may be located in a request. Example locations:- "request.headers[token]"
- "request.query[token]"
- "request.auth[Token]"
- "request.path[TOKEN]"
 
- tokenLocations string[]
- A list of context variables specifying where API tokens may be located in a request. Example locations:- "request.headers[token]"
- "request.query[token]"
- "request.auth[Token]"
- "request.path[TOKEN]"
 
- token_locations Sequence[str]
- A list of context variables specifying where API tokens may be located in a request. Example locations:- "request.headers[token]"
- "request.query[token]"
- "request.auth[Token]"
- "request.path[TOKEN]"
 
- tokenLocations List<String>
- A list of context variables specifying where API tokens may be located in a request. Example locations:- "request.headers[token]"
- "request.query[token]"
- "request.auth[Token]"
- "request.path[TOKEN]"
 
GetDeploymentSpecificationRoute   
- Backends
List<GetDeployment Specification Route Backend> 
- The backend to forward requests to.
- LoggingPolicies List<GetDeployment Specification Route Logging Policy> 
- Policies controlling the pushing of logs to Oracle Cloud Infrastructure Public Logging.
- Methods List<string>
- A list of allowed methods on this route.
- Path string
- A URL path pattern that must be matched on this route. The path pattern may contain a subset of RFC 6570 identifiers to allow wildcard and parameterized matching.
- RequestPolicies List<GetDeployment Specification Route Request Policy> 
- Behavior applied to any requests received by the API on this route.
- ResponsePolicies List<GetDeployment Specification Route Response Policy> 
- Behavior applied to any responses sent by the API for requests on this route.
- Backends
[]GetDeployment Specification Route Backend 
- The backend to forward requests to.
- LoggingPolicies []GetDeployment Specification Route Logging Policy 
- Policies controlling the pushing of logs to Oracle Cloud Infrastructure Public Logging.
- Methods []string
- A list of allowed methods on this route.
- Path string
- A URL path pattern that must be matched on this route. The path pattern may contain a subset of RFC 6570 identifiers to allow wildcard and parameterized matching.
- RequestPolicies []GetDeployment Specification Route Request Policy 
- Behavior applied to any requests received by the API on this route.
- ResponsePolicies []GetDeployment Specification Route Response Policy 
- Behavior applied to any responses sent by the API for requests on this route.
- backends
List<GetDeployment Specification Route Backend> 
- The backend to forward requests to.
- loggingPolicies List<GetDeployment Specification Route Logging Policy> 
- Policies controlling the pushing of logs to Oracle Cloud Infrastructure Public Logging.
- methods List<String>
- A list of allowed methods on this route.
- path String
- A URL path pattern that must be matched on this route. The path pattern may contain a subset of RFC 6570 identifiers to allow wildcard and parameterized matching.
- requestPolicies List<GetDeployment Specification Route Request Policy> 
- Behavior applied to any requests received by the API on this route.
- responsePolicies List<GetDeployment Specification Route Response Policy> 
- Behavior applied to any responses sent by the API for requests on this route.
- backends
GetDeployment Specification Route Backend[] 
- The backend to forward requests to.
- loggingPolicies GetDeployment Specification Route Logging Policy[] 
- Policies controlling the pushing of logs to Oracle Cloud Infrastructure Public Logging.
- methods string[]
- A list of allowed methods on this route.
- path string
- A URL path pattern that must be matched on this route. The path pattern may contain a subset of RFC 6570 identifiers to allow wildcard and parameterized matching.
- requestPolicies GetDeployment Specification Route Request Policy[] 
- Behavior applied to any requests received by the API on this route.
- responsePolicies GetDeployment Specification Route Response Policy[] 
- Behavior applied to any responses sent by the API for requests on this route.
- backends
Sequence[GetDeployment Specification Route Backend] 
- The backend to forward requests to.
- logging_policies Sequence[GetDeployment Specification Route Logging Policy] 
- Policies controlling the pushing of logs to Oracle Cloud Infrastructure Public Logging.
- methods Sequence[str]
- A list of allowed methods on this route.
- path str
- A URL path pattern that must be matched on this route. The path pattern may contain a subset of RFC 6570 identifiers to allow wildcard and parameterized matching.
- request_policies Sequence[GetDeployment Specification Route Request Policy] 
- Behavior applied to any requests received by the API on this route.
- response_policies Sequence[GetDeployment Specification Route Response Policy] 
- Behavior applied to any responses sent by the API for requests on this route.
- backends List<Property Map>
- The backend to forward requests to.
- loggingPolicies List<Property Map>
- Policies controlling the pushing of logs to Oracle Cloud Infrastructure Public Logging.
- methods List<String>
- A list of allowed methods on this route.
- path String
- A URL path pattern that must be matched on this route. The path pattern may contain a subset of RFC 6570 identifiers to allow wildcard and parameterized matching.
- requestPolicies List<Property Map>
- Behavior applied to any requests received by the API on this route.
- responsePolicies List<Property Map>
- Behavior applied to any responses sent by the API for requests on this route.
GetDeploymentSpecificationRouteBackend    
- AllowedPost List<string>Logout Uris 
- A list of allowed post-logout URLs to which a request can be redirected after revoke access
- Body string
- The body of the stock response from the mock backend.
- ConnectTimeout doubleIn Seconds 
- Defines a timeout for establishing a connection with a proxied server.
- FunctionId string
- The OCID of the Oracle Functions function resource.
- Headers
List<GetDeployment Specification Route Backend Header> 
- The List of Headers
- IsSsl boolVerify Disabled 
- Defines whether or not to uphold SSL verification.
- PostLogout stringState 
- Defines a state that should be shared on redirecting to postLogout URL.
- ReadTimeout doubleIn Seconds 
- Defines a timeout for reading a response from the proxied server.
- RoutingBackends List<GetDeployment Specification Route Backend Routing Backend> 
- List of backends to chose from for Dynamic Routing.
- SelectionSources List<GetDeployment Specification Route Backend Selection Source> 
- Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
- SendTimeout doubleIn Seconds 
- Defines a timeout for transmitting a request to the proxied server.
- Status int
- The status code of the stock response from the mock backend.
- Type string
- Type of the Response Cache Store Policy.
- Url string
- The url of the HTTP Backend
- AllowedPost []stringLogout Uris 
- A list of allowed post-logout URLs to which a request can be redirected after revoke access
- Body string
- The body of the stock response from the mock backend.
- ConnectTimeout float64In Seconds 
- Defines a timeout for establishing a connection with a proxied server.
- FunctionId string
- The OCID of the Oracle Functions function resource.
- Headers
[]GetDeployment Specification Route Backend Header 
- The List of Headers
- IsSsl boolVerify Disabled 
- Defines whether or not to uphold SSL verification.
- PostLogout stringState 
- Defines a state that should be shared on redirecting to postLogout URL.
- ReadTimeout float64In Seconds 
- Defines a timeout for reading a response from the proxied server.
- RoutingBackends []GetDeployment Specification Route Backend Routing Backend 
- List of backends to chose from for Dynamic Routing.
- SelectionSources []GetDeployment Specification Route Backend Selection Source 
- Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
- SendTimeout float64In Seconds 
- Defines a timeout for transmitting a request to the proxied server.
- Status int
- The status code of the stock response from the mock backend.
- Type string
- Type of the Response Cache Store Policy.
- Url string
- The url of the HTTP Backend
- allowedPost List<String>Logout Uris 
- A list of allowed post-logout URLs to which a request can be redirected after revoke access
- body String
- The body of the stock response from the mock backend.
- connectTimeout DoubleIn Seconds 
- Defines a timeout for establishing a connection with a proxied server.
- functionId String
- The OCID of the Oracle Functions function resource.
- headers
List<GetDeployment Specification Route Backend Header> 
- The List of Headers
- isSsl BooleanVerify Disabled 
- Defines whether or not to uphold SSL verification.
- postLogout StringState 
- Defines a state that should be shared on redirecting to postLogout URL.
- readTimeout DoubleIn Seconds 
- Defines a timeout for reading a response from the proxied server.
- routingBackends List<GetDeployment Specification Route Backend Routing Backend> 
- List of backends to chose from for Dynamic Routing.
- selectionSources List<GetDeployment Specification Route Backend Selection Source> 
- Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
- sendTimeout DoubleIn Seconds 
- Defines a timeout for transmitting a request to the proxied server.
- status Integer
- The status code of the stock response from the mock backend.
- type String
- Type of the Response Cache Store Policy.
- url String
- The url of the HTTP Backend
- allowedPost string[]Logout Uris 
- A list of allowed post-logout URLs to which a request can be redirected after revoke access
- body string
- The body of the stock response from the mock backend.
- connectTimeout numberIn Seconds 
- Defines a timeout for establishing a connection with a proxied server.
- functionId string
- The OCID of the Oracle Functions function resource.
- headers
GetDeployment Specification Route Backend Header[] 
- The List of Headers
- isSsl booleanVerify Disabled 
- Defines whether or not to uphold SSL verification.
- postLogout stringState 
- Defines a state that should be shared on redirecting to postLogout URL.
- readTimeout numberIn Seconds 
- Defines a timeout for reading a response from the proxied server.
- routingBackends GetDeployment Specification Route Backend Routing Backend[] 
- List of backends to chose from for Dynamic Routing.
- selectionSources GetDeployment Specification Route Backend Selection Source[] 
- Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
- sendTimeout numberIn Seconds 
- Defines a timeout for transmitting a request to the proxied server.
- status number
- The status code of the stock response from the mock backend.
- type string
- Type of the Response Cache Store Policy.
- url string
- The url of the HTTP Backend
- allowed_post_ Sequence[str]logout_ uris 
- A list of allowed post-logout URLs to which a request can be redirected after revoke access
- body str
- The body of the stock response from the mock backend.
- connect_timeout_ floatin_ seconds 
- Defines a timeout for establishing a connection with a proxied server.
- function_id str
- The OCID of the Oracle Functions function resource.
- headers
Sequence[GetDeployment Specification Route Backend Header] 
- The List of Headers
- is_ssl_ boolverify_ disabled 
- Defines whether or not to uphold SSL verification.
- post_logout_ strstate 
- Defines a state that should be shared on redirecting to postLogout URL.
- read_timeout_ floatin_ seconds 
- Defines a timeout for reading a response from the proxied server.
- routing_backends Sequence[GetDeployment Specification Route Backend Routing Backend] 
- List of backends to chose from for Dynamic Routing.
- selection_sources Sequence[GetDeployment Specification Route Backend Selection Source] 
- Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
- send_timeout_ floatin_ seconds 
- Defines a timeout for transmitting a request to the proxied server.
- status int
- The status code of the stock response from the mock backend.
- type str
- Type of the Response Cache Store Policy.
- url str
- The url of the HTTP Backend
- allowedPost List<String>Logout Uris 
- A list of allowed post-logout URLs to which a request can be redirected after revoke access
- body String
- The body of the stock response from the mock backend.
- connectTimeout NumberIn Seconds 
- Defines a timeout for establishing a connection with a proxied server.
- functionId String
- The OCID of the Oracle Functions function resource.
- headers List<Property Map>
- The List of Headers
- isSsl BooleanVerify Disabled 
- Defines whether or not to uphold SSL verification.
- postLogout StringState 
- Defines a state that should be shared on redirecting to postLogout URL.
- readTimeout NumberIn Seconds 
- Defines a timeout for reading a response from the proxied server.
- routingBackends List<Property Map>
- List of backends to chose from for Dynamic Routing.
- selectionSources List<Property Map>
- Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
- sendTimeout NumberIn Seconds 
- Defines a timeout for transmitting a request to the proxied server.
- status Number
- The status code of the stock response from the mock backend.
- type String
- Type of the Response Cache Store Policy.
- url String
- The url of the HTTP Backend
GetDeploymentSpecificationRouteBackendHeader     
GetDeploymentSpecificationRouteBackendRoutingBackend      
- Backends
List<GetDeployment Specification Route Backend Routing Backend Backend> 
- The backend to forward requests to.
- Keys
List<GetDeployment Specification Route Backend Routing Backend Key> 
- Information around the values for selector of an authentication/ routing branch.
- Backends
[]GetDeployment Specification Route Backend Routing Backend Backend 
- The backend to forward requests to.
- Keys
[]GetDeployment Specification Route Backend Routing Backend Key 
- Information around the values for selector of an authentication/ routing branch.
- backends
List<GetDeployment Specification Route Backend Routing Backend Backend> 
- The backend to forward requests to.
- keys
List<GetDeployment Specification Route Backend Routing Backend Key> 
- Information around the values for selector of an authentication/ routing branch.
- backends
GetDeployment Specification Route Backend Routing Backend Backend[] 
- The backend to forward requests to.
- keys
GetDeployment Specification Route Backend Routing Backend Key[] 
- Information around the values for selector of an authentication/ routing branch.
- backends
Sequence[GetDeployment Specification Route Backend Routing Backend Backend] 
- The backend to forward requests to.
- keys
Sequence[GetDeployment Specification Route Backend Routing Backend Key] 
- Information around the values for selector of an authentication/ routing branch.
- backends List<Property Map>
- The backend to forward requests to.
- keys List<Property Map>
- Information around the values for selector of an authentication/ routing branch.
GetDeploymentSpecificationRouteBackendRoutingBackendBackend       
- Body string
- The body of the stock response from the mock backend.
- ConnectTimeout doubleIn Seconds 
- Defines a timeout for establishing a connection with a proxied server.
- FunctionId string
- The OCID of the Oracle Functions function resource.
- Headers
List<GetDeployment Specification Route Backend Routing Backend Backend Header> 
- The List of Headers
- IsSsl boolVerify Disabled 
- Defines whether or not to uphold SSL verification.
- ReadTimeout doubleIn Seconds 
- Defines a timeout for reading a response from the proxied server.
- SendTimeout doubleIn Seconds 
- Defines a timeout for transmitting a request to the proxied server.
- Status int
- The status code of the stock response from the mock backend.
- Type string
- Type of the Response Cache Store Policy.
- Url string
- The url of the HTTP Backend
- Body string
- The body of the stock response from the mock backend.
- ConnectTimeout float64In Seconds 
- Defines a timeout for establishing a connection with a proxied server.
- FunctionId string
- The OCID of the Oracle Functions function resource.
- Headers
[]GetDeployment Specification Route Backend Routing Backend Backend Header 
- The List of Headers
- IsSsl boolVerify Disabled 
- Defines whether or not to uphold SSL verification.
- ReadTimeout float64In Seconds 
- Defines a timeout for reading a response from the proxied server.
- SendTimeout float64In Seconds 
- Defines a timeout for transmitting a request to the proxied server.
- Status int
- The status code of the stock response from the mock backend.
- Type string
- Type of the Response Cache Store Policy.
- Url string
- The url of the HTTP Backend
- body String
- The body of the stock response from the mock backend.
- connectTimeout DoubleIn Seconds 
- Defines a timeout for establishing a connection with a proxied server.
- functionId String
- The OCID of the Oracle Functions function resource.
- headers
List<GetDeployment Specification Route Backend Routing Backend Backend Header> 
- The List of Headers
- isSsl BooleanVerify Disabled 
- Defines whether or not to uphold SSL verification.
- readTimeout DoubleIn Seconds 
- Defines a timeout for reading a response from the proxied server.
- sendTimeout DoubleIn Seconds 
- Defines a timeout for transmitting a request to the proxied server.
- status Integer
- The status code of the stock response from the mock backend.
- type String
- Type of the Response Cache Store Policy.
- url String
- The url of the HTTP Backend
- body string
- The body of the stock response from the mock backend.
- connectTimeout numberIn Seconds 
- Defines a timeout for establishing a connection with a proxied server.
- functionId string
- The OCID of the Oracle Functions function resource.
- headers
GetDeployment Specification Route Backend Routing Backend Backend Header[] 
- The List of Headers
- isSsl booleanVerify Disabled 
- Defines whether or not to uphold SSL verification.
- readTimeout numberIn Seconds 
- Defines a timeout for reading a response from the proxied server.
- sendTimeout numberIn Seconds 
- Defines a timeout for transmitting a request to the proxied server.
- status number
- The status code of the stock response from the mock backend.
- type string
- Type of the Response Cache Store Policy.
- url string
- The url of the HTTP Backend
- body str
- The body of the stock response from the mock backend.
- connect_timeout_ floatin_ seconds 
- Defines a timeout for establishing a connection with a proxied server.
- function_id str
- The OCID of the Oracle Functions function resource.
- headers
Sequence[GetDeployment Specification Route Backend Routing Backend Backend Header] 
- The List of Headers
- is_ssl_ boolverify_ disabled 
- Defines whether or not to uphold SSL verification.
- read_timeout_ floatin_ seconds 
- Defines a timeout for reading a response from the proxied server.
- send_timeout_ floatin_ seconds 
- Defines a timeout for transmitting a request to the proxied server.
- status int
- The status code of the stock response from the mock backend.
- type str
- Type of the Response Cache Store Policy.
- url str
- The url of the HTTP Backend
- body String
- The body of the stock response from the mock backend.
- connectTimeout NumberIn Seconds 
- Defines a timeout for establishing a connection with a proxied server.
- functionId String
- The OCID of the Oracle Functions function resource.
- headers List<Property Map>
- The List of Headers
- isSsl BooleanVerify Disabled 
- Defines whether or not to uphold SSL verification.
- readTimeout NumberIn Seconds 
- Defines a timeout for reading a response from the proxied server.
- sendTimeout NumberIn Seconds 
- Defines a timeout for transmitting a request to the proxied server.
- status Number
- The status code of the stock response from the mock backend.
- type String
- Type of the Response Cache Store Policy.
- url String
- The url of the HTTP Backend
GetDeploymentSpecificationRouteBackendRoutingBackendBackendHeader        
GetDeploymentSpecificationRouteBackendRoutingBackendKey       
- Expression string
- String describing the expression with wildcards.
- IsDefault bool
- Information regarding whether this is the default branch.
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- Type string
- Type of the Response Cache Store Policy.
- Values List<string>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- Expression string
- String describing the expression with wildcards.
- IsDefault bool
- Information regarding whether this is the default branch.
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- Type string
- Type of the Response Cache Store Policy.
- Values []string
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- expression String
- String describing the expression with wildcards.
- isDefault Boolean
- Information regarding whether this is the default branch.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
- type String
- Type of the Response Cache Store Policy.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- expression string
- String describing the expression with wildcards.
- isDefault boolean
- Information regarding whether this is the default branch.
- name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- type string
- Type of the Response Cache Store Policy.
- values string[]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- expression str
- String describing the expression with wildcards.
- is_default bool
- Information regarding whether this is the default branch.
- name str
- The case-insensitive name of the header. This name must be unique across transformation policies.
- type str
- Type of the Response Cache Store Policy.
- values Sequence[str]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- expression String
- String describing the expression with wildcards.
- isDefault Boolean
- Information regarding whether this is the default branch.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
- type String
- Type of the Response Cache Store Policy.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
GetDeploymentSpecificationRouteBackendSelectionSource      
GetDeploymentSpecificationRouteLoggingPolicy     
- AccessLogs List<GetDeployment Specification Route Logging Policy Access Log> 
- Configures the logging policies for the access logs of an API Deployment.
- ExecutionLogs List<GetDeployment Specification Route Logging Policy Execution Log> 
- Configures the logging policies for the execution logs of an API Deployment.
- AccessLogs []GetDeployment Specification Route Logging Policy Access Log 
- Configures the logging policies for the access logs of an API Deployment.
- ExecutionLogs []GetDeployment Specification Route Logging Policy Execution Log 
- Configures the logging policies for the execution logs of an API Deployment.
- accessLogs List<GetDeployment Specification Route Logging Policy Access Log> 
- Configures the logging policies for the access logs of an API Deployment.
- executionLogs List<GetDeployment Specification Route Logging Policy Execution Log> 
- Configures the logging policies for the execution logs of an API Deployment.
- accessLogs GetDeployment Specification Route Logging Policy Access Log[] 
- Configures the logging policies for the access logs of an API Deployment.
- executionLogs GetDeployment Specification Route Logging Policy Execution Log[] 
- Configures the logging policies for the execution logs of an API Deployment.
- access_logs Sequence[GetDeployment Specification Route Logging Policy Access Log] 
- Configures the logging policies for the access logs of an API Deployment.
- execution_logs Sequence[GetDeployment Specification Route Logging Policy Execution Log] 
- Configures the logging policies for the execution logs of an API Deployment.
- accessLogs List<Property Map>
- Configures the logging policies for the access logs of an API Deployment.
- executionLogs List<Property Map>
- Configures the logging policies for the execution logs of an API Deployment.
GetDeploymentSpecificationRouteLoggingPolicyAccessLog       
- IsEnabled bool
- Whether this policy is currently enabled.
- IsEnabled bool
- Whether this policy is currently enabled.
- isEnabled Boolean
- Whether this policy is currently enabled.
- isEnabled boolean
- Whether this policy is currently enabled.
- is_enabled bool
- Whether this policy is currently enabled.
- isEnabled Boolean
- Whether this policy is currently enabled.
GetDeploymentSpecificationRouteLoggingPolicyExecutionLog       
- is_enabled bool
- Whether this policy is currently enabled.
- log_level str
- Specifies the log level used to control logging output of execution logs. Enabling logging at a given level also enables logging at all higher levels.
GetDeploymentSpecificationRouteRequestPolicy     
- 
List<GetDeployment Specification Route Request Policy Authorization> 
- If authentication has been performed, validate whether the request scope (if any) applies to this route. If no RouteAuthorizationPolicy is defined for a route, a policy with a type of AUTHENTICATION_ONLY is applied.
- BodyValidations List<GetDeployment Specification Route Request Policy Body Validation> 
- Validate the payload body of the incoming API requests on a specific route.
- Cors
List<GetDeployment Specification Route Request Policy Cor> 
- Enable CORS (Cross-Origin-Resource-Sharing) request handling.
- HeaderTransformations List<GetDeployment Specification Route Request Policy Header Transformation> 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- HeaderValidations List<GetDeployment Specification Route Request Policy Header Validation> 
- Validate the HTTP headers on the incoming API requests on a specific route.
- QueryParameter List<GetTransformations Deployment Specification Route Request Policy Query Parameter Transformation> 
- A set of transformations to apply to query parameters that pass through the gateway.
- QueryParameter List<GetValidations Deployment Specification Route Request Policy Query Parameter Validation> 
- Validate the URL query parameters on the incoming API requests on a specific route.
- ResponseCache List<GetLookups Deployment Specification Route Request Policy Response Cache Lookup> 
- Base policy for Response Cache lookup.
- 
[]GetDeployment Specification Route Request Policy Authorization 
- If authentication has been performed, validate whether the request scope (if any) applies to this route. If no RouteAuthorizationPolicy is defined for a route, a policy with a type of AUTHENTICATION_ONLY is applied.
- BodyValidations []GetDeployment Specification Route Request Policy Body Validation 
- Validate the payload body of the incoming API requests on a specific route.
- Cors
[]GetDeployment Specification Route Request Policy Cor 
- Enable CORS (Cross-Origin-Resource-Sharing) request handling.
- HeaderTransformations []GetDeployment Specification Route Request Policy Header Transformation 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- HeaderValidations []GetDeployment Specification Route Request Policy Header Validation 
- Validate the HTTP headers on the incoming API requests on a specific route.
- QueryParameter []GetTransformations Deployment Specification Route Request Policy Query Parameter Transformation 
- A set of transformations to apply to query parameters that pass through the gateway.
- QueryParameter []GetValidations Deployment Specification Route Request Policy Query Parameter Validation 
- Validate the URL query parameters on the incoming API requests on a specific route.
- ResponseCache []GetLookups Deployment Specification Route Request Policy Response Cache Lookup 
- Base policy for Response Cache lookup.
- 
List<GetDeployment Specification Route Request Policy Authorization> 
- If authentication has been performed, validate whether the request scope (if any) applies to this route. If no RouteAuthorizationPolicy is defined for a route, a policy with a type of AUTHENTICATION_ONLY is applied.
- bodyValidations List<GetDeployment Specification Route Request Policy Body Validation> 
- Validate the payload body of the incoming API requests on a specific route.
- cors
List<GetDeployment Specification Route Request Policy Cor> 
- Enable CORS (Cross-Origin-Resource-Sharing) request handling.
- headerTransformations List<GetDeployment Specification Route Request Policy Header Transformation> 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- headerValidations List<GetDeployment Specification Route Request Policy Header Validation> 
- Validate the HTTP headers on the incoming API requests on a specific route.
- queryParameter List<GetTransformations Deployment Specification Route Request Policy Query Parameter Transformation> 
- A set of transformations to apply to query parameters that pass through the gateway.
- queryParameter List<GetValidations Deployment Specification Route Request Policy Query Parameter Validation> 
- Validate the URL query parameters on the incoming API requests on a specific route.
- responseCache List<GetLookups Deployment Specification Route Request Policy Response Cache Lookup> 
- Base policy for Response Cache lookup.
- 
GetDeployment Specification Route Request Policy Authorization[] 
- If authentication has been performed, validate whether the request scope (if any) applies to this route. If no RouteAuthorizationPolicy is defined for a route, a policy with a type of AUTHENTICATION_ONLY is applied.
- bodyValidations GetDeployment Specification Route Request Policy Body Validation[] 
- Validate the payload body of the incoming API requests on a specific route.
- cors
GetDeployment Specification Route Request Policy Cor[] 
- Enable CORS (Cross-Origin-Resource-Sharing) request handling.
- headerTransformations GetDeployment Specification Route Request Policy Header Transformation[] 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- headerValidations GetDeployment Specification Route Request Policy Header Validation[] 
- Validate the HTTP headers on the incoming API requests on a specific route.
- queryParameter GetTransformations Deployment Specification Route Request Policy Query Parameter Transformation[] 
- A set of transformations to apply to query parameters that pass through the gateway.
- queryParameter GetValidations Deployment Specification Route Request Policy Query Parameter Validation[] 
- Validate the URL query parameters on the incoming API requests on a specific route.
- responseCache GetLookups Deployment Specification Route Request Policy Response Cache Lookup[] 
- Base policy for Response Cache lookup.
- 
Sequence[GetDeployment Specification Route Request Policy Authorization] 
- If authentication has been performed, validate whether the request scope (if any) applies to this route. If no RouteAuthorizationPolicy is defined for a route, a policy with a type of AUTHENTICATION_ONLY is applied.
- body_validations Sequence[GetDeployment Specification Route Request Policy Body Validation] 
- Validate the payload body of the incoming API requests on a specific route.
- cors
Sequence[GetDeployment Specification Route Request Policy Cor] 
- Enable CORS (Cross-Origin-Resource-Sharing) request handling.
- header_transformations Sequence[GetDeployment Specification Route Request Policy Header Transformation] 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- header_validations Sequence[GetDeployment Specification Route Request Policy Header Validation] 
- Validate the HTTP headers on the incoming API requests on a specific route.
- query_parameter_ Sequence[Gettransformations Deployment Specification Route Request Policy Query Parameter Transformation] 
- A set of transformations to apply to query parameters that pass through the gateway.
- query_parameter_ Sequence[Getvalidations Deployment Specification Route Request Policy Query Parameter Validation] 
- Validate the URL query parameters on the incoming API requests on a specific route.
- response_cache_ Sequence[Getlookups Deployment Specification Route Request Policy Response Cache Lookup] 
- Base policy for Response Cache lookup.
- List<Property Map>
- If authentication has been performed, validate whether the request scope (if any) applies to this route. If no RouteAuthorizationPolicy is defined for a route, a policy with a type of AUTHENTICATION_ONLY is applied.
- bodyValidations List<Property Map>
- Validate the payload body of the incoming API requests on a specific route.
- cors List<Property Map>
- Enable CORS (Cross-Origin-Resource-Sharing) request handling.
- headerTransformations List<Property Map>
- A set of transformations to apply to HTTP headers that pass through the gateway.
- headerValidations List<Property Map>
- Validate the HTTP headers on the incoming API requests on a specific route.
- queryParameter List<Property Map>Transformations 
- A set of transformations to apply to query parameters that pass through the gateway.
- queryParameter List<Property Map>Validations 
- Validate the URL query parameters on the incoming API requests on a specific route.
- responseCache List<Property Map>Lookups 
- Base policy for Response Cache lookup.
GetDeploymentSpecificationRouteRequestPolicyAuthorization      
- AllowedScopes List<string>
- A user whose scope includes any of these access ranges is allowed on this route. Access ranges are case-sensitive.
- Type string
- Type of the Response Cache Store Policy.
- AllowedScopes []string
- A user whose scope includes any of these access ranges is allowed on this route. Access ranges are case-sensitive.
- Type string
- Type of the Response Cache Store Policy.
- allowedScopes List<String>
- A user whose scope includes any of these access ranges is allowed on this route. Access ranges are case-sensitive.
- type String
- Type of the Response Cache Store Policy.
- allowedScopes string[]
- A user whose scope includes any of these access ranges is allowed on this route. Access ranges are case-sensitive.
- type string
- Type of the Response Cache Store Policy.
- allowed_scopes Sequence[str]
- A user whose scope includes any of these access ranges is allowed on this route. Access ranges are case-sensitive.
- type str
- Type of the Response Cache Store Policy.
- allowedScopes List<String>
- A user whose scope includes any of these access ranges is allowed on this route. Access ranges are case-sensitive.
- type String
- Type of the Response Cache Store Policy.
GetDeploymentSpecificationRouteRequestPolicyBodyValidation       
- Contents
List<GetDeployment Specification Route Request Policy Body Validation Content> 
- The content of the request body.
- Required bool
- Determines if the parameter is required in the request.
- ValidationMode string
- Validation behavior mode.
- Contents
[]GetDeployment Specification Route Request Policy Body Validation Content 
- The content of the request body.
- Required bool
- Determines if the parameter is required in the request.
- ValidationMode string
- Validation behavior mode.
- contents
List<GetDeployment Specification Route Request Policy Body Validation Content> 
- The content of the request body.
- required Boolean
- Determines if the parameter is required in the request.
- validationMode String
- Validation behavior mode.
- contents
GetDeployment Specification Route Request Policy Body Validation Content[] 
- The content of the request body.
- required boolean
- Determines if the parameter is required in the request.
- validationMode string
- Validation behavior mode.
- contents
Sequence[GetDeployment Specification Route Request Policy Body Validation Content] 
- The content of the request body.
- required bool
- Determines if the parameter is required in the request.
- validation_mode str
- Validation behavior mode.
- contents List<Property Map>
- The content of the request body.
- required Boolean
- Determines if the parameter is required in the request.
- validationMode String
- Validation behavior mode.
GetDeploymentSpecificationRouteRequestPolicyBodyValidationContent        
- MediaType string
- The media type is a media type range subset restricted to the following schema
- ValidationType string
- Validation type defines the content validation method.
- MediaType string
- The media type is a media type range subset restricted to the following schema
- ValidationType string
- Validation type defines the content validation method.
- mediaType String
- The media type is a media type range subset restricted to the following schema
- validationType String
- Validation type defines the content validation method.
- mediaType string
- The media type is a media type range subset restricted to the following schema
- validationType string
- Validation type defines the content validation method.
- media_type str
- The media type is a media type range subset restricted to the following schema
- validation_type str
- Validation type defines the content validation method.
- mediaType String
- The media type is a media type range subset restricted to the following schema
- validationType String
- Validation type defines the content validation method.
GetDeploymentSpecificationRouteRequestPolicyCor      
- AllowedHeaders List<string>
- The list of headers that will be allowed from the client via the Access-Control-Allow-Headers header. '*' will allow all headers.
- AllowedMethods List<string>
- The list of allowed HTTP methods that will be returned for the preflight OPTIONS request in the Access-Control-Allow-Methods header. '*' will allow all methods.
- AllowedOrigins List<string>
- The list of allowed origins that the CORS handler will use to respond to CORS requests. The gateway will send the Access-Control-Allow-Origin header with the best origin match for the circumstances. '*' will match any origins, and 'null' will match queries from 'file:' origins. All other origins must be qualified with the scheme, full hostname, and port if necessary.
- ExposedHeaders List<string>
- The list of headers that the client will be allowed to see from the response as indicated by the Access-Control-Expose-Headers header. '*' will expose all headers.
- IsAllow boolCredentials Enabled 
- Whether to send the Access-Control-Allow-Credentials header to allow CORS requests with cookies.
- MaxAge intIn Seconds 
- The time in seconds for the client to cache preflight responses. This is sent as the Access-Control-Max-Age if greater than 0.
- AllowedHeaders []string
- The list of headers that will be allowed from the client via the Access-Control-Allow-Headers header. '*' will allow all headers.
- AllowedMethods []string
- The list of allowed HTTP methods that will be returned for the preflight OPTIONS request in the Access-Control-Allow-Methods header. '*' will allow all methods.
- AllowedOrigins []string
- The list of allowed origins that the CORS handler will use to respond to CORS requests. The gateway will send the Access-Control-Allow-Origin header with the best origin match for the circumstances. '*' will match any origins, and 'null' will match queries from 'file:' origins. All other origins must be qualified with the scheme, full hostname, and port if necessary.
- ExposedHeaders []string
- The list of headers that the client will be allowed to see from the response as indicated by the Access-Control-Expose-Headers header. '*' will expose all headers.
- IsAllow boolCredentials Enabled 
- Whether to send the Access-Control-Allow-Credentials header to allow CORS requests with cookies.
- MaxAge intIn Seconds 
- The time in seconds for the client to cache preflight responses. This is sent as the Access-Control-Max-Age if greater than 0.
- allowedHeaders List<String>
- The list of headers that will be allowed from the client via the Access-Control-Allow-Headers header. '*' will allow all headers.
- allowedMethods List<String>
- The list of allowed HTTP methods that will be returned for the preflight OPTIONS request in the Access-Control-Allow-Methods header. '*' will allow all methods.
- allowedOrigins List<String>
- The list of allowed origins that the CORS handler will use to respond to CORS requests. The gateway will send the Access-Control-Allow-Origin header with the best origin match for the circumstances. '*' will match any origins, and 'null' will match queries from 'file:' origins. All other origins must be qualified with the scheme, full hostname, and port if necessary.
- exposedHeaders List<String>
- The list of headers that the client will be allowed to see from the response as indicated by the Access-Control-Expose-Headers header. '*' will expose all headers.
- isAllow BooleanCredentials Enabled 
- Whether to send the Access-Control-Allow-Credentials header to allow CORS requests with cookies.
- maxAge IntegerIn Seconds 
- The time in seconds for the client to cache preflight responses. This is sent as the Access-Control-Max-Age if greater than 0.
- allowedHeaders string[]
- The list of headers that will be allowed from the client via the Access-Control-Allow-Headers header. '*' will allow all headers.
- allowedMethods string[]
- The list of allowed HTTP methods that will be returned for the preflight OPTIONS request in the Access-Control-Allow-Methods header. '*' will allow all methods.
- allowedOrigins string[]
- The list of allowed origins that the CORS handler will use to respond to CORS requests. The gateway will send the Access-Control-Allow-Origin header with the best origin match for the circumstances. '*' will match any origins, and 'null' will match queries from 'file:' origins. All other origins must be qualified with the scheme, full hostname, and port if necessary.
- exposedHeaders string[]
- The list of headers that the client will be allowed to see from the response as indicated by the Access-Control-Expose-Headers header. '*' will expose all headers.
- isAllow booleanCredentials Enabled 
- Whether to send the Access-Control-Allow-Credentials header to allow CORS requests with cookies.
- maxAge numberIn Seconds 
- The time in seconds for the client to cache preflight responses. This is sent as the Access-Control-Max-Age if greater than 0.
- allowed_headers Sequence[str]
- The list of headers that will be allowed from the client via the Access-Control-Allow-Headers header. '*' will allow all headers.
- allowed_methods Sequence[str]
- The list of allowed HTTP methods that will be returned for the preflight OPTIONS request in the Access-Control-Allow-Methods header. '*' will allow all methods.
- allowed_origins Sequence[str]
- The list of allowed origins that the CORS handler will use to respond to CORS requests. The gateway will send the Access-Control-Allow-Origin header with the best origin match for the circumstances. '*' will match any origins, and 'null' will match queries from 'file:' origins. All other origins must be qualified with the scheme, full hostname, and port if necessary.
- exposed_headers Sequence[str]
- The list of headers that the client will be allowed to see from the response as indicated by the Access-Control-Expose-Headers header. '*' will expose all headers.
- is_allow_ boolcredentials_ enabled 
- Whether to send the Access-Control-Allow-Credentials header to allow CORS requests with cookies.
- max_age_ intin_ seconds 
- The time in seconds for the client to cache preflight responses. This is sent as the Access-Control-Max-Age if greater than 0.
- allowedHeaders List<String>
- The list of headers that will be allowed from the client via the Access-Control-Allow-Headers header. '*' will allow all headers.
- allowedMethods List<String>
- The list of allowed HTTP methods that will be returned for the preflight OPTIONS request in the Access-Control-Allow-Methods header. '*' will allow all methods.
- allowedOrigins List<String>
- The list of allowed origins that the CORS handler will use to respond to CORS requests. The gateway will send the Access-Control-Allow-Origin header with the best origin match for the circumstances. '*' will match any origins, and 'null' will match queries from 'file:' origins. All other origins must be qualified with the scheme, full hostname, and port if necessary.
- exposedHeaders List<String>
- The list of headers that the client will be allowed to see from the response as indicated by the Access-Control-Expose-Headers header. '*' will expose all headers.
- isAllow BooleanCredentials Enabled 
- Whether to send the Access-Control-Allow-Credentials header to allow CORS requests with cookies.
- maxAge NumberIn Seconds 
- The time in seconds for the client to cache preflight responses. This is sent as the Access-Control-Max-Age if greater than 0.
GetDeploymentSpecificationRouteRequestPolicyHeaderTransformation       
- FilterHeaders List<GetDeployment Specification Route Request Policy Header Transformation Filter Header> 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- RenameHeaders List<GetDeployment Specification Route Request Policy Header Transformation Rename Header> 
- Rename HTTP headers as they pass through the gateway.
- SetHeaders List<GetDeployment Specification Route Request Policy Header Transformation Set Header> 
- Set HTTP headers as they pass through the gateway.
- FilterHeaders []GetDeployment Specification Route Request Policy Header Transformation Filter Header 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- RenameHeaders []GetDeployment Specification Route Request Policy Header Transformation Rename Header 
- Rename HTTP headers as they pass through the gateway.
- SetHeaders []GetDeployment Specification Route Request Policy Header Transformation Set Header 
- Set HTTP headers as they pass through the gateway.
- filterHeaders List<GetDeployment Specification Route Request Policy Header Transformation Filter Header> 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- renameHeaders List<GetDeployment Specification Route Request Policy Header Transformation Rename Header> 
- Rename HTTP headers as they pass through the gateway.
- setHeaders List<GetDeployment Specification Route Request Policy Header Transformation Set Header> 
- Set HTTP headers as they pass through the gateway.
- filterHeaders GetDeployment Specification Route Request Policy Header Transformation Filter Header[] 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- renameHeaders GetDeployment Specification Route Request Policy Header Transformation Rename Header[] 
- Rename HTTP headers as they pass through the gateway.
- setHeaders GetDeployment Specification Route Request Policy Header Transformation Set Header[] 
- Set HTTP headers as they pass through the gateway.
- filter_headers Sequence[GetDeployment Specification Route Request Policy Header Transformation Filter Header] 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- rename_headers Sequence[GetDeployment Specification Route Request Policy Header Transformation Rename Header] 
- Rename HTTP headers as they pass through the gateway.
- set_headers Sequence[GetDeployment Specification Route Request Policy Header Transformation Set Header] 
- Set HTTP headers as they pass through the gateway.
- filterHeaders List<Property Map>
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- renameHeaders List<Property Map>
- Rename HTTP headers as they pass through the gateway.
- setHeaders List<Property Map>
- Set HTTP headers as they pass through the gateway.
GetDeploymentSpecificationRouteRequestPolicyHeaderTransformationFilterHeader         
- Items
List<GetDeployment Specification Route Request Policy Header Transformation Filter Header Item> 
- The list of headers.
- Type string
- Type of the Response Cache Store Policy.
- Items
[]GetDeployment Specification Route Request Policy Header Transformation Filter Header Item 
- The list of headers.
- Type string
- Type of the Response Cache Store Policy.
- items
List<GetDeployment Specification Route Request Policy Header Transformation Filter Header Item> 
- The list of headers.
- type String
- Type of the Response Cache Store Policy.
- items
GetDeployment Specification Route Request Policy Header Transformation Filter Header Item[] 
- The list of headers.
- type string
- Type of the Response Cache Store Policy.
- items
Sequence[GetDeployment Specification Route Request Policy Header Transformation Filter Header Item] 
- The list of headers.
- type str
- Type of the Response Cache Store Policy.
- items List<Property Map>
- The list of headers.
- type String
- Type of the Response Cache Store Policy.
GetDeploymentSpecificationRouteRequestPolicyHeaderTransformationFilterHeaderItem          
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name str
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
GetDeploymentSpecificationRouteRequestPolicyHeaderTransformationRenameHeader         
- items List<Property Map>
- The list of headers.
GetDeploymentSpecificationRouteRequestPolicyHeaderTransformationRenameHeaderItem          
GetDeploymentSpecificationRouteRequestPolicyHeaderTransformationSetHeader         
- Items
[]GetDeployment Specification Route Request Policy Header Transformation Set Header Item 
- The list of headers.
- items
GetDeployment Specification Route Request Policy Header Transformation Set Header Item[] 
- The list of headers.
- items List<Property Map>
- The list of headers.
GetDeploymentSpecificationRouteRequestPolicyHeaderTransformationSetHeaderItem          
- IfExists string
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- Values List<string>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- IfExists string
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- Values []string
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- ifExists String
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- ifExists string
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values string[]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- if_exists str
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name str
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values Sequence[str]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- ifExists String
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
GetDeploymentSpecificationRouteRequestPolicyHeaderValidation       
- Headers
List<GetDeployment Specification Route Request Policy Header Validation Header> 
- The List of Headers
- ValidationMode string
- Validation behavior mode.
- Headers
[]GetDeployment Specification Route Request Policy Header Validation Header 
- The List of Headers
- ValidationMode string
- Validation behavior mode.
- headers
List<GetDeployment Specification Route Request Policy Header Validation Header> 
- The List of Headers
- validationMode String
- Validation behavior mode.
- headers
GetDeployment Specification Route Request Policy Header Validation Header[] 
- The List of Headers
- validationMode string
- Validation behavior mode.
- headers
Sequence[GetDeployment Specification Route Request Policy Header Validation Header] 
- The List of Headers
- validation_mode str
- Validation behavior mode.
- headers List<Property Map>
- The List of Headers
- validationMode String
- Validation behavior mode.
GetDeploymentSpecificationRouteRequestPolicyHeaderValidationHeader        
GetDeploymentSpecificationRouteRequestPolicyQueryParameterTransformation        
- FilterQuery List<GetParameters Deployment Specification Route Request Policy Query Parameter Transformation Filter Query Parameter> 
- Filter parameters from the query string as they pass through the gateway. The gateway applies filters after other transformations, so any parameters set or renamed must also be listed here when using an ALLOW type policy.
- RenameQuery List<GetParameters Deployment Specification Route Request Policy Query Parameter Transformation Rename Query Parameter> 
- Rename parameters on the query string as they pass through the gateway.
- SetQuery List<GetParameters Deployment Specification Route Request Policy Query Parameter Transformation Set Query Parameter> 
- Set parameters on the query string as they pass through the gateway.
- FilterQuery []GetParameters Deployment Specification Route Request Policy Query Parameter Transformation Filter Query Parameter 
- Filter parameters from the query string as they pass through the gateway. The gateway applies filters after other transformations, so any parameters set or renamed must also be listed here when using an ALLOW type policy.
- RenameQuery []GetParameters Deployment Specification Route Request Policy Query Parameter Transformation Rename Query Parameter 
- Rename parameters on the query string as they pass through the gateway.
- SetQuery []GetParameters Deployment Specification Route Request Policy Query Parameter Transformation Set Query Parameter 
- Set parameters on the query string as they pass through the gateway.
- filterQuery List<GetParameters Deployment Specification Route Request Policy Query Parameter Transformation Filter Query Parameter> 
- Filter parameters from the query string as they pass through the gateway. The gateway applies filters after other transformations, so any parameters set or renamed must also be listed here when using an ALLOW type policy.
- renameQuery List<GetParameters Deployment Specification Route Request Policy Query Parameter Transformation Rename Query Parameter> 
- Rename parameters on the query string as they pass through the gateway.
- setQuery List<GetParameters Deployment Specification Route Request Policy Query Parameter Transformation Set Query Parameter> 
- Set parameters on the query string as they pass through the gateway.
- filterQuery GetParameters Deployment Specification Route Request Policy Query Parameter Transformation Filter Query Parameter[] 
- Filter parameters from the query string as they pass through the gateway. The gateway applies filters after other transformations, so any parameters set or renamed must also be listed here when using an ALLOW type policy.
- renameQuery GetParameters Deployment Specification Route Request Policy Query Parameter Transformation Rename Query Parameter[] 
- Rename parameters on the query string as they pass through the gateway.
- setQuery GetParameters Deployment Specification Route Request Policy Query Parameter Transformation Set Query Parameter[] 
- Set parameters on the query string as they pass through the gateway.
- filter_query_ Sequence[Getparameters Deployment Specification Route Request Policy Query Parameter Transformation Filter Query Parameter] 
- Filter parameters from the query string as they pass through the gateway. The gateway applies filters after other transformations, so any parameters set or renamed must also be listed here when using an ALLOW type policy.
- rename_query_ Sequence[Getparameters Deployment Specification Route Request Policy Query Parameter Transformation Rename Query Parameter] 
- Rename parameters on the query string as they pass through the gateway.
- set_query_ Sequence[Getparameters Deployment Specification Route Request Policy Query Parameter Transformation Set Query Parameter] 
- Set parameters on the query string as they pass through the gateway.
- filterQuery List<Property Map>Parameters 
- Filter parameters from the query string as they pass through the gateway. The gateway applies filters after other transformations, so any parameters set or renamed must also be listed here when using an ALLOW type policy.
- renameQuery List<Property Map>Parameters 
- Rename parameters on the query string as they pass through the gateway.
- setQuery List<Property Map>Parameters 
- Set parameters on the query string as they pass through the gateway.
GetDeploymentSpecificationRouteRequestPolicyQueryParameterTransformationFilterQueryParameter           
- Items
List<GetDeployment Specification Route Request Policy Query Parameter Transformation Filter Query Parameter Item> 
- The list of headers.
- Type string
- Type of the Response Cache Store Policy.
- Items
[]GetDeployment Specification Route Request Policy Query Parameter Transformation Filter Query Parameter Item 
- The list of headers.
- Type string
- Type of the Response Cache Store Policy.
- items
List<GetDeployment Specification Route Request Policy Query Parameter Transformation Filter Query Parameter Item> 
- The list of headers.
- type String
- Type of the Response Cache Store Policy.
- items
GetDeployment Specification Route Request Policy Query Parameter Transformation Filter Query Parameter Item[] 
- The list of headers.
- type string
- Type of the Response Cache Store Policy.
- items
Sequence[GetDeployment Specification Route Request Policy Query Parameter Transformation Filter Query Parameter Item] 
- The list of headers.
- type str
- Type of the Response Cache Store Policy.
- items List<Property Map>
- The list of headers.
- type String
- Type of the Response Cache Store Policy.
GetDeploymentSpecificationRouteRequestPolicyQueryParameterTransformationFilterQueryParameterItem            
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name str
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
GetDeploymentSpecificationRouteRequestPolicyQueryParameterTransformationRenameQueryParameter           
- items List<Property Map>
- The list of headers.
GetDeploymentSpecificationRouteRequestPolicyQueryParameterTransformationRenameQueryParameterItem            
GetDeploymentSpecificationRouteRequestPolicyQueryParameterTransformationSetQueryParameter           
- items List<Property Map>
- The list of headers.
GetDeploymentSpecificationRouteRequestPolicyQueryParameterTransformationSetQueryParameterItem            
- IfExists string
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- Values List<string>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- IfExists string
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- Values []string
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- ifExists String
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- ifExists string
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values string[]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- if_exists str
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name str
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values Sequence[str]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- ifExists String
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
GetDeploymentSpecificationRouteRequestPolicyQueryParameterValidation        
- Parameters
List<GetDeployment Specification Route Request Policy Query Parameter Validation Parameter> 
- The List of Query Parameters
- ValidationMode string
- Validation behavior mode.
- Parameters
[]GetDeployment Specification Route Request Policy Query Parameter Validation Parameter 
- The List of Query Parameters
- ValidationMode string
- Validation behavior mode.
- parameters
List<GetDeployment Specification Route Request Policy Query Parameter Validation Parameter> 
- The List of Query Parameters
- validationMode String
- Validation behavior mode.
- parameters
GetDeployment Specification Route Request Policy Query Parameter Validation Parameter[] 
- The List of Query Parameters
- validationMode string
- Validation behavior mode.
- parameters
Sequence[GetDeployment Specification Route Request Policy Query Parameter Validation Parameter] 
- The List of Query Parameters
- validation_mode str
- Validation behavior mode.
- parameters List<Property Map>
- The List of Query Parameters
- validationMode String
- Validation behavior mode.
GetDeploymentSpecificationRouteRequestPolicyQueryParameterValidationParameter         
GetDeploymentSpecificationRouteRequestPolicyResponseCacheLookup        
- CacheKey List<string>Additions 
- A list of context expressions whose values will be added to the base cache key. Values should contain an expression enclosed within ${} delimiters. Only the request context is available.
- IsEnabled bool
- Whether this policy is currently enabled.
- IsPrivate boolCaching Enabled 
- Set true to allow caching responses where the request has an Authorization header. Ensure you have configured your cache key additions to get the level of isolation across authenticated requests that you require.
- Type string
- Type of the Response Cache Store Policy.
- CacheKey []stringAdditions 
- A list of context expressions whose values will be added to the base cache key. Values should contain an expression enclosed within ${} delimiters. Only the request context is available.
- IsEnabled bool
- Whether this policy is currently enabled.
- IsPrivate boolCaching Enabled 
- Set true to allow caching responses where the request has an Authorization header. Ensure you have configured your cache key additions to get the level of isolation across authenticated requests that you require.
- Type string
- Type of the Response Cache Store Policy.
- cacheKey List<String>Additions 
- A list of context expressions whose values will be added to the base cache key. Values should contain an expression enclosed within ${} delimiters. Only the request context is available.
- isEnabled Boolean
- Whether this policy is currently enabled.
- isPrivate BooleanCaching Enabled 
- Set true to allow caching responses where the request has an Authorization header. Ensure you have configured your cache key additions to get the level of isolation across authenticated requests that you require.
- type String
- Type of the Response Cache Store Policy.
- cacheKey string[]Additions 
- A list of context expressions whose values will be added to the base cache key. Values should contain an expression enclosed within ${} delimiters. Only the request context is available.
- isEnabled boolean
- Whether this policy is currently enabled.
- isPrivate booleanCaching Enabled 
- Set true to allow caching responses where the request has an Authorization header. Ensure you have configured your cache key additions to get the level of isolation across authenticated requests that you require.
- type string
- Type of the Response Cache Store Policy.
- cache_key_ Sequence[str]additions 
- A list of context expressions whose values will be added to the base cache key. Values should contain an expression enclosed within ${} delimiters. Only the request context is available.
- is_enabled bool
- Whether this policy is currently enabled.
- is_private_ boolcaching_ enabled 
- Set true to allow caching responses where the request has an Authorization header. Ensure you have configured your cache key additions to get the level of isolation across authenticated requests that you require.
- type str
- Type of the Response Cache Store Policy.
- cacheKey List<String>Additions 
- A list of context expressions whose values will be added to the base cache key. Values should contain an expression enclosed within ${} delimiters. Only the request context is available.
- isEnabled Boolean
- Whether this policy is currently enabled.
- isPrivate BooleanCaching Enabled 
- Set true to allow caching responses where the request has an Authorization header. Ensure you have configured your cache key additions to get the level of isolation across authenticated requests that you require.
- type String
- Type of the Response Cache Store Policy.
GetDeploymentSpecificationRouteResponsePolicy     
- HeaderTransformations List<GetDeployment Specification Route Response Policy Header Transformation> 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- ResponseCache List<GetStores Deployment Specification Route Response Policy Response Cache Store> 
- Base policy for how a response from a backend is cached in the Response Cache.
- HeaderTransformations []GetDeployment Specification Route Response Policy Header Transformation 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- ResponseCache []GetStores Deployment Specification Route Response Policy Response Cache Store 
- Base policy for how a response from a backend is cached in the Response Cache.
- headerTransformations List<GetDeployment Specification Route Response Policy Header Transformation> 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- responseCache List<GetStores Deployment Specification Route Response Policy Response Cache Store> 
- Base policy for how a response from a backend is cached in the Response Cache.
- headerTransformations GetDeployment Specification Route Response Policy Header Transformation[] 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- responseCache GetStores Deployment Specification Route Response Policy Response Cache Store[] 
- Base policy for how a response from a backend is cached in the Response Cache.
- header_transformations Sequence[GetDeployment Specification Route Response Policy Header Transformation] 
- A set of transformations to apply to HTTP headers that pass through the gateway.
- response_cache_ Sequence[Getstores Deployment Specification Route Response Policy Response Cache Store] 
- Base policy for how a response from a backend is cached in the Response Cache.
- headerTransformations List<Property Map>
- A set of transformations to apply to HTTP headers that pass through the gateway.
- responseCache List<Property Map>Stores 
- Base policy for how a response from a backend is cached in the Response Cache.
GetDeploymentSpecificationRouteResponsePolicyHeaderTransformation       
- FilterHeaders List<GetDeployment Specification Route Response Policy Header Transformation Filter Header> 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- RenameHeaders List<GetDeployment Specification Route Response Policy Header Transformation Rename Header> 
- Rename HTTP headers as they pass through the gateway.
- SetHeaders List<GetDeployment Specification Route Response Policy Header Transformation Set Header> 
- Set HTTP headers as they pass through the gateway.
- FilterHeaders []GetDeployment Specification Route Response Policy Header Transformation Filter Header 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- RenameHeaders []GetDeployment Specification Route Response Policy Header Transformation Rename Header 
- Rename HTTP headers as they pass through the gateway.
- SetHeaders []GetDeployment Specification Route Response Policy Header Transformation Set Header 
- Set HTTP headers as they pass through the gateway.
- filterHeaders List<GetDeployment Specification Route Response Policy Header Transformation Filter Header> 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- renameHeaders List<GetDeployment Specification Route Response Policy Header Transformation Rename Header> 
- Rename HTTP headers as they pass through the gateway.
- setHeaders List<GetDeployment Specification Route Response Policy Header Transformation Set Header> 
- Set HTTP headers as they pass through the gateway.
- filterHeaders GetDeployment Specification Route Response Policy Header Transformation Filter Header[] 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- renameHeaders GetDeployment Specification Route Response Policy Header Transformation Rename Header[] 
- Rename HTTP headers as they pass through the gateway.
- setHeaders GetDeployment Specification Route Response Policy Header Transformation Set Header[] 
- Set HTTP headers as they pass through the gateway.
- filter_headers Sequence[GetDeployment Specification Route Response Policy Header Transformation Filter Header] 
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- rename_headers Sequence[GetDeployment Specification Route Response Policy Header Transformation Rename Header] 
- Rename HTTP headers as they pass through the gateway.
- set_headers Sequence[GetDeployment Specification Route Response Policy Header Transformation Set Header] 
- Set HTTP headers as they pass through the gateway.
- filterHeaders List<Property Map>
- Filter HTTP headers as they pass through the gateway. The gateway applies filters after other transformations, so any headers set or renamed must also be listed here when using an ALLOW type policy.
- renameHeaders List<Property Map>
- Rename HTTP headers as they pass through the gateway.
- setHeaders List<Property Map>
- Set HTTP headers as they pass through the gateway.
GetDeploymentSpecificationRouteResponsePolicyHeaderTransformationFilterHeader         
- Items
List<GetDeployment Specification Route Response Policy Header Transformation Filter Header Item> 
- The list of headers.
- Type string
- Type of the Response Cache Store Policy.
- Items
[]GetDeployment Specification Route Response Policy Header Transformation Filter Header Item 
- The list of headers.
- Type string
- Type of the Response Cache Store Policy.
- items
List<GetDeployment Specification Route Response Policy Header Transformation Filter Header Item> 
- The list of headers.
- type String
- Type of the Response Cache Store Policy.
- items
GetDeployment Specification Route Response Policy Header Transformation Filter Header Item[] 
- The list of headers.
- type string
- Type of the Response Cache Store Policy.
- items
Sequence[GetDeployment Specification Route Response Policy Header Transformation Filter Header Item] 
- The list of headers.
- type str
- Type of the Response Cache Store Policy.
- items List<Property Map>
- The list of headers.
- type String
- Type of the Response Cache Store Policy.
GetDeploymentSpecificationRouteResponsePolicyHeaderTransformationFilterHeaderItem          
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name str
- The case-insensitive name of the header. This name must be unique across transformation policies.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
GetDeploymentSpecificationRouteResponsePolicyHeaderTransformationRenameHeader         
- items List<Property Map>
- The list of headers.
GetDeploymentSpecificationRouteResponsePolicyHeaderTransformationRenameHeaderItem          
GetDeploymentSpecificationRouteResponsePolicyHeaderTransformationSetHeader         
- items List<Property Map>
- The list of headers.
GetDeploymentSpecificationRouteResponsePolicyHeaderTransformationSetHeaderItem          
- IfExists string
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- Values List<string>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- IfExists string
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- Name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- Values []string
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- ifExists String
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- ifExists string
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name string
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values string[]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- if_exists str
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name str
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values Sequence[str]
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
- ifExists String
- If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
- name String
- The case-insensitive name of the header. This name must be unique across transformation policies.
- values List<String>
- A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
GetDeploymentSpecificationRouteResponsePolicyResponseCacheStore        
- TimeTo intLive In Seconds 
- Sets the number of seconds for a response from a backend being stored in the Response Cache before it expires.
- Type string
- Type of the Response Cache Store Policy.
- TimeTo intLive In Seconds 
- Sets the number of seconds for a response from a backend being stored in the Response Cache before it expires.
- Type string
- Type of the Response Cache Store Policy.
- timeTo IntegerLive In Seconds 
- Sets the number of seconds for a response from a backend being stored in the Response Cache before it expires.
- type String
- Type of the Response Cache Store Policy.
- timeTo numberLive In Seconds 
- Sets the number of seconds for a response from a backend being stored in the Response Cache before it expires.
- type string
- Type of the Response Cache Store Policy.
- time_to_ intlive_ in_ seconds 
- Sets the number of seconds for a response from a backend being stored in the Response Cache before it expires.
- type str
- Type of the Response Cache Store Policy.
- timeTo NumberLive In Seconds 
- Sets the number of seconds for a response from a backend being stored in the Response Cache before it expires.
- type String
- Type of the Response Cache Store Policy.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.
