// 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.AllowAction
{
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 = 81710,
RequestsLimit = 35,
ActionDurationInSeconds = 48126
}
},
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 = 651,
Exclusions = new Oci.WafService.Models.ProtectionCapabilityExclusions
{
RequestCookies = new List<string>
{
"EXAMPLE--Value"
},
Args = new List<string>
{
"EXAMPLE--Value"
}
},
ActionName = "EXAMPLE-actionName-Value",
CollaborativeActionThreshold = 376,
CollaborativeWeights = new List<Oci.WafService.Models.CollaborativeCapabilityWeightOverride>
{
new Oci.WafService.Models.CollaborativeCapabilityWeightOverride
{
Key = "EXAMPLE-key-Value",
Weight = 763
}
}
}
},
ProtectionCapabilitySettings = new Oci.WafService.Models.ProtectionCapabilitySettings
{
MaxNumberOfArguments = 7504,
MaxSingleArgumentLength = 823962,
MaxTotalArgumentLength = 43383490,
MaxHttpRequestHeaders = 725,
MaxHttpRequestHeaderLength = 181719,
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"
}
},
BodyInspectionSizeLimitInBytes = 675,
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 = 694,
Exclusions = new Oci.WafService.Models.ProtectionCapabilityExclusions
{
RequestCookies = new List<string>
{
"EXAMPLE--Value"
},
Args = new List<string>
{
"EXAMPLE--Value"
}
},
ActionName = "EXAMPLE-actionName-Value",
CollaborativeActionThreshold = 739,
CollaborativeWeights = new List<Oci.WafService.Models.CollaborativeCapabilityWeightOverride>
{
new Oci.WafService.Models.CollaborativeCapabilityWeightOverride
{
Key = "EXAMPLE-key-Value",
Weight = 678
}
}
}
},
ProtectionCapabilitySettings = new Oci.WafService.Models.ProtectionCapabilitySettings
{
MaxNumberOfArguments = 8650,
MaxSingleArgumentLength = 716910,
MaxTotalArgumentLength = 29907497,
MaxHttpRequestHeaders = 724,
MaxHttpRequestHeaderLength = 438261,
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"
}
}
},
FreeformTags = new Dictionary<string, string>()
{
{
"EXAMPLE_KEY_YYYnW",
"EXAMPLE_VALUE_gr8J1ZfbWbkEW0cI4mDl"
}
},
DefinedTags = new Dictionary<string, Dictionary<string, Object>>()
{
{
"EXAMPLE_KEY_3SvJi",
new Dictionary<string, Object>()
{
{
"EXAMPLE_KEY_sIsNL",
"EXAMPLE--Value"
}
}
}
},
SystemTags = new Dictionary<string, Dictionary<string, Object>>()
{
{
"EXAMPLE_KEY_raZoz",
new Dictionary<string, Object>()
{
{
"EXAMPLE_KEY_Dr4Rs",
"EXAMPLE--Value"
}
}
}
}
};
var createWebAppFirewallPolicyRequest = new Oci.WafService.Requests.CreateWebAppFirewallPolicyRequest
{
CreateWebAppFirewallPolicyDetails = createWebAppFirewallPolicyDetails,
OpcRetryToken = "EXAMPLE-opcRetryToken-Value",
OpcRequestId = "VX0H1ZGZJZXZLNJAI6CC<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;
}
}
}
}