Class: DatadogAPIClient::V2::PermissionAttributes

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

Overview

Attributes of a permission.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#createdObject

Creation time of the permission.



29
30
31
# File 'lib/datadog_api_client/v2/models/permission_attributes.rb', line 29

def created
  @created
end

#descriptionObject

Description of the permission.



32
33
34
# File 'lib/datadog_api_client/v2/models/permission_attributes.rb', line 32

def description
  @description
end

#display_nameObject

Displayed name for the permission.



35
36
37
# File 'lib/datadog_api_client/v2/models/permission_attributes.rb', line 35

def display_name
  @display_name
end

#display_typeObject

Display type.



38
39
40
# File 'lib/datadog_api_client/v2/models/permission_attributes.rb', line 38

def display_type
  @display_type
end

#group_nameObject

Name of the permission group.



41
42
43
# File 'lib/datadog_api_client/v2/models/permission_attributes.rb', line 41

def group_name
  @group_name
end

#nameObject

Name of the permission.



44
45
46
# File 'lib/datadog_api_client/v2/models/permission_attributes.rb', line 44

def name
  @name
end

#restrictedObject

Whether or not the permission is restricted.



47
48
49
# File 'lib/datadog_api_client/v2/models/permission_attributes.rb', line 47

def restricted
  @restricted
end