Class: DatadogAPIClient::V2::RuleBasedViewComplianceFramework

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

Overview

Compliance framework mapping for a rule.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



42
43
44
# File 'lib/datadog_api_client/v2/models/rule_based_view_compliance_framework.rb', line 42

def additional_properties
  @additional_properties
end

#controlObject

Identifier of the control inside the requirement.



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

def control
  @control
end

#frameworkObject

Handle of the compliance framework.



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

def framework
  @framework
end

#is_defaultObject

Whether the framework is a Datadog default framework. ‘true` indicates a Datadog framework and `false` indicates a custom framework.



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

def is_default
  @is_default
end

#messageObject

Optional message describing the framework mapping for the rule.



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

def message
  @message
end

#requirementObject

Name of the requirement that contains the control.



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

def requirement
  @requirement
end

#versionObject

Version of the compliance framework.



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

def version
  @version
end