// 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.CheckAction
{
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 = 36126,
RequestsLimit = 462,
ActionDurationInSeconds = 82347
}
},
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 = 857,
Exclusions = new Oci.WafService.Models.ProtectionCapabilityExclusions
{
RequestCookies = new List<string>
{
"EXAMPLE--Value"
},
Args = new List<string>
{
"EXAMPLE--Value"
}
},
ActionName = "EXAMPLE-actionName-Value",
CollaborativeActionThreshold = 353,
CollaborativeWeights = new List<Oci.WafService.Models.CollaborativeCapabilityWeightOverride>
{
new Oci.WafService.Models.CollaborativeCapabilityWeightOverride
{
Key = "EXAMPLE-key-Value",
Weight = 633
}
}
}
},
ProtectionCapabilitySettings = new Oci.WafService.Models.ProtectionCapabilitySettings
{
MaxNumberOfArguments = 2548,
MaxSingleArgumentLength = 609874,
MaxTotalArgumentLength = 27698595,
MaxHttpRequestHeaders = 363,
MaxHttpRequestHeaderLength = 632435,
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 = 550,
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 = 933,
Exclusions = new Oci.WafService.Models.ProtectionCapabilityExclusions
{
RequestCookies = new List<string>
{
"EXAMPLE--Value"
},
Args = new List<string>
{
"EXAMPLE--Value"
}
},
ActionName = "EXAMPLE-actionName-Value",
CollaborativeActionThreshold = 782,
CollaborativeWeights = new List<Oci.WafService.Models.CollaborativeCapabilityWeightOverride>
{
new Oci.WafService.Models.CollaborativeCapabilityWeightOverride
{
Key = "EXAMPLE-key-Value",
Weight = 782
}
}
}
},
ProtectionCapabilitySettings = new Oci.WafService.Models.ProtectionCapabilitySettings
{
MaxNumberOfArguments = 3827,
MaxSingleArgumentLength = 52546,
MaxTotalArgumentLength = 39334017,
MaxHttpRequestHeaders = 490,
MaxHttpRequestHeaderLength = 814014,
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_e0xj8",
"EXAMPLE_VALUE_myCBl8ehFaVKq15MersG"
}
},
DefinedTags = new Dictionary<string, Dictionary<string, Object>>()
{
{
"EXAMPLE_KEY_7r9pi",
new Dictionary<string, Object>()
{
{
"EXAMPLE_KEY_b5VtF",
"EXAMPLE--Value"
}
}
}
},
SystemTags = new Dictionary<string, Dictionary<string, Object>>()
{
{
"EXAMPLE_KEY_EOv6P",
new Dictionary<string, Object>()
{
{
"EXAMPLE_KEY_du7FG",
"EXAMPLE--Value"
}
}
}
}
};
var createWebAppFirewallPolicyRequest = new Oci.WafService.Requests.CreateWebAppFirewallPolicyRequest
{
CreateWebAppFirewallPolicyDetails = createWebAppFirewallPolicyDetails,
OpcRetryToken = "EXAMPLE-opcRetryToken-Value",
OpcRequestId = "KU0N2OB9QFV8RW3HNNQH<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;
}
}
}
}