Class: DatadogAPIClient::V2::SastRulesetDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SastRulesetDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/sast_ruleset_data_attributes.rb
Overview
The attributes of a SAST ruleset, including its name, description, and rules.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
readonly
A detailed description of the ruleset's purpose and the types of issues it targets.
-
#name ⇒ Object
readonly
The unique name of the ruleset.
-
#rules ⇒ Object
readonly
The list of static analysis rules included in this ruleset.
-
#short_description ⇒ Object
readonly
A brief summary of the ruleset, suitable for display in listings.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/sast_ruleset_data_attributes.rb', line 36 def additional_properties @additional_properties end |
#description ⇒ Object
A detailed description of the ruleset's purpose and the types of issues it targets.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/sast_ruleset_data_attributes.rb', line 25 def description @description end |
#name ⇒ Object
The unique name of the ruleset.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/sast_ruleset_data_attributes.rb', line 28 def name @name end |
#rules ⇒ Object
The list of static analysis rules included in this ruleset.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/sast_ruleset_data_attributes.rb', line 31 def rules @rules end |
#short_description ⇒ Object
A brief summary of the ruleset, suitable for display in listings.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/sast_ruleset_data_attributes.rb', line 34 def short_description @short_description end |