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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_group_attributes.rb', line 39 def additional_properties @additional_properties end |
#description ⇒ Object
Description of the group.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_group_attributes.rb', line 25 def description @description end |
#filter ⇒ Object
Filter for the Scanning Group.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_group_attributes.rb', line 28 def filter @filter end |
#is_enabled ⇒ Object
Whether or not the group is enabled.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_group_attributes.rb', line 31 def is_enabled @is_enabled end |
#name ⇒ Object
Name of the group.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_group_attributes.rb', line 34 def name @name end |
#product_list ⇒ Object
List of products the scanning group applies.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_group_attributes.rb', line 37 def product_list @product_list end |