Class: Aws::Chatbot::Types::TeamsUserIdentity

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

Overview

Identifes a user level permission for a channel configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_user_identityString

The AWS user identity ARN used to associate a Microsoft Teams user Identity with an IAM Role.

Returns:

  • (String)


1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
# File 'lib/aws-sdk-chatbot/types.rb', line 1728

class TeamsUserIdentity < Struct.new(
  :iam_role_arn,
  :chat_configuration_arn,
  :team_id,
  :user_id,
  :aws_user_identity,
  :teams_channel_id,
  :teams_tenant_id)
  SENSITIVE = []
  include Aws::Structure
end

#chat_configuration_arnString

The Amazon Resource Name (ARN) of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.

Returns:

  • (String)


1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
# File 'lib/aws-sdk-chatbot/types.rb', line 1728

class TeamsUserIdentity < Struct.new(
  :iam_role_arn,
  :chat_configuration_arn,
  :team_id,
  :user_id,
  :aws_user_identity,
  :teams_channel_id,
  :teams_tenant_id)
  SENSITIVE = []
  include Aws::Structure
end

#iam_role_arnString

A user-defined role that AWS Chatbot assumes. This is not the service-linked role.

For more information, see [IAM policies for AWS Chatbot] in the AWS Chatbot Administrator Guide.

[1]: docs.aws.amazon.com/chatbot/latest/adminguide/chatbot-iam-policies.html

Returns:

  • (String)


1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
# File 'lib/aws-sdk-chatbot/types.rb', line 1728

class TeamsUserIdentity < Struct.new(
  :iam_role_arn,
  :chat_configuration_arn,
  :team_id,
  :user_id,
  :aws_user_identity,
  :teams_channel_id,
  :teams_tenant_id)
  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)


1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
# File 'lib/aws-sdk-chatbot/types.rb', line 1728

class TeamsUserIdentity < Struct.new(
  :iam_role_arn,
  :chat_configuration_arn,
  :team_id,
  :user_id,
  :aws_user_identity,
  :teams_channel_id,
  :teams_tenant_id)
  SENSITIVE = []
  include Aws::Structure
end

#teams_channel_idString

The ID of the Microsoft Teams channel.

Returns:

  • (String)


1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
# File 'lib/aws-sdk-chatbot/types.rb', line 1728

class TeamsUserIdentity < Struct.new(
  :iam_role_arn,
  :chat_configuration_arn,
  :team_id,
  :user_id,
  :aws_user_identity,
  :teams_channel_id,
  :teams_tenant_id)
  SENSITIVE = []
  include Aws::Structure
end

#teams_tenant_idString

The ID of the Microsoft Teams tenant.

Returns:

  • (String)


1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
# File 'lib/aws-sdk-chatbot/types.rb', line 1728

class TeamsUserIdentity < Struct.new(
  :iam_role_arn,
  :chat_configuration_arn,
  :team_id,
  :user_id,
  :aws_user_identity,
  :teams_channel_id,
  :teams_tenant_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The Microsoft Teams user ID.

Returns:

  • (String)


1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
# File 'lib/aws-sdk-chatbot/types.rb', line 1728

class TeamsUserIdentity < Struct.new(
  :iam_role_arn,
  :chat_configuration_arn,
  :team_id,
  :user_id,
  :aws_user_identity,
  :teams_channel_id,
  :teams_tenant_id)
  SENSITIVE = []
  include Aws::Structure
end