Class: DatadogAPIClient::V2::ApplicationSecurityWafCustomRuleMetadata

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#added_atObject

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_byObject

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_nameObject

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_propertiesObject

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_atObject

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_byObject

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_nameObject

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