Class: DatadogAPIClient::V2::RestrictionQueryAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RestrictionQueryAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/restriction_query_attributes.rb
Overview
Attributes of the restriction query.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
Creation time of the restriction query.
-
#last_modifier_email ⇒ Object
Email of the user who last modified this restriction query.
-
#last_modifier_name ⇒ Object
Name of the user who last modified this restriction query.
-
#modified_at ⇒ Object
Time of last restriction query modification.
-
#restriction_query ⇒ Object
The query that defines the restriction.
-
#role_count ⇒ Object
Number of roles associated with this restriction query.
-
#user_count ⇒ Object
Number of users associated with this restriction query.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/restriction_query_attributes.rb', line 45 def additional_properties @additional_properties end |
#created_at ⇒ Object
Creation time of the restriction query.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/restriction_query_attributes.rb', line 25 def created_at @created_at end |
#last_modifier_email ⇒ Object
Email of the user who last modified this restriction query.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/restriction_query_attributes.rb', line 28 def last_modifier_email @last_modifier_email end |
#last_modifier_name ⇒ Object
Name of the user who last modified this restriction query.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/restriction_query_attributes.rb', line 31 def last_modifier_name @last_modifier_name end |
#modified_at ⇒ Object
Time of last restriction query modification.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/restriction_query_attributes.rb', line 34 def modified_at @modified_at end |
#restriction_query ⇒ Object
The query that defines the restriction. Only the content matching the query can be returned.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/restriction_query_attributes.rb', line 37 def restriction_query @restriction_query end |
#role_count ⇒ Object
Number of roles associated with this restriction query.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/restriction_query_attributes.rb', line 40 def role_count @role_count end |
#user_count ⇒ Object
Number of users associated with this restriction query.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/restriction_query_attributes.rb', line 43 def user_count @user_count end |