Class: Aws::Chatbot::Types::ConfiguredTeam

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chatbot/types.rb

Overview

A Microsoft Teams team that is authorized with AWS Chatbot.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

Either ‘ENABLED` or `DISABLED`. The resource returns `DISABLED` if the organization’s AWS Chatbot policy has explicitly denied that configuration. For example, if Amazon Chime is disabled.

Returns:

  • (String)


155
156
157
158
159
160
161
162
163
# File 'lib/aws-sdk-chatbot/types.rb', line 155

class ConfiguredTeam < Struct.new(
  :tenant_id,
  :team_id,
  :team_name,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#state_reasonString

Provided if State is ‘DISABLED`. Provides context as to why the resource is disabled.

Returns:

  • (String)


155
156
157
158
159
160
161
162
163
# File 'lib/aws-sdk-chatbot/types.rb', line 155

class ConfiguredTeam < Struct.new(
  :tenant_id,
  :team_id,
  :team_name,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#team_idString

The ID of the Microsoft Teams authorized with AWS Chatbot.

To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see

Step 1: Configure a Microsoft Teams client][1

in the <i> AWS

Chatbot Administrator Guide</i>.

[1]: docs.aws.amazon.com/chatbot/latest/adminguide/teams-setup.html#teams-client-setup

Returns:

  • (String)


155
156
157
158
159
160
161
162
163
# File 'lib/aws-sdk-chatbot/types.rb', line 155

class ConfiguredTeam < Struct.new(
  :tenant_id,
  :team_id,
  :team_name,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#team_nameString

The name of the Microsoft Teams Team.

Returns:

  • (String)


155
156
157
158
159
160
161
162
163
# File 'lib/aws-sdk-chatbot/types.rb', line 155

class ConfiguredTeam < Struct.new(
  :tenant_id,
  :team_id,
  :team_name,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end

#tenant_idString

The ID of the Microsoft Teams tenant.

Returns:

  • (String)


155
156
157
158
159
160
161
162
163
# File 'lib/aws-sdk-chatbot/types.rb', line 155

class ConfiguredTeam < Struct.new(
  :tenant_id,
  :team_id,
  :team_name,
  :state,
  :state_reason)
  SENSITIVE = []
  include Aws::Structure
end