Class: DatadogAPIClient::V2::SensitiveDataScannerGroupAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SensitiveDataScannerGroupAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/sensitive_data_scanner_group_attributes.rb
Overview
Attributes of the Sensitive Data Scanner group.
Instance Attribute Summary collapse
-
#description ⇒ Object
Description of the group.
-
#filter ⇒ Object
Filter for the Scanning Group.
-
#is_enabled ⇒ Object
Whether or not the group is enabled.
-
#name ⇒ Object
Name of the group.
-
#product_list ⇒ Object
List of products the scanning group applies.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#description ⇒ Object
Description of the group.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_group_attributes.rb', line 29 def description @description end |
#filter ⇒ Object
Filter for the Scanning Group.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_group_attributes.rb', line 32 def filter @filter end |
#is_enabled ⇒ Object
Whether or not the group is enabled.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_group_attributes.rb', line 35 def is_enabled @is_enabled end |
#name ⇒ Object
Name of the group.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_group_attributes.rb', line 38 def name @name end |
#product_list ⇒ Object
List of products the scanning group applies.
41 42 43 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_group_attributes.rb', line 41 def product_list @product_list end |