Class: Aws::Chatbot::Types::SlackUserIdentity

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 Slack user ID with an IAM Role.

Returns:

  • (String)


1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'lib/aws-sdk-chatbot/types.rb', line 1471

class SlackUserIdentity < Struct.new(
  :iam_role_arn,
  :chat_configuration_arn,
  :slack_team_id,
  :slack_user_id,
  :aws_user_identity)
  SENSITIVE = []
  include Aws::Structure
end

#chat_configuration_arnString

The Amazon Resource Number (ARN) of the SlackChannelConfiguration associated with the user identity to delete.

Returns:

  • (String)


1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'lib/aws-sdk-chatbot/types.rb', line 1471

class SlackUserIdentity < Struct.new(
  :iam_role_arn,
  :chat_configuration_arn,
  :slack_team_id,
  :slack_user_id,
  :aws_user_identity)
  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)


1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'lib/aws-sdk-chatbot/types.rb', line 1471

class SlackUserIdentity < Struct.new(
  :iam_role_arn,
  :chat_configuration_arn,
  :slack_team_id,
  :slack_user_id,
  :aws_user_identity)
  SENSITIVE = []
  include Aws::Structure
end

#slack_team_idString

The ID of the Slack workspace authorized with AWS Chatbot.

Returns:

  • (String)


1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'lib/aws-sdk-chatbot/types.rb', line 1471

class SlackUserIdentity < Struct.new(
  :iam_role_arn,
  :chat_configuration_arn,
  :slack_team_id,
  :slack_user_id,
  :aws_user_identity)
  SENSITIVE = []
  include Aws::Structure
end

#slack_user_idString

The ID of the user in Slack

Returns:

  • (String)


1471
1472
1473
1474
1475
1476
1477
1478
1479
# File 'lib/aws-sdk-chatbot/types.rb', line 1471

class SlackUserIdentity < Struct.new(
  :iam_role_arn,
  :chat_configuration_arn,
  :slack_team_id,
  :slack_user_id,
  :aws_user_identity)
  SENSITIVE = []
  include Aws::Structure
end