Class: DatadogAPIClient::V2::ApplicationSecurityPolicyScope
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ApplicationSecurityPolicyScope
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/application_security_policy_scope.rb
Overview
The scope of the WAF policy.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#env ⇒ Object
readonly
The environment scope for the WAF policy.
-
#service ⇒ Object
readonly
The service scope for the WAF policy.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/application_security_policy_scope.rb', line 30 def additional_properties @additional_properties end |
#env ⇒ Object
The environment scope for the WAF policy.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/application_security_policy_scope.rb', line 25 def env @env end |
#service ⇒ Object
The service scope for the WAF policy.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/application_security_policy_scope.rb', line 28 def service @service end |