Class: DatadogAPIClient::V2::AuthNMappingTeamAttributes

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

Overview

Team attributes.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#avatarObject

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 selection for the team



28
29
30
# File 'lib/datadog_api_client/v2/models/authn_mapping_team_attributes.rb', line 28

def banner
  @banner
end

#handleObject

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

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

#nameObject

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

#summaryObject

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_countObject

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