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

require 'oci'

# Create a default config using DEFAULT profile in default location
# Refer to https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm#SDK_and_CLI_Configuration_File for more info
config = OCI::ConfigFileLoader.load_config

# Initialize service client with default config file
waas_client = OCI::Waas::WaasClient.new(config: config)

# Send the request to service, some parameters are not required, see API doc for more info
update_waas_policy_response =
  waas_client.update_waas_policy(
    'ocid1.test.oc1..<unique_ID>EXAMPLE-waasPolicyId-Value',
    OCI::Waas::Models::UpdateWaasPolicyDetails.new(
      display_name: 'EXAMPLE-displayName-Value',
      additional_domains: %w[EXAMPLE--Value],
      origins: {
        'EXAMPLE_KEY_V5mNE' => {
          'uri' => 'EXAMPLE-uri-Value',
          'httpPort' => 39_461,
          'httpsPort' => 36_922,
          'customHeaders' => [
            { 'name' => 'EXAMPLE-name-Value', 'value' => 'EXAMPLE-value-Value' }
          ]
        }
      },
      origin_groups: {
        'EXAMPLE_KEY_20V8z' => {
          'origins' => [
            { 'origin' => 'EXAMPLE-origin-Value', 'weight' => 3926 }
          ]
        }
      },
      policy_config:
        OCI::Waas::Models::PolicyConfig.new(
          certificate_id:
            'ocid1.test.oc1..<unique_ID>EXAMPLE-certificateId-Value',
          is_https_enabled: false,
          is_https_forced: false,
          tls_protocols: %w[TLS_V1_3],
          is_origin_compression_enabled: false,
          is_behind_cdn: true,
          client_address_header: 'X_REAL_IP',
          is_cache_control_respected: true,
          is_response_buffering_enabled: false,
          cipher_group: 'DEFAULT',
          load_balancing_method:
            OCI::Waas::Models::IPHashLoadBalancingMethod.new(method: 'IP_HASH'),
          websocket_path_prefixes: %w[EXAMPLE--Value],
          is_sni_enabled: false,
          health_checks:
            OCI::Waas::Models::HealthCheck.new(
              is_enabled: true,
              method: 'GET',
              path: 'EXAMPLE-path-Value',
              headers: {
                'EXAMPLE_KEY_qzJ2P' => 'EXAMPLE_VALUE_y5JfnFZnyotrpwITLXVx'
              },
              expected_response_code_group: %w[2XX],
              is_response_text_check_enabled: true,
              expected_response_text: 'EXAMPLE-expectedResponseText-Value',
              interval_in_seconds: 7,
              timeout_in_seconds: 101,
              healthy_threshold: 15,
              unhealthy_threshold: 1
            )
        ),
      waf_config:
        OCI::Waas::Models::WafConfig.new(
          access_rules: [
            OCI::Waas::Models::AccessRule.new(
              name: 'EXAMPLE-name-Value',
              criteria: [
                OCI::Waas::Models::AccessRuleCriteria.new(
                  condition: 'IP_IS_NOT',
                  value: 'EXAMPLE-value-Value',
                  is_case_sensitive: false
                )
              ],
              action: 'BLOCK',
              block_action: 'SET_RESPONSE_CODE',
              block_response_code: 612,
              block_error_page_message: 'EXAMPLE-blockErrorPageMessage-Value',
              block_error_page_code: 'EXAMPLE-blockErrorPageCode-Value',
              block_error_page_description:
                'EXAMPLE-blockErrorPageDescription-Value',
              bypass_challenges: %w[CAPTCHA],
              redirect_url: 'EXAMPLE-redirectUrl-Value',
              redirect_response_code: 'MOVED_PERMANENTLY',
              captcha_title: 'EXAMPLE-captchaTitle-Value',
              captcha_header: 'EXAMPLE-captchaHeader-Value',
              captcha_footer: 'EXAMPLE-captchaFooter-Value',
              captcha_submit_label: 'EXAMPLE-captchaSubmitLabel-Value',
              response_header_manipulation: [
                OCI::Waas::Models::AddHttpResponseHeaderAction.new(
                  action: 'ADD_HTTP_RESPONSE_HEADER',
                  header: 'EXAMPLE-header-Value',
                  value: 'EXAMPLE-value-Value'
                )
              ]
            )
          ],
          address_rate_limiting:
            OCI::Waas::Models::AddressRateLimiting.new(
              is_enabled: true,
              allowed_rate_per_address: 6182,
              max_delayed_count_per_address: 6841,
              block_response_code: 188
            ),
          captchas: [
            OCI::Waas::Models::Captcha.new(
              url: 'EXAMPLE-url-Value',
              session_expiration_in_seconds: 183_468,
              title: 'EXAMPLE-title-Value',
              failure_message: 'EXAMPLE-failureMessage-Value',
              submit_label: 'EXAMPLE-submitLabel-Value',
              header_text: 'EXAMPLE-headerText-Value',
              footer_text: 'EXAMPLE-footerText-Value'
            )
          ],
          device_fingerprint_challenge:
            OCI::Waas::Models::DeviceFingerprintChallenge.new(
              is_enabled: false,
              action: 'DETECT',
              failure_threshold: 912_916,
              action_expiration_in_seconds: 128_817,
              failure_threshold_expiration_in_seconds: 420_750,
              max_address_count: 9116,
              max_address_count_expiration_in_seconds: 175_613,
              challenge_settings:
                OCI::Waas::Models::BlockChallengeSettings.new(
                  block_action: 'SHOW_CAPTCHA',
                  block_response_code: 823,
                  block_error_page_message:
                    'EXAMPLE-blockErrorPageMessage-Value',
                  block_error_page_description:
                    'EXAMPLE-blockErrorPageDescription-Value',
                  block_error_page_code: 'EXAMPLE-blockErrorPageCode-Value',
                  captcha_title: 'EXAMPLE-captchaTitle-Value',
                  captcha_header: 'EXAMPLE-captchaHeader-Value',
                  captcha_footer: 'EXAMPLE-captchaFooter-Value',
                  captcha_submit_label: 'EXAMPLE-captchaSubmitLabel-Value'
                )
            ),
          good_bots: [
            OCI::Waas::Models::GoodBot.new(
              key: 'EXAMPLE-key-Value',
              is_enabled: false,
              name: 'EXAMPLE-name-Value',
              description: 'EXAMPLE-description-Value'
            )
          ],
          human_interaction_challenge:
            OCI::Waas::Models::HumanInteractionChallenge.new(
              is_enabled: false,
              action: 'DETECT',
              failure_threshold: 46_050,
              action_expiration_in_seconds: 382_577,
              failure_threshold_expiration_in_seconds: 126_674,
              interaction_threshold: 28,
              recording_period_in_seconds: 11_369,
              set_http_header:
                OCI::Waas::Models::Header.new(
                  name: 'EXAMPLE-name-Value', value: 'EXAMPLE-value-Value'
                ),
              challenge_settings:
                OCI::Waas::Models::BlockChallengeSettings.new(
                  block_action: 'SHOW_ERROR_PAGE',
                  block_response_code: 140,
                  block_error_page_message:
                    'EXAMPLE-blockErrorPageMessage-Value',
                  block_error_page_description:
                    'EXAMPLE-blockErrorPageDescription-Value',
                  block_error_page_code: 'EXAMPLE-blockErrorPageCode-Value',
                  captcha_title: 'EXAMPLE-captchaTitle-Value',
                  captcha_header: 'EXAMPLE-captchaHeader-Value',
                  captcha_footer: 'EXAMPLE-captchaFooter-Value',
                  captcha_submit_label: 'EXAMPLE-captchaSubmitLabel-Value'
                ),
              is_nat_enabled: false
            ),
          js_challenge:
            OCI::Waas::Models::JsChallenge.new(
              is_enabled: true,
              action: 'DETECT',
              failure_threshold: 887_975,
              action_expiration_in_seconds: 339_971,
              set_http_header:
                OCI::Waas::Models::Header.new(
                  name: 'EXAMPLE-name-Value', value: 'EXAMPLE-value-Value'
                ),
              challenge_settings:
                OCI::Waas::Models::BlockChallengeSettings.new(
                  block_action: 'SHOW_CAPTCHA',
                  block_response_code: 737,
                  block_error_page_message:
                    'EXAMPLE-blockErrorPageMessage-Value',
                  block_error_page_description:
                    'EXAMPLE-blockErrorPageDescription-Value',
                  block_error_page_code: 'EXAMPLE-blockErrorPageCode-Value',
                  captcha_title: 'EXAMPLE-captchaTitle-Value',
                  captcha_header: 'EXAMPLE-captchaHeader-Value',
                  captcha_footer: 'EXAMPLE-captchaFooter-Value',
                  captcha_submit_label: 'EXAMPLE-captchaSubmitLabel-Value'
                ),
              are_redirects_challenged: false,
              criteria: [
                OCI::Waas::Models::AccessRuleCriteria.new(
                  condition: 'URL_DOES_NOT_MATCH_REGEX',
                  value: 'EXAMPLE-value-Value',
                  is_case_sensitive: true
                )
              ],
              is_nat_enabled: false
            ),
          origin: 'EXAMPLE-origin-Value',
          caching_rules: [
            OCI::Waas::Models::CachingRule.new(
              name: 'EXAMPLE-name-Value',
              action: 'CACHE',
              criteria: [
                OCI::Waas::Models::CachingRuleCriteria.new(
                  condition: 'URL_PART_CONTAINS', value: 'EXAMPLE-value-Value'
                )
              ],
              key: 'EXAMPLE-key-Value',
              caching_duration: 'EXAMPLE-cachingDuration-Value',
              is_client_caching_enabled: true,
              client_caching_duration: 'EXAMPLE-clientCachingDuration-Value'
            )
          ],
          custom_protection_rules: [
            OCI::Waas::Models::CustomProtectionRuleSetting.new(
              id: 'ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value',
              action: 'BLOCK',
              exclusions: [
                OCI::Waas::Models::ProtectionRuleExclusion.new(
                  target: 'ARGS_NAMES', exclusions: %w[EXAMPLE--Value]
                )
              ]
            )
          ],
          origin_groups: %w[EXAMPLE--Value],
          protection_rules: [
            OCI::Waas::Models::ProtectionRule.new(
              key: 'EXAMPLE-key-Value',
              mod_security_rule_ids: %w[EXAMPLE--Value],
              name: 'EXAMPLE-name-Value',
              description: 'EXAMPLE-description-Value',
              action: 'DETECT',
              labels: %w[EXAMPLE--Value],
              exclusions: [
                OCI::Waas::Models::ProtectionRuleExclusion.new(
                  target: 'ARGS_NAMES', exclusions: %w[EXAMPLE--Value]
                )
              ]
            )
          ],
          protection_settings:
            OCI::Waas::Models::ProtectionSettings.new(
              block_action: 'SHOW_ERROR_PAGE',
              block_response_code: 959,
              block_error_page_message: 'EXAMPLE-blockErrorPageMessage-Value',
              block_error_page_code: 'EXAMPLE-blockErrorPageCode-Value',
              block_error_page_description:
                'EXAMPLE-blockErrorPageDescription-Value',
              max_argument_count: 1081,
              max_name_length_per_argument: 56_305,
              max_total_name_length_of_arguments: 14_438,
              recommendations_period_in_days: 42,
              is_response_inspected: true,
              max_response_size_in_ki_b: 1220,
              allowed_http_methods: %w[POST],
              media_types: %w[EXAMPLE--Value]
            ),
          threat_feeds: [
            OCI::Waas::Models::ThreatFeed.new(
              key: 'EXAMPLE-key-Value',
              name: 'EXAMPLE-name-Value',
              action: 'DETECT',
              description: 'EXAMPLE-description-Value'
            )
          ],
          whitelists: [
            OCI::Waas::Models::Whitelist.new(
              name: 'EXAMPLE-name-Value',
              addresses: %w[EXAMPLE--Value],
              address_lists: %w[EXAMPLE--Value]
            )
          ]
        ),
      freeform_tags: {
        'EXAMPLE_KEY_ekQk4' => 'EXAMPLE_VALUE_LPfJXjgDoR6l48Sql0jP'
      },
      defined_tags: {
        'EXAMPLE_KEY_k8aqv' => { 'EXAMPLE_KEY_US3KE' => 'EXAMPLE--Value' }
      }
    )
  )

# Get the data from response
puts "#{update_waas_policy_response.headers}"