// 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 = 1171,
RequestsLimit = 983,
ActionDurationInSeconds = 79638
}
},
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 = 732,
Exclusions = new Oci.WafService.Models.ProtectionCapabilityExclusions
{
RequestCookies = new List<string>
{
"EXAMPLE--Value"
},
Args = new List<string>
{
"EXAMPLE--Value"
}
},
ActionName = "EXAMPLE-actionName-Value",
CollaborativeActionThreshold = 172,
CollaborativeWeights = new List<Oci.WafService.Models.CollaborativeCapabilityWeightOverride>
{
new Oci.WafService.Models.CollaborativeCapabilityWeightOverride
{
Key = "EXAMPLE-key-Value",
Weight = 510
}
}
}
},
ProtectionCapabilitySettings = new Oci.WafService.Models.ProtectionCapabilitySettings
{
MaxNumberOfArguments = 2259,
MaxSingleArgumentLength = 767667,
MaxTotalArgumentLength = 54033780,
MaxHttpRequestHeaders = 298,
MaxHttpRequestHeaderLength = 461624,
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 = 464,
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 = 437,
Exclusions = new Oci.WafService.Models.ProtectionCapabilityExclusions
{
RequestCookies = new List<string>
{
"EXAMPLE--Value"
},
Args = new List<string>
{
"EXAMPLE--Value"
}
},
ActionName = "EXAMPLE-actionName-Value",
CollaborativeActionThreshold = 666,
CollaborativeWeights = new List<Oci.WafService.Models.CollaborativeCapabilityWeightOverride>
{
new Oci.WafService.Models.CollaborativeCapabilityWeightOverride
{
Key = "EXAMPLE-key-Value",
Weight = 340
}
}
}
},
ProtectionCapabilitySettings = new Oci.WafService.Models.ProtectionCapabilitySettings
{
MaxNumberOfArguments = 2925,
MaxSingleArgumentLength = 79371,
MaxTotalArgumentLength = 40225032,
MaxHttpRequestHeaders = 771,
MaxHttpRequestHeaderLength = 639509,
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_hQfns",
"EXAMPLE_VALUE_Np2xRzHq4oqyaOjxn3uJ"
}
},
DefinedTags = new Dictionary<string, Dictionary<string, Object>>()
{
{
"EXAMPLE_KEY_N1jbh",
new Dictionary<string, Object>()
{
{
"EXAMPLE_KEY_O3xoZ",
"EXAMPLE--Value"
}
}
}
},
SystemTags = new Dictionary<string, Dictionary<string, Object>>()
{
{
"EXAMPLE_KEY_BYg34",
new Dictionary<string, Object>()
{
{
"EXAMPLE_KEY_MJ61P",
"EXAMPLE--Value"
}
}
}
}
};
var createWebAppFirewallPolicyRequest = new Oci.WafService.Requests.CreateWebAppFirewallPolicyRequest
{
CreateWebAppFirewallPolicyDetails = createWebAppFirewallPolicyDetails,
OpcRetryToken = "EXAMPLE-opcRetryToken-Value",
OpcRequestId = "CAOMQNTLM2VFMTPFFBPT<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;
}
}
}
}