From 954d8524e14b1031d6a6506ca1d3f2a522bb3c02 Mon Sep 17 00:00:00 2001 From: Michael Goltsman Date: Thu, 31 Jul 2025 13:20:14 +0300 Subject: [PATCH] feat: VIOL_BOT_CLIENT and VIOL_GEOLOCATION violations and disallowed-geolocations definitions are added to NAP 4 policy CRDs --- .../bases/appprotect.f5.com_appolicies.yaml | 267 ++++++++++++++++++ deploy/crds-nap-waf.yaml | 267 ++++++++++++++++++ docs/crd/appprotect.f5.com_appolicies.md | 6 +- 3 files changed, 539 insertions(+), 1 deletion(-) diff --git a/config/crd/bases/appprotect.f5.com_appolicies.yaml b/config/crd/bases/appprotect.f5.com_appolicies.yaml index 4929c96247..f466c9ad4c 100644 --- a/config/crd/bases/appprotect.f5.com_appolicies.yaml +++ b/config/crd/bases/appprotect.f5.com_appolicies.yaml @@ -184,6 +184,7 @@ spec: - VIOL_ASM_COOKIE_HIJACKING - VIOL_ASM_COOKIE_MODIFIED - VIOL_BLACKLISTED_IP + - VIOL_BOT_CLIENT - VIOL_COOKIE_EXPIRED - VIOL_COOKIE_LENGTH - VIOL_COOKIE_MALFORMED @@ -195,6 +196,7 @@ spec: - VIOL_FILE_UPLOAD - VIOL_FILE_UPLOAD_IN_BODY - VIOL_FILETYPE + - VIOL_GEOLOCATION - VIOL_GRAPHQL_ERROR_RESPONSE - VIOL_GRAPHQL_FORMAT - VIOL_GRAPHQL_INTROSPECTION_QUERY @@ -552,6 +554,271 @@ spec: type: object description: type: string + disallowed-geolocations: + items: + properties: + $action: + enum: + - delete + type: string + countryCode: + type: string + countryName: + enum: + - Afghanistan + - Aland Islands + - Albania + - Algeria + - American Samoa + - Andorra + - Angola + - Anguilla + - Anonymous Proxy + - Antarctica + - Antigua and Barbuda + - Argentina + - Armenia + - Aruba + - Australia + - Austria + - Azerbaijan + - Bahamas + - Bahrain + - Bangladesh + - Barbados + - Belarus + - Belgium + - Belize + - Benin + - Bermuda + - Bhutan + - Bolivia + - Bosnia and Herzegovina + - Botswana + - Bouvet Island + - Brazil + - British Indian Ocean Territory + - Brunei Darussalam + - Bulgaria + - Burkina Faso + - Burundi + - Cambodia + - Cameroon + - Canada + - Cape Verde + - Cayman Islands + - Central African Republic + - Chad + - Chile + - China + - Christmas Island + - Cocos (Keeling) Islands + - Colombia + - Comoros + - Congo + - Congo, The Democratic Republic of the + - Cook Islands + - Costa Rica + - Cote D'Ivoire + - Croatia + - Cuba + - Cyprus + - Czech Republic + - Denmark + - Djibouti + - Dominica + - Dominican Republic + - Ecuador + - Egypt + - El Salvador + - Equatorial Guinea + - Eritrea + - Estonia + - Ethiopia + - Falkland Islands (Malvinas) + - Faroe Islands + - Fiji + - Finland + - France + - France, Metropolitan + - French Guiana + - French Polynesia + - French Southern Territories + - Gabon + - Gambia + - Georgia + - Germany + - Ghana + - Gibraltar + - Greece + - Greenland + - Grenada + - Guadeloupe + - Guam + - Guatemala + - Guernsey + - Guinea + - Guinea-Bissau + - Guyana + - Haiti + - Heard Island and McDonald Islands + - Holy See (Vatican City State) + - Honduras + - Hong Kong + - Hungary + - Iceland + - India + - Indonesia + - Iran, Islamic Republic of + - Iraq + - Ireland + - Isle of Man + - Israel + - Italy + - Jamaica + - Japan + - Jersey + - Jordan + - Kazakhstan + - Kenya + - Kiribati + - Korea, Democratic People's Republic of + - Korea, Republic of + - Kuwait + - Kyrgyzstan + - Lao People's Democratic Republic + - Latvia + - Lebanon + - Lesotho + - Liberia + - Libyan Arab Jamahiriya + - Liechtenstein + - Lithuania + - Luxembourg + - Macau + - Macedonia + - Madagascar + - Malawi + - Malaysia + - Maldives + - Mali + - Malta + - Marshall Islands + - Martinique + - Mauritania + - Mauritius + - Mayotte + - Mexico + - Micronesia, Federated States of + - Moldova, Republic of + - Monaco + - Mongolia + - Montenegro + - Montserrat + - Morocco + - Mozambique + - Myanmar + - N/A + - Namibia + - Nauru + - Nepal + - Netherlands + - Netherlands Antilles + - New Caledonia + - New Zealand + - Nicaragua + - Niger + - Nigeria + - Niue + - Norfolk Island + - Northern Mariana Islands + - Norway + - Oman + - Other + - Pakistan + - Palau + - Palestinian Territory + - Panama + - Papua New Guinea + - Paraguay + - Peru + - Philippines + - Pitcairn Islands + - Poland + - Portugal + - Puerto Rico + - Qatar + - Reunion + - Romania + - Russian Federation + - Rwanda + - Saint Barthelemy + - Saint Helena + - Saint Kitts and Nevis + - Saint Lucia + - Saint Martin + - Saint Pierre and Miquelon + - Saint Vincent and the Grenadines + - Samoa + - San Marino + - Sao Tome and Principe + - Satellite Provider + - Saudi Arabia + - Senegal + - Serbia + - Seychelles + - Sierra Leone + - Singapore + - Slovakia + - Slovenia + - Solomon Islands + - Somalia + - South Africa + - South Georgia and the South Sandwich Islands + - Spain + - Sri Lanka + - Sudan + - Suriname + - Svalbard and Jan Mayen + - Swaziland + - Sweden + - Switzerland + - Syrian Arab Republic + - Taiwan + - Tajikistan + - Tanzania, United Republic of + - Thailand + - Timor-Leste + - Togo + - Tokelau + - Tonga + - Trinidad and Tobago + - Tunisia + - Turkey + - Turkmenistan + - Turks and Caicos Islands + - Tuvalu + - Uganda + - Ukraine + - United Arab Emirates + - United Kingdom + - United States + - United States Minor Outlying Islands + - Uruguay + - Uzbekistan + - Vanuatu + - Venezuela + - Vietnam + - Virgin Islands, British + - Virgin Islands, U.S. + - Wallis and Futuna + - Western Sahara + - Yemen + - Zambia + - Zimbabwe + type: string + type: object + type: array enablePassiveMode: type: boolean enforcementMode: diff --git a/deploy/crds-nap-waf.yaml b/deploy/crds-nap-waf.yaml index 2548a69ce4..7aaf056daf 100644 --- a/deploy/crds-nap-waf.yaml +++ b/deploy/crds-nap-waf.yaml @@ -268,6 +268,7 @@ spec: - VIOL_ASM_COOKIE_HIJACKING - VIOL_ASM_COOKIE_MODIFIED - VIOL_BLACKLISTED_IP + - VIOL_BOT_CLIENT - VIOL_COOKIE_EXPIRED - VIOL_COOKIE_LENGTH - VIOL_COOKIE_MALFORMED @@ -279,6 +280,7 @@ spec: - VIOL_FILE_UPLOAD - VIOL_FILE_UPLOAD_IN_BODY - VIOL_FILETYPE + - VIOL_GEOLOCATION - VIOL_GRAPHQL_ERROR_RESPONSE - VIOL_GRAPHQL_FORMAT - VIOL_GRAPHQL_INTROSPECTION_QUERY @@ -636,6 +638,271 @@ spec: type: object description: type: string + disallowed-geolocations: + items: + properties: + $action: + enum: + - delete + type: string + countryCode: + type: string + countryName: + enum: + - Afghanistan + - Aland Islands + - Albania + - Algeria + - American Samoa + - Andorra + - Angola + - Anguilla + - Anonymous Proxy + - Antarctica + - Antigua and Barbuda + - Argentina + - Armenia + - Aruba + - Australia + - Austria + - Azerbaijan + - Bahamas + - Bahrain + - Bangladesh + - Barbados + - Belarus + - Belgium + - Belize + - Benin + - Bermuda + - Bhutan + - Bolivia + - Bosnia and Herzegovina + - Botswana + - Bouvet Island + - Brazil + - British Indian Ocean Territory + - Brunei Darussalam + - Bulgaria + - Burkina Faso + - Burundi + - Cambodia + - Cameroon + - Canada + - Cape Verde + - Cayman Islands + - Central African Republic + - Chad + - Chile + - China + - Christmas Island + - Cocos (Keeling) Islands + - Colombia + - Comoros + - Congo + - Congo, The Democratic Republic of the + - Cook Islands + - Costa Rica + - Cote D'Ivoire + - Croatia + - Cuba + - Cyprus + - Czech Republic + - Denmark + - Djibouti + - Dominica + - Dominican Republic + - Ecuador + - Egypt + - El Salvador + - Equatorial Guinea + - Eritrea + - Estonia + - Ethiopia + - Falkland Islands (Malvinas) + - Faroe Islands + - Fiji + - Finland + - France + - France, Metropolitan + - French Guiana + - French Polynesia + - French Southern Territories + - Gabon + - Gambia + - Georgia + - Germany + - Ghana + - Gibraltar + - Greece + - Greenland + - Grenada + - Guadeloupe + - Guam + - Guatemala + - Guernsey + - Guinea + - Guinea-Bissau + - Guyana + - Haiti + - Heard Island and McDonald Islands + - Holy See (Vatican City State) + - Honduras + - Hong Kong + - Hungary + - Iceland + - India + - Indonesia + - Iran, Islamic Republic of + - Iraq + - Ireland + - Isle of Man + - Israel + - Italy + - Jamaica + - Japan + - Jersey + - Jordan + - Kazakhstan + - Kenya + - Kiribati + - Korea, Democratic People's Republic of + - Korea, Republic of + - Kuwait + - Kyrgyzstan + - Lao People's Democratic Republic + - Latvia + - Lebanon + - Lesotho + - Liberia + - Libyan Arab Jamahiriya + - Liechtenstein + - Lithuania + - Luxembourg + - Macau + - Macedonia + - Madagascar + - Malawi + - Malaysia + - Maldives + - Mali + - Malta + - Marshall Islands + - Martinique + - Mauritania + - Mauritius + - Mayotte + - Mexico + - Micronesia, Federated States of + - Moldova, Republic of + - Monaco + - Mongolia + - Montenegro + - Montserrat + - Morocco + - Mozambique + - Myanmar + - N/A + - Namibia + - Nauru + - Nepal + - Netherlands + - Netherlands Antilles + - New Caledonia + - New Zealand + - Nicaragua + - Niger + - Nigeria + - Niue + - Norfolk Island + - Northern Mariana Islands + - Norway + - Oman + - Other + - Pakistan + - Palau + - Palestinian Territory + - Panama + - Papua New Guinea + - Paraguay + - Peru + - Philippines + - Pitcairn Islands + - Poland + - Portugal + - Puerto Rico + - Qatar + - Reunion + - Romania + - Russian Federation + - Rwanda + - Saint Barthelemy + - Saint Helena + - Saint Kitts and Nevis + - Saint Lucia + - Saint Martin + - Saint Pierre and Miquelon + - Saint Vincent and the Grenadines + - Samoa + - San Marino + - Sao Tome and Principe + - Satellite Provider + - Saudi Arabia + - Senegal + - Serbia + - Seychelles + - Sierra Leone + - Singapore + - Slovakia + - Slovenia + - Solomon Islands + - Somalia + - South Africa + - South Georgia and the South Sandwich Islands + - Spain + - Sri Lanka + - Sudan + - Suriname + - Svalbard and Jan Mayen + - Swaziland + - Sweden + - Switzerland + - Syrian Arab Republic + - Taiwan + - Tajikistan + - Tanzania, United Republic of + - Thailand + - Timor-Leste + - Togo + - Tokelau + - Tonga + - Trinidad and Tobago + - Tunisia + - Turkey + - Turkmenistan + - Turks and Caicos Islands + - Tuvalu + - Uganda + - Ukraine + - United Arab Emirates + - United Kingdom + - United States + - United States Minor Outlying Islands + - Uruguay + - Uzbekistan + - Vanuatu + - Venezuela + - Vietnam + - Virgin Islands, British + - Virgin Islands, U.S. + - Wallis and Futuna + - Western Sahara + - Yemen + - Zambia + - Zimbabwe + type: string + type: object + type: array enablePassiveMode: type: boolean enforcementMode: diff --git a/docs/crd/appprotect.f5.com_appolicies.md b/docs/crd/appprotect.f5.com_appolicies.md index fe5298802e..23f966e901 100644 --- a/docs/crd/appprotect.f5.com_appolicies.md +++ b/docs/crd/appprotect.f5.com_appolicies.md @@ -41,7 +41,7 @@ The `.spec` object supports the following fields: | `policy.blocking-settings.violations[].alarm` | `boolean` | Enable or disable this feature. | | `policy.blocking-settings.violations[].block` | `boolean` | Enable or disable this feature. | | `policy.blocking-settings.violations[].description` | `string` | String configuration value. | -| `policy.blocking-settings.violations[].name` | `string` | Allowed values: `"VIOL_ACCESS_INVALID"`, `"VIOL_ACCESS_MALFORMED"`, `"VIOL_ACCESS_MISSING"`, `"VIOL_ACCESS_UNAUTHORIZED"`, `"VIOL_ASM_COOKIE_HIJACKING"`, `"VIOL_ASM_COOKIE_MODIFIED"`, `"VIOL_BLACKLISTED_IP"`, `"VIOL_COOKIE_EXPIRED"`, `"VIOL_COOKIE_LENGTH"`, `"VIOL_COOKIE_MALFORMED"`, `"VIOL_COOKIE_MODIFIED"`, `"VIOL_CSRF"`, `"VIOL_DATA_GUARD"`, `"VIOL_ENCODING"`, `"VIOL_EVASION"`, `"VIOL_FILE_UPLOAD"`, `"VIOL_FILE_UPLOAD_IN_BODY"`, `"VIOL_FILETYPE"`, `"VIOL_GRAPHQL_ERROR_RESPONSE"`, `"VIOL_GRAPHQL_FORMAT"`, `"VIOL_GRAPHQL_INTROSPECTION_QUERY"`, `"VIOL_GRAPHQL_MALFORMED"`, `"VIOL_GRPC_FORMAT"`, `"VIOL_GRPC_MALFORMED"`, `"VIOL_GRPC_METHOD"`, `"VIOL_HEADER_LENGTH"`, `"VIOL_HEADER_METACHAR"`, `"VIOL_HEADER_REPEATED"`, `"VIOL_HTTP_PROTOCOL"`, `"VIOL_HTTP_RESPONSE_STATUS"`, `"VIOL_JSON_FORMAT"`, `"VIOL_JSON_MALFORMED"`, `"VIOL_JSON_SCHEMA"`, `"VIOL_MANDATORY_HEADER"`, `"VIOL_MANDATORY_PARAMETER"`, `"VIOL_MANDATORY_REQUEST_BODY"`, `"VIOL_METHOD"`, `"VIOL_PARAMETER"`, `"VIOL_PARAMETER_ARRAY_VALUE"`, `"VIOL_PARAMETER_DATA_TYPE"`, `"VIOL_PARAMETER_EMPTY_VALUE"`, `"VIOL_PARAMETER_LOCATION"`, `"VIOL_PARAMETER_MULTIPART_NULL_VALUE"`, `"VIOL_PARAMETER_NAME_METACHAR"`, `"VIOL_PARAMETER_NUMERIC_VALUE"`, `"VIOL_PARAMETER_REPEATED"`, `"VIOL_PARAMETER_STATIC_VALUE"`, `"VIOL_PARAMETER_VALUE_BASE64"`, `"VIOL_PARAMETER_VALUE_LENGTH"`, `"VIOL_PARAMETER_VALUE_METACHAR"`, `"VIOL_PARAMETER_VALUE_REGEXP"`, `"VIOL_POST_DATA_LENGTH"`, `"VIOL_QUERY_STRING_LENGTH"`, `"VIOL_RATING_NEED_EXAMINATION"`, `"VIOL_RATING_THREAT"`, `"VIOL_REQUEST_LENGTH"`, `"VIOL_REQUEST_MAX_LENGTH"`, `"VIOL_THREAT_CAMPAIGN"`, `"VIOL_URL"`, `"VIOL_URL_CONTENT_TYPE"`, `"VIOL_URL_LENGTH"`, `"VIOL_URL_METACHAR"`, `"VIOL_XML_FORMAT"`, `"VIOL_XML_MALFORMED"`. | +| `policy.blocking-settings.violations[].name` | `string` | Allowed values: `"VIOL_ACCESS_INVALID"`, `"VIOL_ACCESS_MALFORMED"`, `"VIOL_ACCESS_MISSING"`, `"VIOL_ACCESS_UNAUTHORIZED"`, `"VIOL_ASM_COOKIE_HIJACKING"`, `"VIOL_ASM_COOKIE_MODIFIED"`, `"VIOL_BLACKLISTED_IP"`, `"VIOL_BOT_CLIENT"`, `"VIOL_COOKIE_EXPIRED"`, `"VIOL_COOKIE_LENGTH"`, `"VIOL_COOKIE_MALFORMED"`, `"VIOL_COOKIE_MODIFIED"`, `"VIOL_CSRF"`, `"VIOL_DATA_GUARD"`, `"VIOL_ENCODING"`, `"VIOL_EVASION"`, `"VIOL_FILE_UPLOAD"`, `"VIOL_FILE_UPLOAD_IN_BODY"`, `"VIOL_FILETYPE"`, `"VIOL_GEOLOCATION"`, `"VIOL_GRAPHQL_ERROR_RESPONSE"`, `"VIOL_GRAPHQL_FORMAT"`, `"VIOL_GRAPHQL_INTROSPECTION_QUERY"`, `"VIOL_GRAPHQL_MALFORMED"`, `"VIOL_GRPC_FORMAT"`, `"VIOL_GRPC_MALFORMED"`, `"VIOL_GRPC_METHOD"`, `"VIOL_HEADER_LENGTH"`, `"VIOL_HEADER_METACHAR"`, `"VIOL_HEADER_REPEATED"`, `"VIOL_HTTP_PROTOCOL"`, `"VIOL_HTTP_RESPONSE_STATUS"`, `"VIOL_JSON_FORMAT"`, `"VIOL_JSON_MALFORMED"`, `"VIOL_JSON_SCHEMA"`, `"VIOL_MANDATORY_HEADER"`, `"VIOL_MANDATORY_PARAMETER"`, `"VIOL_MANDATORY_REQUEST_BODY"`, `"VIOL_METHOD"`, `"VIOL_PARAMETER"`, `"VIOL_PARAMETER_ARRAY_VALUE"`, `"VIOL_PARAMETER_DATA_TYPE"`, `"VIOL_PARAMETER_EMPTY_VALUE"`, `"VIOL_PARAMETER_LOCATION"`, `"VIOL_PARAMETER_MULTIPART_NULL_VALUE"`, `"VIOL_PARAMETER_NAME_METACHAR"`, `"VIOL_PARAMETER_NUMERIC_VALUE"`, `"VIOL_PARAMETER_REPEATED"`, `"VIOL_PARAMETER_STATIC_VALUE"`, `"VIOL_PARAMETER_VALUE_BASE64"`, `"VIOL_PARAMETER_VALUE_LENGTH"`, `"VIOL_PARAMETER_VALUE_METACHAR"`, `"VIOL_PARAMETER_VALUE_REGEXP"`, `"VIOL_POST_DATA_LENGTH"`, `"VIOL_QUERY_STRING_LENGTH"`, `"VIOL_RATING_NEED_EXAMINATION"`, `"VIOL_RATING_THREAT"`, `"VIOL_REQUEST_LENGTH"`, `"VIOL_REQUEST_MAX_LENGTH"`, `"VIOL_THREAT_CAMPAIGN"`, `"VIOL_URL"`, `"VIOL_URL_CONTENT_TYPE"`, `"VIOL_URL_LENGTH"`, `"VIOL_URL_METACHAR"`, `"VIOL_XML_FORMAT"`, `"VIOL_XML_MALFORMED"`. | | `policy.blockingSettingReference` | `object` | Configuration object. | | `policy.blockingSettingReference.link` | `string` | String configuration value. | | `policy.bot-defense` | `object` | Configuration object. | @@ -162,6 +162,10 @@ The `.spec` object supports the following fields: | `policy.general.trustXff` | `boolean` | Enable or disable this feature. | | `policy.generalReference` | `object` | Configuration object. | | `policy.generalReference.link` | `string` | String configuration value. | +| `policy.disallowed-geolocations` | `array` | List of configuration values. | +| `policy.disallowed-geolocations[].$action` | `string` | Allowed values: `"delete"`. | +| `policy.disallowed-geolocations[].countryCode` | `string` | Specifies the ISO country code of the selected country. | +| `policy.disallowed-geolocations[].countryName` | `string` | Specifies the name of the country. Allowed values: `"Afghanistan", "Aland Islands", "Albania", "Algeria", "American Samoa", "Andorra", "Angola", "Anguilla", "Anonymous Proxy", "Antarctica", "Antigua and Barbuda", "Argentina", "Armenia", "Aruba", "Australia", "Austria", "Azerbaijan", "Bahamas", "Bahrain", "Bangladesh", "Barbados", "Belarus", "Belgium", "Belize", "Benin", "Bermuda", "Bhutan", "Bolivia", "Bosnia and Herzegovina", "Botswana", "Bouvet Island", "Brazil", "British Indian Ocean Territory", "Brunei Darussalam", "Bulgaria", "Burkina Faso", "Burundi", "Cambodia", "Cameroon", "Canada", "Cape Verde", "Cayman Islands", "Central African Republic", "Chad", "Chile", "China", "Christmas Island", "Cocos (Keeling) Islands", "Colombia", "Comoros", "Congo", "Congo, The Democratic Republic of the", "Cook Islands", "Costa Rica", "Cote D'Ivoire", "Croatia", "Cuba", "Cyprus", "Czech Republic", "Denmark", "Djibouti", "Dominica", "Dominican Republic", "Ecuador", "Egypt", "El Salvador", "Equatorial Guinea", "Eritrea", "Estonia", "Ethiopia", "Falkland Islands (Malvinas)", "Faroe Islands", "Fiji", "Finland", "France", "France, Metropolitan", "French Guiana", "French Polynesia", "French Southern Territories", "Gabon", "Gambia", "Georgia", "Germany", "Ghana", "Gibraltar", "Greece", "Greenland", "Grenada", "Guadeloupe", "Guam", "Guatemala", "Guernsey", "Guinea", "Guinea-Bissau", "Guyana", "Haiti", "Heard Island and McDonald Islands", "Holy See (Vatican City State)", "Honduras", "Hong Kong", "Hungary", "Iceland", "India", "Indonesia", "Iran, Islamic Republic of", "Iraq", "Ireland", "Isle of Man", "Israel", "Italy", "Jamaica", "Japan", "Jersey", "Jordan", "Kazakhstan", "Kenya", "Kiribati", "Korea, Democratic People's Republic of", "Korea, Republic of", "Kuwait", "Kyrgyzstan", "Lao People's Democratic Republic", "Latvia", "Lebanon", "Lesotho", "Liberia", "Libyan Arab Jamahiriya", "Liechtenstein", "Lithuania", "Luxembourg", "Macau", "Macedonia", "Madagascar", "Malawi", "Malaysia", "Maldives", "Mali", "Malta", "Marshall Islands", "Martinique", "Mauritania", "Mauritius", "Mayotte", "Mexico", "Micronesia, Federated States of", "Moldova, Republic of", "Monaco", "Mongolia", "Montenegro", "Montserrat", "Morocco", "Mozambique", "Myanmar", "N/A", "Namibia", "Nauru", "Nepal", "Netherlands", "Netherlands Antilles", "New Caledonia", "New Zealand", "Nicaragua", "Niger", "Nigeria", "Niue", "Norfolk Island", "Northern Mariana Islands", "Norway", "Oman", "Other", "Pakistan", "Palau", "Palestinian Territory", "Panama", "Papua New Guinea", "Paraguay", "Peru", "Philippines", "Pitcairn Islands", "Poland", "Portugal", "Puerto Rico", "Qatar", "Reunion", "Romania", "Russian Federation", "Rwanda", "Saint Barthelemy", "Saint Helena", "Saint Kitts and Nevis", "Saint Lucia", "Saint Martin", "Saint Pierre and Miquelon", "Saint Vincent and the Grenadines", "Samoa", "San Marino", "Sao Tome and Principe", "Satellite Provider", "Saudi Arabia", "Senegal", "Serbia", "Seychelles", "Sierra Leone", "Singapore", "Slovakia", "Slovenia", "Solomon Islands", "Somalia", "South Africa", "South Georgia and the South Sandwich Islands", "Spain", "Sri Lanka", "Sudan", "Suriname", "Svalbard and Jan Mayen", "Swaziland", "Sweden", "Switzerland", "Syrian Arab Republic", "Taiwan", "Tajikistan", "Tanzania, United Republic of", "Thailand", "Timor-Leste", "Togo", "Tokelau", "Tonga", "Trinidad and Tobago", "Tunisia", "Turkey", "Turkmenistan", "Turks and Caicos Islands", "Tuvalu", "Uganda", "Ukraine", "United Arab Emirates", "United Kingdom", "United States", "United States Minor Outlying Islands", "Uruguay", "Uzbekistan", "Vanuatu", "Venezuela", "Vietnam", "Virgin Islands, British", "Virgin Islands, U.S.", "Wallis and Futuna", "Western Sahara", "Yemen", "Zambia", "Zimbabwe"` | | `policy.graphql-profiles` | `array` | List of configuration values. | | `policy.graphql-profiles[].$action` | `string` | Allowed values: `"delete"`. | | `policy.graphql-profiles[].attackSignaturesCheck` | `boolean` | Enable or disable this feature. |