Class: DatadogAPIClient::V2::SensitiveDataScannerStandardPatternAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SensitiveDataScannerStandardPatternAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb
Overview
Attributes of the Sensitive Data Scanner standard pattern.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
Description of the standard pattern.
-
#included_keywords ⇒ Object
List of included keywords.
-
#name ⇒ Object
Name of the standard pattern.
-
#pattern ⇒ Object
(Deprecated) Regex to match, optionally documented for older standard rules.
-
#priority ⇒ Object
readonly
Integer from 1 (high) to 5 (low) indicating standard pattern issue severity.
-
#tags ⇒ Object
List of tags.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb', line 42 def additional_properties @additional_properties end |
#description ⇒ Object
Description of the standard pattern.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb', line 25 def description @description end |
#included_keywords ⇒ Object
List of included keywords.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb', line 28 def included_keywords @included_keywords end |
#name ⇒ Object
Name of the standard pattern.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb', line 31 def name @name end |
#pattern ⇒ Object
(Deprecated) Regex to match, optionally documented for older standard rules. Refer to the description
field to understand what the rule does.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb', line 34 def pattern @pattern end |
#priority ⇒ Object
Integer from 1 (high) to 5 (low) indicating standard pattern issue severity.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb', line 37 def priority @priority end |
#tags ⇒ Object
List of tags.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb', line 40 def @tags end |