// 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 UpdateWebAppFirewallPolicyExample
{
public static async Task Main()
{
// Create a request and dependent object(s).
var updateWebAppFirewallPolicyDetails = new Oci.WafService.Models.UpdateWebAppFirewallPolicyDetails
{
DisplayName = "EXAMPLE-displayName-Value",
Actions = new List<Oci.WafService.Models.Action>
{
new Oci.WafService.Models.ReturnHttpResponseAction
{
Code = 496,
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.StaticTextHttpResponseBody
{
Text = "EXAMPLE-text-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 = 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 updateWebAppFirewallPolicyRequest = new Oci.WafService.Requests.UpdateWebAppFirewallPolicyRequest
{
WebAppFirewallPolicyId = "ocid1.test.oc1..<unique_ID>EXAMPLE-webAppFirewallPolicyId-Value",
UpdateWebAppFirewallPolicyDetails = updateWebAppFirewallPolicyDetails,
IfMatch = "EXAMPLE-ifMatch-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.UpdateWebAppFirewallPolicy(updateWebAppFirewallPolicyRequest);
// Retrieve value from the response.
var versionValue = response.httpResponseMessage.Version;
}
}
catch (Exception e)
{
Console.WriteLine($"UpdateWebAppFirewallPolicy Failed with {e.Message}");
throw e;
}
}
}
}