Class: DatadogAPIClient::V2::PermissionAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PermissionAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/permission_attributes.rb
Overview
Attributes of a permission.
Instance Attribute Summary collapse
-
#created ⇒ Object
Creation time of the permission.
-
#description ⇒ Object
Description of the permission.
-
#display_name ⇒ Object
Displayed name for the permission.
-
#display_type ⇒ Object
Display type.
-
#group_name ⇒ Object
Name of the permission group.
-
#name ⇒ Object
Name of the permission.
-
#restricted ⇒ Object
Whether or not the permission is restricted.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#created ⇒ Object
Creation time of the permission.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/permission_attributes.rb', line 29 def created @created end |
#description ⇒ Object
Description of the permission.
32 33 34 |
# File 'lib/datadog_api_client/v2/models/permission_attributes.rb', line 32 def description @description end |
#display_name ⇒ Object
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_type ⇒ Object
Display type.
38 39 40 |
# File 'lib/datadog_api_client/v2/models/permission_attributes.rb', line 38 def display_type @display_type end |
#group_name ⇒ Object
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 |
#name ⇒ Object
Name of the permission.
44 45 46 |
# File 'lib/datadog_api_client/v2/models/permission_attributes.rb', line 44 def name @name end |
#restricted ⇒ Object
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 |