Class: DatadogAPIClient::V2::SensitiveDataScannerStandardPatternAttributes

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#descriptionObject

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_keywordsObject

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

#nameObject

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

#patternObject

(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

#priorityObject

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

#tagsObject

List of tags.



40
41
42
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb', line 40

def tags
  @tags
end