Class: DatadogAPIClient::V2::RestrictionQueryAttributes

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

Overview

Attributes of the restriction query.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_atObject

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_emailObject

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_nameObject

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_atObject

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_queryObject

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_countObject

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_countObject

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