Class: DatadogAPIClient::V2::AuthNMappingTeamAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AuthNMappingTeamAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/authn_mapping_team_attributes.rb
Overview
Team attributes.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#avatar ⇒ Object
Unicode representation of the avatar for the team, limited to a single grapheme.
-
#banner ⇒ Object
Banner selection for the team.
-
#handle ⇒ Object
readonly
The team's identifier.
-
#link_count ⇒ Object
readonly
The number of links belonging to the team.
-
#name ⇒ Object
readonly
The name of the team.
-
#summary ⇒ Object
readonly
A brief summary of the team, derived from the
description
. -
#user_count ⇒ Object
readonly
The number of users belonging to the team.
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/authn_mapping_team_attributes.rb', line 45 def additional_properties @additional_properties end |
#avatar ⇒ Object
Unicode representation of the avatar for the team, limited to a single grapheme
25 26 27 |
# File 'lib/datadog_api_client/v2/models/authn_mapping_team_attributes.rb', line 25 def avatar @avatar end |
#banner ⇒ Object
Banner selection for the team
28 29 30 |
# File 'lib/datadog_api_client/v2/models/authn_mapping_team_attributes.rb', line 28 def @banner end |
#handle ⇒ Object
The team's identifier
31 32 33 |
# File 'lib/datadog_api_client/v2/models/authn_mapping_team_attributes.rb', line 31 def handle @handle end |
#link_count ⇒ Object
The number of links belonging to the team
34 35 36 |
# File 'lib/datadog_api_client/v2/models/authn_mapping_team_attributes.rb', line 34 def link_count @link_count end |
#name ⇒ Object
The name of the team
37 38 39 |
# File 'lib/datadog_api_client/v2/models/authn_mapping_team_attributes.rb', line 37 def name @name end |
#summary ⇒ Object
A brief summary of the team, derived from the description
40 41 42 |
# File 'lib/datadog_api_client/v2/models/authn_mapping_team_attributes.rb', line 40 def summary @summary end |
#user_count ⇒ Object
The number of users belonging to the team
43 44 45 |
# File 'lib/datadog_api_client/v2/models/authn_mapping_team_attributes.rb', line 43 def user_count @user_count end |