Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 2.02 KB

WafFirewallResponseDataAttributes.md

File metadata and controls

26 lines (21 loc) · 2.02 KB

WebService::Fastly::Object::WafFirewallResponseDataAttributes

Load the model package

use WebService::Fastly::Object::WafFirewallResponseDataAttributes;

Properties

Name Type Description Notes
created_at DateTime Date and time in ISO 8601 format. [optional] [readonly]
deleted_at DateTime Date and time in ISO 8601 format. [optional] [readonly]
updated_at DateTime Date and time in ISO 8601 format. [optional] [readonly]
service_id string [optional] [readonly]
active_rules_fastly_block_count int The number of active Fastly rules set to block on the active or latest firewall version. [optional] [readonly]
active_rules_fastly_log_count int The number of active Fastly rules set to log on the active or latest firewall version. [optional] [readonly]
active_rules_fastly_score_count int The number of active Fastly rules set to score on the active or latest firewall version. [optional] [readonly]
active_rules_owasp_block_count int The number of active OWASP rules set to block on the active or latest firewall version. [optional] [readonly]
active_rules_owasp_log_count int The number of active OWASP rules set to log on the active or latest firewall version. [optional] [readonly]
active_rules_owasp_score_count int The number of active OWASP rules set to score on the active or latest firewall version. [optional] [readonly]
active_rules_trustwave_block_count int The number of active Trustwave rules set to block on the active or latest firewall version. [optional] [readonly]
active_rules_trustwave_log_count int The number of active Trustwave rules set to log on the active or latest firewall version. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]