Class: DatadogAPIClient::V2::ApplicationSecurityWafCustomRuleMetadata
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ApplicationSecurityWafCustomRuleMetadata
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/application_security_waf_custom_rule_metadata.rb
Overview
Metadata associated with the WAF Custom Rule.
Instance Attribute Summary collapse
-
#added_at ⇒ Object
The date and time the WAF custom rule was created.
-
#added_by ⇒ Object
The handle of the user who created the WAF custom rule.
-
#added_by_name ⇒ Object
The name of the user who created the WAF custom rule.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#modified_at ⇒ Object
The date and time the WAF custom rule was last updated.
-
#modified_by ⇒ Object
The handle of the user who last updated the WAF custom rule.
-
#modified_by_name ⇒ Object
The name of the user who last updated the WAF custom rule.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#added_at ⇒ Object
The date and time the WAF custom rule was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_metadata.rb', line 25 def added_at @added_at end |
#added_by ⇒ Object
The handle of the user who created the WAF custom rule.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_metadata.rb', line 28 def added_by @added_by end |
#added_by_name ⇒ Object
The name of the user who created the WAF custom rule.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_metadata.rb', line 31 def added_by_name @added_by_name end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_metadata.rb', line 42 def additional_properties @additional_properties end |
#modified_at ⇒ Object
The date and time the WAF custom rule was last updated.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_metadata.rb', line 34 def modified_at @modified_at end |
#modified_by ⇒ Object
The handle of the user who last updated the WAF custom rule.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_metadata.rb', line 37 def modified_by @modified_by end |
#modified_by_name ⇒ Object
The name of the user who last updated the WAF custom rule.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/application_security_waf_custom_rule_metadata.rb', line 40 def modified_by_name @modified_by_name end |