// This is an automatically generated code sample.
// To make this code sample work in your Oracle Cloud tenancy,
// please replace the values for any parameters whose current values do not fit
// your use case (such as resource IDs, strings containing ‘EXAMPLE’ or ‘unique_id’, and
// boolean, number, and enum parameters with values not fitting your use case).
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oci.WafService;
using Oci.Common;
using Oci.Common.Auth;
namespace Oci.Sdk.DotNet.Example.Waf
{
public class CreateWebAppFirewallPolicyExample
{
public static async Task Main()
{
// Create a request and dependent object(s).
var createWebAppFirewallPolicyDetails = new Oci.WafService.Models.CreateWebAppFirewallPolicyDetails
{
DisplayName = "EXAMPLE-displayName-Value",
CompartmentId = "ocid1.test.oc1..<unique_ID>EXAMPLE-compartmentId-Value",
Actions = new List<Oci.WafService.Models.Action>
{
new Oci.WafService.Models.ReturnHttpResponseAction
{
Code = 293,
Headers = new List<Oci.WafService.Models.ResponseHeader>
{
new Oci.WafService.Models.ResponseHeader
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
},
Body = new Oci.WafService.Models.DynamicHttpResponseBody
{
Template = "EXAMPLE-template-Value"
},
Name = "EXAMPLE-name-Value"
}
},
RequestAccessControl = new Oci.WafService.Models.RequestAccessControl
{
DefaultActionName = "EXAMPLE-defaultActionName-Value",
Rules = new List<Oci.WafService.Models.AccessControlRule>
{
new Oci.WafService.Models.AccessControlRule
{
Name = "EXAMPLE-name-Value",
ConditionLanguage = Oci.WafService.Models.WebAppFirewallPolicyRule.ConditionLanguageEnum.Jmespath,
Condition = "EXAMPLE-condition-Value",
ActionName = "EXAMPLE-actionName-Value"
}
}
},
RequestRateLimiting = new Oci.WafService.Models.RequestRateLimiting
{
Rules = new List<Oci.WafService.Models.RequestRateLimitingRule>
{
new Oci.WafService.Models.RequestRateLimitingRule
{
Configurations = new List<Oci.WafService.Models.RequestRateLimitingConfiguration>
{
new Oci.WafService.Models.RequestRateLimitingConfiguration
{
PeriodInSeconds = 77773,
RequestsLimit = 686,
ActionDurationInSeconds = 15998
}
},
Name = "EXAMPLE-name-Value",
ConditionLanguage = Oci.WafService.Models.WebAppFirewallPolicyRule.ConditionLanguageEnum.Jmespath,
Condition = "EXAMPLE-condition-Value",
ActionName = "EXAMPLE-actionName-Value"
}
}
},
RequestProtection = new Oci.WafService.Models.RequestProtection
{
Rules = new List<Oci.WafService.Models.ProtectionRule>
{
new Oci.WafService.Models.ProtectionRule
{
ProtectionCapabilities = new List<Oci.WafService.Models.ProtectionCapability>
{
new Oci.WafService.Models.ProtectionCapability
{
Key = "EXAMPLE-key-Value",
Version = 325,
Exclusions = new Oci.WafService.Models.ProtectionCapabilityExclusions
{
RequestCookies = new List<string>
{
"EXAMPLE--Value"
},
Args = new List<string>
{
"EXAMPLE--Value"
}
},
ActionName = "EXAMPLE-actionName-Value",
CollaborativeActionThreshold = 374,
CollaborativeWeights = new List<Oci.WafService.Models.CollaborativeCapabilityWeightOverride>
{
new Oci.WafService.Models.CollaborativeCapabilityWeightOverride
{
Key = "EXAMPLE-key-Value",
Weight = 955
}
}
}
},
ProtectionCapabilitySettings = new Oci.WafService.Models.ProtectionCapabilitySettings
{
MaxNumberOfArguments = 6319,
MaxSingleArgumentLength = 542938,
MaxTotalArgumentLength = 13604205,
MaxHttpRequestHeaders = 995,
MaxHttpRequestHeaderLength = 277616,
AllowedHttpMethods = new List<string>
{
"EXAMPLE--Value"
}
},
IsBodyInspectionEnabled = false,
Name = "EXAMPLE-name-Value",
ConditionLanguage = Oci.WafService.Models.WebAppFirewallPolicyRule.ConditionLanguageEnum.Jmespath,
Condition = "EXAMPLE-condition-Value",
ActionName = "EXAMPLE-actionName-Value"
}
},
BodyInspectionSizeLimitInBytes = 827,
BodyInspectionSizeLimitExceededActionName = "EXAMPLE-bodyInspectionSizeLimitExceededActionName-Value"
},
ResponseAccessControl = new Oci.WafService.Models.ResponseAccessControl
{
Rules = new List<Oci.WafService.Models.AccessControlRule>
{
new Oci.WafService.Models.AccessControlRule
{
Name = "EXAMPLE-name-Value",
ConditionLanguage = Oci.WafService.Models.WebAppFirewallPolicyRule.ConditionLanguageEnum.Jmespath,
Condition = "EXAMPLE-condition-Value",
ActionName = "EXAMPLE-actionName-Value"
}
}
},
ResponseProtection = new Oci.WafService.Models.ResponseProtection
{
Rules = new List<Oci.WafService.Models.ProtectionRule>
{
new Oci.WafService.Models.ProtectionRule
{
ProtectionCapabilities = new List<Oci.WafService.Models.ProtectionCapability>
{
new Oci.WafService.Models.ProtectionCapability
{
Key = "EXAMPLE-key-Value",
Version = 473,
Exclusions = new Oci.WafService.Models.ProtectionCapabilityExclusions
{
RequestCookies = new List<string>
{
"EXAMPLE--Value"
},
Args = new List<string>
{
"EXAMPLE--Value"
}
},
ActionName = "EXAMPLE-actionName-Value",
CollaborativeActionThreshold = 946,
CollaborativeWeights = new List<Oci.WafService.Models.CollaborativeCapabilityWeightOverride>
{
new Oci.WafService.Models.CollaborativeCapabilityWeightOverride
{
Key = "EXAMPLE-key-Value",
Weight = 744
}
}
}
},
ProtectionCapabilitySettings = new Oci.WafService.Models.ProtectionCapabilitySettings
{
MaxNumberOfArguments = 5654,
MaxSingleArgumentLength = 228479,
MaxTotalArgumentLength = 13187639,
MaxHttpRequestHeaders = 701,
MaxHttpRequestHeaderLength = 684735,
AllowedHttpMethods = new List<string>
{
"EXAMPLE--Value"
}
},
IsBodyInspectionEnabled = true,
Name = "EXAMPLE-name-Value",
ConditionLanguage = Oci.WafService.Models.WebAppFirewallPolicyRule.ConditionLanguageEnum.Jmespath,
Condition = "EXAMPLE-condition-Value",
ActionName = "EXAMPLE-actionName-Value"
}
}
},
FreeformTags = new Dictionary<string, string>()
{
{
"EXAMPLE_KEY_Rx7GO",
"EXAMPLE_VALUE_8jqE50NDj69DwZ5bklKg"
}
},
DefinedTags = new Dictionary<string, Dictionary<string, Object>>()
{
{
"EXAMPLE_KEY_jec9M",
new Dictionary<string, Object>()
{
{
"EXAMPLE_KEY_Jy6ti",
"EXAMPLE--Value"
}
}
}
},
SystemTags = new Dictionary<string, Dictionary<string, Object>>()
{
{
"EXAMPLE_KEY_55q9y",
new Dictionary<string, Object>()
{
{
"EXAMPLE_KEY_cIcTR",
"EXAMPLE--Value"
}
}
}
}
};
var createWebAppFirewallPolicyRequest = new Oci.WafService.Requests.CreateWebAppFirewallPolicyRequest
{
CreateWebAppFirewallPolicyDetails = createWebAppFirewallPolicyDetails,
OpcRetryToken = "EXAMPLE-opcRetryToken-Value",
OpcRequestId = "CO4YQYV8CZFW2HE6FHKW<unique_ID>"
};
// Create a default authentication provider that uses the DEFAULT
// profile in the configuration file.
// Refer to <see href="https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm#SDK_and_CLI_Configuration_File>the public documentation</see> on how to prepare a configuration file.
var provider = new ConfigFileAuthenticationDetailsProvider("DEFAULT");
try
{
// Create a service client and send the request.
using (var client = new WafClient(provider, new ClientConfiguration()))
{
var response = await client.CreateWebAppFirewallPolicy(createWebAppFirewallPolicyRequest);
// Retrieve value from the response.
var id = response.WebAppFirewallPolicy.Id;
}
}
catch (Exception e)
{
Console.WriteLine($"CreateWebAppFirewallPolicy Failed with {e.Message}");
throw e;
}
}
}
}