# 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_waf_config_response =
  waas_client.update_waf_config(
    'ocid1.test.oc1..<unique_ID>EXAMPLE-waasPolicyId-Value',
    OCI::Waas::Models::WafConfig.new(
      access_rules: [
        OCI::Waas::Models::AccessRule.new(
          name: 'EXAMPLE-name-Value',
          criteria: [
            OCI::Waas::Models::AccessRuleCriteria.new(
              condition: 'IP_IN_LIST',
              value: 'EXAMPLE-value-Value',
              is_case_sensitive: false
            )
          ],
          action: 'BYPASS',
          block_action: 'SET_RESPONSE_CODE',
          block_response_code: 553,
          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::RemoveHttpResponseHeaderAction.new(
              action: 'REMOVE_HTTP_RESPONSE_HEADER',
              header: 'EXAMPLE-header-Value'
            )
          ]
        )
      ],
      address_rate_limiting:
        OCI::Waas::Models::AddressRateLimiting.new(
          is_enabled: true,
          allowed_rate_per_address: 2332,
          max_delayed_count_per_address: 351,
          block_response_code: 432
        ),
      captchas: [
        OCI::Waas::Models::Captcha.new(
          url: 'EXAMPLE-url-Value',
          session_expiration_in_seconds: 39_032,
          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: true,
          action: 'DETECT',
          failure_threshold: 714_445,
          action_expiration_in_seconds: 224_166,
          failure_threshold_expiration_in_seconds: 145_060,
          max_address_count: 9481,
          max_address_count_expiration_in_seconds: 49_346,
          challenge_settings:
            OCI::Waas::Models::BlockChallengeSettings.new(
              block_action: 'SET_RESPONSE_CODE',
              block_response_code: 917,
              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: true,
          action: 'BLOCK',
          failure_threshold: 532_936,
          action_expiration_in_seconds: 225_623,
          failure_threshold_expiration_in_seconds: 30_160,
          interaction_threshold: 90,
          recording_period_in_seconds: 5825,
          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: 721,
              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: true
        ),
      js_challenge:
        OCI::Waas::Models::JsChallenge.new(
          is_enabled: true,
          action: 'BLOCK',
          failure_threshold: 448_539,
          action_expiration_in_seconds: 349_379,
          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: 'SET_RESPONSE_CODE',
              block_response_code: 151,
              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: 'COUNTRY_IS',
              value: 'EXAMPLE-value-Value',
              is_case_sensitive: false
            )
          ],
          is_nat_enabled: true
        ),
      origin: 'EXAMPLE-origin-Value',
      caching_rules: [
        OCI::Waas::Models::CachingRule.new(
          name: 'EXAMPLE-name-Value',
          action: 'BYPASS_CACHE',
          criteria: [
            OCI::Waas::Models::CachingRuleCriteria.new(
              condition: 'URL_IS', value: 'EXAMPLE-value-Value'
            )
          ],
          key: 'EXAMPLE-key-Value',
          caching_duration: 'EXAMPLE-cachingDuration-Value',
          is_client_caching_enabled: false,
          client_caching_duration: 'EXAMPLE-clientCachingDuration-Value'
        )
      ],
      custom_protection_rules: [
        OCI::Waas::Models::CustomProtectionRuleSetting.new(
          id: 'ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value',
          action: 'DETECT',
          exclusions: [
            OCI::Waas::Models::ProtectionRuleExclusion.new(
              target: 'ARGS', 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: 'BLOCK',
          labels: %w[EXAMPLE--Value],
          exclusions: [
            OCI::Waas::Models::ProtectionRuleExclusion.new(
              target: 'ARGS', exclusions: %w[EXAMPLE--Value]
            )
          ]
        )
      ],
      protection_settings:
        OCI::Waas::Models::ProtectionSettings.new(
          block_action: 'SHOW_ERROR_PAGE',
          block_response_code: 869,
          block_error_page_message: 'EXAMPLE-blockErrorPageMessage-Value',
          block_error_page_code: 'EXAMPLE-blockErrorPageCode-Value',
          block_error_page_description:
            'EXAMPLE-blockErrorPageDescription-Value',
          max_argument_count: 8055,
          max_name_length_per_argument: 80_120,
          max_total_name_length_of_arguments: 354_276,
          recommendations_period_in_days: 92,
          is_response_inspected: false,
          max_response_size_in_ki_b: 1372,
          allowed_http_methods: %w[CONNECT],
          media_types: %w[EXAMPLE--Value]
        ),
      threat_feeds: [
        OCI::Waas::Models::ThreatFeed.new(
          key: 'EXAMPLE-key-Value',
          name: 'EXAMPLE-name-Value',
          action: 'BLOCK',
          description: 'EXAMPLE-description-Value'
        )
      ],
      whitelists: [
        OCI::Waas::Models::Whitelist.new(
          name: 'EXAMPLE-name-Value',
          addresses: %w[EXAMPLE--Value],
          address_lists: %w[EXAMPLE--Value]
        )
      ]
    )
  )

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