Class: DatadogAPIClient::V2::OrgGroupPolicySuggestionAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::OrgGroupPolicySuggestionAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/org_group_policy_suggestion_attributes.rb
Overview
Attributes of an org group policy suggestion.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#consensus_ratio ⇒ Object
readonly
The ratio of member orgs whose configuration agrees on the recommended value.
-
#policy_name ⇒ Object
readonly
The name of the suggested policy.
-
#recommended_value ⇒ Object
readonly
The recommended value for the policy, based on member org consensus.
-
#status ⇒ Object
readonly
The status of the policy suggestion.
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/org_group_policy_suggestion_attributes.rb', line 36 def additional_properties @additional_properties end |
#consensus_ratio ⇒ Object
The ratio of member orgs whose configuration agrees on the recommended value.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/org_group_policy_suggestion_attributes.rb', line 25 def consensus_ratio @consensus_ratio end |
#policy_name ⇒ Object
The name of the suggested policy.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/org_group_policy_suggestion_attributes.rb', line 28 def policy_name @policy_name end |
#recommended_value ⇒ Object
The recommended value for the policy, based on member org consensus.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/org_group_policy_suggestion_attributes.rb', line 31 def recommended_value @recommended_value end |
#status ⇒ Object
The status of the policy suggestion.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/org_group_policy_suggestion_attributes.rb', line 34 def status @status end |