// 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.WaasService;
using Oci.Common;
using Oci.Common.Auth;
namespace Oci.Sdk.DotNet.Example.Waas
{
public class CreateWaasPolicyExample
{
public static async Task Main()
{
// Create a request and dependent object(s).
var createWaasPolicyDetails = new Oci.WaasService.Models.CreateWaasPolicyDetails
{
CompartmentId = "ocid1.test.oc1..<unique_ID>EXAMPLE-compartmentId-Value",
DisplayName = "EXAMPLE-displayName-Value",
Domain = "EXAMPLE-domain-Value",
AdditionalDomains = new List<string>
{
"EXAMPLE--Value"
},
Origins = new Dictionary<string, Oci.WaasService.Models.Origin>()
{
{
"EXAMPLE_KEY_8bR0n",
new Oci.WaasService.Models.Origin
{
Uri = "EXAMPLE-uri-Value",
HttpPort = 7738,
HttpsPort = 17797,
CustomHeaders = new List<Oci.WaasService.Models.Header>
{
new Oci.WaasService.Models.Header
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
}
}
},
OriginGroups = new Dictionary<string, Oci.WaasService.Models.OriginGroup>()
{
{
"EXAMPLE_KEY_25ubu",
new Oci.WaasService.Models.OriginGroup
{
Origins = new List<Oci.WaasService.Models.OriginGroup_origins>
{
new Oci.WaasService.Models.OriginGroup_origins
{
Origin = "EXAMPLE-origin-Value",
Weight = 6953
}
}
}
}
},
PolicyConfig = new Oci.WaasService.Models.PolicyConfig
{
CertificateId = "ocid1.test.oc1..<unique_ID>EXAMPLE-certificateId-Value",
IsHttpsEnabled = true,
IsHttpsForced = false,
TlsProtocols = new List<Oci.WaasService.Models.PolicyConfig.TlsProtocolsEnum>
{
Oci.WaasService.Models.PolicyConfig.TlsProtocolsEnum.TlsV11
},
IsOriginCompressionEnabled = false,
IsBehindCdn = true,
ClientAddressHeader = Oci.WaasService.Models.PolicyConfig.ClientAddressHeaderEnum.ClientIp,
IsCacheControlRespected = false,
IsResponseBufferingEnabled = false,
CipherGroup = Oci.WaasService.Models.PolicyConfig.CipherGroupEnum.Default,
LoadBalancingMethod = new Oci.WaasService.Models.StickyCookieLoadBalancingMethod
{
Name = "EXAMPLE-name-Value",
Domain = "EXAMPLE-domain-Value",
ExpirationTimeInSeconds = 9172932
},
WebsocketPathPrefixes = new List<string>
{
"EXAMPLE--Value"
},
IsSniEnabled = true,
HealthChecks = new Oci.WaasService.Models.HealthCheck
{
IsEnabled = false,
Method = Oci.WaasService.Models.HealthCheck.MethodEnum.Head,
Path = "EXAMPLE-path-Value",
Headers = new Dictionary<string, string>()
{
{
"EXAMPLE_KEY_KRhzF",
"EXAMPLE_VALUE_zk8kA5MErKcqPbozNAKR"
}
},
ExpectedResponseCodeGroup = new List<Oci.WaasService.Models.HealthCheck.ExpectedResponseCodeGroupEnum>
{
Oci.WaasService.Models.HealthCheck.ExpectedResponseCodeGroupEnum._3Xx
},
IsResponseTextCheckEnabled = false,
ExpectedResponseText = "EXAMPLE-expectedResponseText-Value",
IntervalInSeconds = 18,
TimeoutInSeconds = 30,
HealthyThreshold = 6,
UnhealthyThreshold = 7
}
},
WafConfig = new Oci.WaasService.Models.WafConfigDetails
{
AccessRules = new List<Oci.WaasService.Models.AccessRule>
{
new Oci.WaasService.Models.AccessRule
{
Name = "EXAMPLE-name-Value",
Criteria = new List<Oci.WaasService.Models.AccessRuleCriteria>
{
new Oci.WaasService.Models.AccessRuleCriteria
{
Condition = Oci.WaasService.Models.AccessRuleCriteria.ConditionEnum.IpIs,
Value = "EXAMPLE-value-Value",
IsCaseSensitive = true
}
},
Action = Oci.WaasService.Models.AccessRule.ActionEnum.Detect,
BlockAction = Oci.WaasService.Models.AccessRule.BlockActionEnum.SetResponseCode,
BlockResponseCode = 237,
BlockErrorPageMessage = "EXAMPLE-blockErrorPageMessage-Value",
BlockErrorPageCode = "EXAMPLE-blockErrorPageCode-Value",
BlockErrorPageDescription = "EXAMPLE-blockErrorPageDescription-Value",
BypassChallenges = new List<Oci.WaasService.Models.AccessRule.BypassChallengesEnum>
{
Oci.WaasService.Models.AccessRule.BypassChallengesEnum.HumanInteractionChallenge
},
RedirectUrl = "EXAMPLE-redirectUrl-Value",
RedirectResponseCode = Oci.WaasService.Models.AccessRule.RedirectResponseCodeEnum.MovedPermanently,
CaptchaTitle = "EXAMPLE-captchaTitle-Value",
CaptchaHeader = "EXAMPLE-captchaHeader-Value",
CaptchaFooter = "EXAMPLE-captchaFooter-Value",
CaptchaSubmitLabel = "EXAMPLE-captchaSubmitLabel-Value",
ResponseHeaderManipulation = new List<Oci.WaasService.Models.HeaderManipulationAction>
{
new Oci.WaasService.Models.AddHttpResponseHeaderAction
{
Header = "EXAMPLE-header-Value",
Value = "EXAMPLE-value-Value"
}
}
}
},
AddressRateLimiting = new Oci.WaasService.Models.AddressRateLimiting
{
IsEnabled = true,
AllowedRatePerAddress = 3049,
MaxDelayedCountPerAddress = 4714,
BlockResponseCode = 450
},
Captchas = new List<Oci.WaasService.Models.Captcha>
{
new Oci.WaasService.Models.Captcha
{
Url = "EXAMPLE-url-Value",
SessionExpirationInSeconds = 393010,
Title = "EXAMPLE-title-Value",
HeaderText = "EXAMPLE-headerText-Value",
FooterText = "EXAMPLE-footerText-Value",
FailureMessage = "EXAMPLE-failureMessage-Value",
SubmitLabel = "EXAMPLE-submitLabel-Value"
}
},
DeviceFingerprintChallenge = new Oci.WaasService.Models.DeviceFingerprintChallenge
{
IsEnabled = true,
Action = Oci.WaasService.Models.DeviceFingerprintChallenge.ActionEnum.Block,
FailureThreshold = 286335,
ActionExpirationInSeconds = 115834,
FailureThresholdExpirationInSeconds = 52664,
MaxAddressCount = 4510,
MaxAddressCountExpirationInSeconds = 24797,
ChallengeSettings = new Oci.WaasService.Models.BlockChallengeSettings
{
BlockAction = Oci.WaasService.Models.BlockChallengeSettings.BlockActionEnum.SetResponseCode,
BlockResponseCode = 717,
BlockErrorPageMessage = "EXAMPLE-blockErrorPageMessage-Value",
BlockErrorPageDescription = "EXAMPLE-blockErrorPageDescription-Value",
BlockErrorPageCode = "EXAMPLE-blockErrorPageCode-Value",
CaptchaTitle = "EXAMPLE-captchaTitle-Value",
CaptchaHeader = "EXAMPLE-captchaHeader-Value",
CaptchaFooter = "EXAMPLE-captchaFooter-Value",
CaptchaSubmitLabel = "EXAMPLE-captchaSubmitLabel-Value"
}
},
HumanInteractionChallenge = new Oci.WaasService.Models.HumanInteractionChallenge
{
IsEnabled = false,
Action = Oci.WaasService.Models.HumanInteractionChallenge.ActionEnum.Detect,
FailureThreshold = 873418,
ActionExpirationInSeconds = 159368,
FailureThresholdExpirationInSeconds = 374558,
InteractionThreshold = 59,
RecordingPeriodInSeconds = 11674,
SetHttpHeader = new Oci.WaasService.Models.Header
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
},
ChallengeSettings = new Oci.WaasService.Models.BlockChallengeSettings
{
BlockAction = Oci.WaasService.Models.BlockChallengeSettings.BlockActionEnum.ShowErrorPage,
BlockResponseCode = 747,
BlockErrorPageMessage = "EXAMPLE-blockErrorPageMessage-Value",
BlockErrorPageDescription = "EXAMPLE-blockErrorPageDescription-Value",
BlockErrorPageCode = "EXAMPLE-blockErrorPageCode-Value",
CaptchaTitle = "EXAMPLE-captchaTitle-Value",
CaptchaHeader = "EXAMPLE-captchaHeader-Value",
CaptchaFooter = "EXAMPLE-captchaFooter-Value",
CaptchaSubmitLabel = "EXAMPLE-captchaSubmitLabel-Value"
},
IsNatEnabled = true
},
JsChallenge = new Oci.WaasService.Models.JsChallenge
{
IsEnabled = true,
Action = Oci.WaasService.Models.JsChallenge.ActionEnum.Block,
FailureThreshold = 641638,
ActionExpirationInSeconds = 118740,
SetHttpHeader = new Oci.WaasService.Models.Header
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
},
ChallengeSettings = new Oci.WaasService.Models.BlockChallengeSettings
{
BlockAction = Oci.WaasService.Models.BlockChallengeSettings.BlockActionEnum.ShowErrorPage,
BlockResponseCode = 982,
BlockErrorPageMessage = "EXAMPLE-blockErrorPageMessage-Value",
BlockErrorPageDescription = "EXAMPLE-blockErrorPageDescription-Value",
BlockErrorPageCode = "EXAMPLE-blockErrorPageCode-Value",
CaptchaTitle = "EXAMPLE-captchaTitle-Value",
CaptchaHeader = "EXAMPLE-captchaHeader-Value",
CaptchaFooter = "EXAMPLE-captchaFooter-Value",
CaptchaSubmitLabel = "EXAMPLE-captchaSubmitLabel-Value"
},
AreRedirectsChallenged = true,
Criteria = new List<Oci.WaasService.Models.AccessRuleCriteria>
{
new Oci.WaasService.Models.AccessRuleCriteria
{
Condition = Oci.WaasService.Models.AccessRuleCriteria.ConditionEnum.UrlPartContains,
Value = "EXAMPLE-value-Value",
IsCaseSensitive = false
}
},
IsNatEnabled = true
},
Origin = "EXAMPLE-origin-Value",
CachingRules = new List<Oci.WaasService.Models.CachingRule>
{
new Oci.WaasService.Models.CachingRule
{
Key = "EXAMPLE-key-Value",
Name = "EXAMPLE-name-Value",
Action = Oci.WaasService.Models.CachingRule.ActionEnum.BypassCache,
CachingDuration = "EXAMPLE-cachingDuration-Value",
IsClientCachingEnabled = false,
ClientCachingDuration = "EXAMPLE-clientCachingDuration-Value",
Criteria = new List<Oci.WaasService.Models.CachingRuleCriteria>
{
new Oci.WaasService.Models.CachingRuleCriteria
{
Condition = Oci.WaasService.Models.CachingRuleCriteria.ConditionEnum.UrlPartContains,
Value = "EXAMPLE-value-Value"
}
}
}
},
CustomProtectionRules = new List<Oci.WaasService.Models.CustomProtectionRuleSetting>
{
new Oci.WaasService.Models.CustomProtectionRuleSetting
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
Action = Oci.WaasService.Models.CustomProtectionRuleSetting.ActionEnum.Detect,
Exclusions = new List<Oci.WaasService.Models.ProtectionRuleExclusion>
{
new Oci.WaasService.Models.ProtectionRuleExclusion
{
Target = Oci.WaasService.Models.ProtectionRuleExclusion.TargetEnum.Args,
Exclusions = new List<string>
{
"EXAMPLE--Value"
}
}
}
}
},
OriginGroups = new List<string>
{
"EXAMPLE--Value"
},
ProtectionSettings = new Oci.WaasService.Models.ProtectionSettings
{
BlockAction = Oci.WaasService.Models.ProtectionSettings.BlockActionEnum.ShowErrorPage,
BlockResponseCode = 268,
BlockErrorPageMessage = "EXAMPLE-blockErrorPageMessage-Value",
BlockErrorPageCode = "EXAMPLE-blockErrorPageCode-Value",
BlockErrorPageDescription = "EXAMPLE-blockErrorPageDescription-Value",
MaxArgumentCount = 7221,
MaxNameLengthPerArgument = 95086,
MaxTotalNameLengthOfArguments = 233070,
RecommendationsPeriodInDays = 97,
IsResponseInspected = false,
MaxResponseSizeInKiB = 957,
AllowedHttpMethods = new List<Oci.WaasService.Models.ProtectionSettings.AllowedHttpMethodsEnum>
{
Oci.WaasService.Models.ProtectionSettings.AllowedHttpMethodsEnum.Propfind
},
MediaTypes = new List<string>
{
"EXAMPLE--Value"
}
},
Whitelists = new List<Oci.WaasService.Models.Whitelist>
{
new Oci.WaasService.Models.Whitelist
{
Name = "EXAMPLE-name-Value",
Addresses = new List<string>
{
"EXAMPLE--Value"
},
AddressLists = new List<string>
{
"EXAMPLE--Value"
}
}
}
},
FreeformTags = new Dictionary<string, string>()
{
{
"EXAMPLE_KEY_w3xE4",
"EXAMPLE_VALUE_sJf3YPKbX2tfAVuNsS0v"
}
},
DefinedTags = new Dictionary<string, Dictionary<string, Object>>()
{
{
"EXAMPLE_KEY_vFhlz",
new Dictionary<string, Object>()
{
{
"EXAMPLE_KEY_8VN0H",
"EXAMPLE--Value"
}
}
}
}
};
var createWaasPolicyRequest = new Oci.WaasService.Requests.CreateWaasPolicyRequest
{
CreateWaasPolicyDetails = createWaasPolicyDetails,
OpcRequestId = "6TYXXM0BKLYJWIFWWDVS<unique_ID>",
OpcRetryToken = "EXAMPLE-opcRetryToken-Value"
};
// 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 WaasClient(provider, new ClientConfiguration()))
{
var response = await client.CreateWaasPolicy(createWaasPolicyRequest);
// Retrieve value from the response.
var versionValue = response.httpResponseMessage.Version;
}
}
catch (Exception e)
{
Console.WriteLine($"CreateWaasPolicy Failed with {e.Message}");
throw e;
}
}
}
}