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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chatbot/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 Identity with an IAM Role.

Returns:

  • (String)


1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 1109

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 ARN of the SlackChannelConfiguration associated with the user identity.

Returns:

  • (String)


1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 1109

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

The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot.

Returns:

  • (String)


1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 1109

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)


1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 1109

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)


1109
1110
1111
1112
1113
1114
1115
1116
1117
# File 'gems/aws-sdk-chatbot/lib/aws-sdk-chatbot/types.rb', line 1109

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