// 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).

package main

import (
	"context"
	"fmt"

	"github.com/oracle/oci-go-sdk/v65/common"
	"github.com/oracle/oci-go-sdk/v65/example/helpers"
	"github.com/oracle/oci-go-sdk/v65/waas"
)

func ExampleCreateWaasPolicy() {
	// 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.
	client, err := waas.NewWaasClientWithConfigurationProvider(common.DefaultConfigProvider())
	helpers.FatalIfError(err)

	// Create a request and dependent object(s).

	req := waas.CreateWaasPolicyRequest{CreateWaasPolicyDetails: waas.CreateWaasPolicyDetails{DisplayName: common.String("EXAMPLE-displayName-Value"),
		FreeformTags: map[string]string{"EXAMPLE_KEY_pUTjg": "EXAMPLE_VALUE_kIHbcxGxoYjvMJLScehh"},
		Origins: map[string]waas.Origin{"EXAMPLE_KEY_WGZqi": waas.Origin{CustomHeaders: []waas.Header{waas.Header{Name: common.String("EXAMPLE-name-Value"),
			Value: common.String("EXAMPLE-value-Value")}},
			HttpPort:  common.Int(38563),
			HttpsPort: common.Int(9631),
			Uri:       common.String("EXAMPLE-uri-Value")}},
		PolicyConfig: &waas.PolicyConfig{ClientAddressHeader: waas.PolicyConfigClientAddressHeaderXClientIp,
			HealthChecks: &waas.HealthCheck{ExpectedResponseCodeGroup: []waas.HealthCheckExpectedResponseCodeGroupEnum{waas.HealthCheckExpectedResponseCodeGroup4xx},
				HealthyThreshold:           common.Int(7),
				IntervalInSeconds:          common.Int(24),
				IsResponseTextCheckEnabled: common.Bool(false),
				Method:                     waas.HealthCheckMethodHead,
				Path:                       common.String("EXAMPLE-path-Value"),
				TimeoutInSeconds:           common.Int(93),
				ExpectedResponseText:       common.String("EXAMPLE-expectedResponseText-Value"),
				Headers:                    map[string]string{"EXAMPLE_KEY_ybDwT": "EXAMPLE_VALUE_MTwf6geWdnJ3Wb6Lwzhv"},
				IsEnabled:                  common.Bool(false),
				UnhealthyThreshold:         common.Int(18)},
			TlsProtocols:               []waas.PolicyConfigTlsProtocolsEnum{waas.PolicyConfigTlsProtocolsV13},
			IsCacheControlRespected:    common.Bool(false),
			IsOriginCompressionEnabled: common.Bool(false),
			IsBehindCdn:                common.Bool(false),
			IsHttpsForced:              common.Bool(false),
			IsResponseBufferingEnabled: common.Bool(false),
			LoadBalancingMethod:        waas.IpHashLoadBalancingMethod{},
			WebsocketPathPrefixes:      []string{"EXAMPLE--Value"},
			CertificateId:              common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-certificateId-Value"),
			CipherGroup:                waas.PolicyConfigCipherGroupDefault,
			IsHttpsEnabled:             common.Bool(true),
			IsSniEnabled:               common.Bool(true)},
		WafConfig: &waas.WafConfigDetails{CachingRules: []waas.CachingRule{waas.CachingRule{Name: common.String("EXAMPLE-name-Value"),
			Action:                waas.CachingRuleActionCache,
			CachingDuration:       common.String("EXAMPLE-cachingDuration-Value"),
			ClientCachingDuration: common.String("EXAMPLE-clientCachingDuration-Value"),
			Criteria: []waas.CachingRuleCriteria{waas.CachingRuleCriteria{Condition: waas.CachingRuleCriteriaConditionStartsWith,
				Value: common.String("EXAMPLE-value-Value")}},
			IsClientCachingEnabled: common.Bool(false),
			Key:                    common.String("EXAMPLE-key-Value")}},
			Captchas: []waas.Captcha{waas.Captcha{FailureMessage: common.String("EXAMPLE-failureMessage-Value"),
				FooterText:                 common.String("EXAMPLE-footerText-Value"),
				HeaderText:                 common.String("EXAMPLE-headerText-Value"),
				SessionExpirationInSeconds: common.Int(140773),
				SubmitLabel:                common.String("EXAMPLE-submitLabel-Value"),
				Title:                      common.String("EXAMPLE-title-Value"),
				Url:                        common.String("EXAMPLE-url-Value")}},
			CustomProtectionRules: []waas.CustomProtectionRuleSetting{waas.CustomProtectionRuleSetting{Exclusions: []waas.ProtectionRuleExclusion{waas.ProtectionRuleExclusion{Exclusions: []string{"EXAMPLE--Value"},
				Target: waas.ProtectionRuleExclusionTargetArgsNames}},
				Id:     common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value"),
				Action: waas.CustomProtectionRuleSettingActionBlock}},
			HumanInteractionChallenge: &waas.HumanInteractionChallenge{ActionExpirationInSeconds: common.Int(171866),
				FailureThreshold:                    common.Int(651060),
				FailureThresholdExpirationInSeconds: common.Int(23583),
				InteractionThreshold:                common.Int(47),
				IsNatEnabled:                        common.Bool(false),
				RecordingPeriodInSeconds:            common.Int(12792),
				Action:                              waas.HumanInteractionChallengeActionDetect,
				ChallengeSettings: &waas.BlockChallengeSettings{BlockErrorPageMessage: common.String("EXAMPLE-blockErrorPageMessage-Value"),
					BlockResponseCode:         common.Int(180),
					CaptchaFooter:             common.String("EXAMPLE-captchaFooter-Value"),
					CaptchaSubmitLabel:        common.String("EXAMPLE-captchaSubmitLabel-Value"),
					CaptchaTitle:              common.String("EXAMPLE-captchaTitle-Value"),
					BlockAction:               waas.BlockChallengeSettingsBlockActionShowErrorPage,
					BlockErrorPageCode:        common.String("EXAMPLE-blockErrorPageCode-Value"),
					BlockErrorPageDescription: common.String("EXAMPLE-blockErrorPageDescription-Value"),
					CaptchaHeader:             common.String("EXAMPLE-captchaHeader-Value")},
				IsEnabled: common.Bool(false),
				SetHttpHeader: &waas.Header{Name: common.String("EXAMPLE-name-Value"),
					Value: common.String("EXAMPLE-value-Value")}},
			ProtectionSettings: &waas.ProtectionSettings{BlockErrorPageMessage: common.String("EXAMPLE-blockErrorPageMessage-Value"),
				BlockResponseCode:             common.Int(441),
				IsResponseInspected:           common.Bool(true),
				AllowedHttpMethods:            []waas.ProtectionSettingsAllowedHttpMethodsEnum{waas.ProtectionSettingsAllowedHttpMethodsGet},
				BlockAction:                   waas.ProtectionSettingsBlockActionSetResponseCode,
				BlockErrorPageCode:            common.String("EXAMPLE-blockErrorPageCode-Value"),
				MaxResponseSizeInKiB:          common.Int(182),
				MaxTotalNameLengthOfArguments: common.Int(299554),
				MediaTypes:                    []string{"EXAMPLE--Value"},
				RecommendationsPeriodInDays:   common.Int(7),
				BlockErrorPageDescription:     common.String("EXAMPLE-blockErrorPageDescription-Value"),
				MaxArgumentCount:              common.Int(4998),
				MaxNameLengthPerArgument:      common.Int(85178)},
			AccessRules: []waas.AccessRule{waas.AccessRule{RedirectUrl: common.String("EXAMPLE-redirectUrl-Value"),
				CaptchaHeader: common.String("EXAMPLE-captchaHeader-Value"),
				Criteria: []waas.AccessRuleCriteria{waas.AccessRuleCriteria{IsCaseSensitive: common.Bool(true),
					Value:     common.String("EXAMPLE-value-Value"),
					Condition: waas.AccessRuleCriteriaConditionUrlPartDoesNotContain}},
				Name:                       common.String("EXAMPLE-name-Value"),
				RedirectResponseCode:       waas.AccessRuleRedirectResponseCodeMovedPermanently,
				Action:                     waas.AccessRuleActionBypass,
				BlockResponseCode:          common.Int(609),
				CaptchaSubmitLabel:         common.String("EXAMPLE-captchaSubmitLabel-Value"),
				CaptchaFooter:              common.String("EXAMPLE-captchaFooter-Value"),
				ResponseHeaderManipulation: []waas.HeaderManipulationAction{waas.RemoveHttpResponseHeaderAction{Header: common.String("EXAMPLE-header-Value")}},
				BlockErrorPageCode:         common.String("EXAMPLE-blockErrorPageCode-Value"),
				BlockErrorPageDescription:  common.String("EXAMPLE-blockErrorPageDescription-Value"),
				BlockErrorPageMessage:      common.String("EXAMPLE-blockErrorPageMessage-Value"),
				BypassChallenges:           []waas.AccessRuleBypassChallengesEnum{waas.AccessRuleBypassChallengesDeviceFingerprintChallenge},
				BlockAction:                waas.AccessRuleBlockActionSetResponseCode,
				CaptchaTitle:               common.String("EXAMPLE-captchaTitle-Value")}},
			AddressRateLimiting: &waas.AddressRateLimiting{IsEnabled: common.Bool(true),
				MaxDelayedCountPerAddress: common.Int(2388),
				AllowedRatePerAddress:     common.Int(266),
				BlockResponseCode:         common.Int(545)},
			DeviceFingerprintChallenge: &waas.DeviceFingerprintChallenge{MaxAddressCount: common.Int(3878),
				MaxAddressCountExpirationInSeconds: common.Int(396131),
				Action:                             waas.DeviceFingerprintChallengeActionDetect,
				ActionExpirationInSeconds:          common.Int(307797),
				ChallengeSettings: &waas.BlockChallengeSettings{CaptchaTitle: common.String("EXAMPLE-captchaTitle-Value"),
					BlockAction:               waas.BlockChallengeSettingsBlockActionSetResponseCode,
					CaptchaFooter:             common.String("EXAMPLE-captchaFooter-Value"),
					CaptchaHeader:             common.String("EXAMPLE-captchaHeader-Value"),
					CaptchaSubmitLabel:        common.String("EXAMPLE-captchaSubmitLabel-Value"),
					BlockErrorPageCode:        common.String("EXAMPLE-blockErrorPageCode-Value"),
					BlockErrorPageDescription: common.String("EXAMPLE-blockErrorPageDescription-Value"),
					BlockErrorPageMessage:     common.String("EXAMPLE-blockErrorPageMessage-Value"),
					BlockResponseCode:         common.Int(302)},
				FailureThreshold:                    common.Int(96389),
				FailureThresholdExpirationInSeconds: common.Int(161569),
				IsEnabled:                           common.Bool(false)},
			JsChallenge: &waas.JsChallenge{IsEnabled: common.Bool(false),
				IsNatEnabled: common.Bool(false),
				SetHttpHeader: &waas.Header{Name: common.String("EXAMPLE-name-Value"),
					Value: common.String("EXAMPLE-value-Value")},
				ActionExpirationInSeconds: common.Int(44975),
				Criteria: []waas.AccessRuleCriteria{waas.AccessRuleCriteria{IsCaseSensitive: common.Bool(true),
					Value:     common.String("EXAMPLE-value-Value"),
					Condition: waas.AccessRuleCriteriaConditionHttpHeaderContains}},
				FailureThreshold:       common.Int(748300),
				Action:                 waas.JsChallengeActionDetect,
				AreRedirectsChallenged: common.Bool(false),
				ChallengeSettings: &waas.BlockChallengeSettings{CaptchaSubmitLabel: common.String("EXAMPLE-captchaSubmitLabel-Value"),
					CaptchaTitle:              common.String("EXAMPLE-captchaTitle-Value"),
					BlockErrorPageCode:        common.String("EXAMPLE-blockErrorPageCode-Value"),
					BlockResponseCode:         common.Int(873),
					BlockErrorPageMessage:     common.String("EXAMPLE-blockErrorPageMessage-Value"),
					CaptchaFooter:             common.String("EXAMPLE-captchaFooter-Value"),
					CaptchaHeader:             common.String("EXAMPLE-captchaHeader-Value"),
					BlockAction:               waas.BlockChallengeSettingsBlockActionShowCaptcha,
					BlockErrorPageDescription: common.String("EXAMPLE-blockErrorPageDescription-Value")}},
			Origin:       common.String("EXAMPLE-origin-Value"),
			OriginGroups: []string{"EXAMPLE--Value"},
			Whitelists: []waas.Whitelist{waas.Whitelist{AddressLists: []string{"EXAMPLE--Value"},
				Addresses: []string{"EXAMPLE--Value"},
				Name:      common.String("EXAMPLE-name-Value")}}},
		CompartmentId: common.String("ocid1.test.oc1..<unique_ID>EXAMPLE-compartmentId-Value"),
		DefinedTags:   map[string]map[string]interface{}{"EXAMPLE_KEY_B3NbQ": map[string]interface{}{"EXAMPLE_KEY_UDjHK": "EXAMPLE--Value"}},
		OriginGroups: map[string]waas.OriginGroup{"EXAMPLE_KEY_UhUJy": waas.OriginGroup{Origins: []waas.OriginGroupOrigins{waas.OriginGroupOrigins{Weight: common.Int(715),
			Origin: common.String("EXAMPLE-origin-Value")}}}},
		AdditionalDomains: []string{"EXAMPLE--Value"},
		Domain:            common.String("EXAMPLE-domain-Value")},
		OpcRequestId:  common.String("NA1IEIHPUE73BON3UOKR<unique_ID>"),
		OpcRetryToken: common.String("EXAMPLE-opcRetryToken-Value")}

	// Send the request using the service client
	resp, err := client.CreateWaasPolicy(context.Background(), req)
	helpers.FatalIfError(err)

	// Retrieve value from the response.
	fmt.Println(resp)
}