Class: DatadogAPIClient::V2::TeamPermissionSettingAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TeamPermissionSettingAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/team_permission_setting_attributes.rb
Overview
Team permission setting attributes
Instance Attribute Summary collapse
-
#action ⇒ Object
The identifier for the action.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#editable ⇒ Object
Whether or not the permission setting is editable by the current user.
-
#options ⇒ Object
Possible values for action.
-
#title ⇒ Object
The team permission name.
-
#value ⇒ Object
What type of user is allowed to perform the specified action.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#action ⇒ Object
The identifier for the action
25 26 27 |
# File 'lib/datadog_api_client/v2/models/team_permission_setting_attributes.rb', line 25 def action @action end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/team_permission_setting_attributes.rb', line 39 def additional_properties @additional_properties end |
#editable ⇒ Object
Whether or not the permission setting is editable by the current user
28 29 30 |
# File 'lib/datadog_api_client/v2/models/team_permission_setting_attributes.rb', line 28 def editable @editable end |
#options ⇒ Object
Possible values for action
31 32 33 |
# File 'lib/datadog_api_client/v2/models/team_permission_setting_attributes.rb', line 31 def @options end |
#title ⇒ Object
The team permission name
34 35 36 |
# File 'lib/datadog_api_client/v2/models/team_permission_setting_attributes.rb', line 34 def title @title end |
#value ⇒ Object
What type of user is allowed to perform the specified action
37 38 39 |
# File 'lib/datadog_api_client/v2/models/team_permission_setting_attributes.rb', line 37 def value @value end |