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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/permission_attributes.rb', line 45 def additional_properties @additional_properties end |
#created ⇒ Object
Creation time of the permission.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/permission_attributes.rb', line 25 def created @created end |
#description ⇒ Object
Description of the permission.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/permission_attributes.rb', line 28 def description @description end |
#display_name ⇒ Object
Displayed name for the permission.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/permission_attributes.rb', line 31 def display_name @display_name end |
#display_type ⇒ Object
Display type.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/permission_attributes.rb', line 34 def display_type @display_type end |
#group_name ⇒ Object
Name of the permission group.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/permission_attributes.rb', line 37 def group_name @group_name end |
#name ⇒ Object
Name of the permission.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/permission_attributes.rb', line 40 def name @name end |
#restricted ⇒ Object
Whether or not the permission is restricted.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/permission_attributes.rb', line 43 def restricted @restricted end |