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.



25
26
27
# File 'lib/datadog_api_client/v2/models/sensitive_data_scanner_group_attributes.rb', line 25

def description
  @description
end

#filterObject

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_enabledObject

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

#nameObject

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_listObject

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