Class: DatadogAPIClient::V2::SecretRuleDataAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/secret_rule_data_attributes.rb

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



51
52
53
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes.rb', line 51

def additional_properties
  @additional_properties
end

#default_included_keywordsObject

Returns the value of attribute default_included_keywords.



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

def default_included_keywords
  @default_included_keywords
end

#descriptionObject

Returns the value of attribute description.



28
29
30
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes.rb', line 28

def description
  @description
end

#licenseObject

Returns the value of attribute license.



31
32
33
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes.rb', line 31

def license
  @license
end

#match_validationObject

Returns the value of attribute match_validation.



34
35
36
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes.rb', line 34

def match_validation
  @match_validation
end

#nameObject

Returns the value of attribute name.



37
38
39
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes.rb', line 37

def name
  @name
end

#patternObject

Returns the value of attribute pattern.



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

def pattern
  @pattern
end

#priorityObject

Returns the value of attribute priority.



43
44
45
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes.rb', line 43

def priority
  @priority
end

#sds_idObject

Returns the value of attribute sds_id.



46
47
48
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes.rb', line 46

def sds_id
  @sds_id
end

#validatorsObject

Returns the value of attribute validators.



49
50
51
# File 'lib/datadog_api_client/v2/models/secret_rule_data_attributes.rb', line 49

def validators
  @validators
end