Class: DatadogAPIClient::V2::SensitiveDataScannerGroupAttributes

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#descriptionObject

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

#filterObject

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_enabledObject

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

#nameObject

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_listObject

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