Class: Aws::Chatbot::Types::SlackUserIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::SlackUserIdentity
- 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
-
#aws_user_identity ⇒ String
The AWS user identity ARN used to associate a Slack user ID with an IAM Role.
-
#chat_configuration_arn ⇒ String
The Amazon Resource Number (ARN) of the SlackChannelConfiguration associated with the user identity to delete.
-
#iam_role_arn ⇒ String
A user-defined role that AWS Chatbot assumes.
-
#slack_team_id ⇒ String
The ID of the Slack workspace authorized with AWS Chatbot.
-
#slack_user_id ⇒ String
The ID of the user in Slack.
Instance Attribute Details
#aws_user_identity ⇒ String
The AWS user identity ARN used to associate a Slack user ID with an IAM Role.
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_arn ⇒ String
The Amazon Resource Number (ARN) of the SlackChannelConfiguration associated with the user identity to delete.
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_arn ⇒ String
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
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_id ⇒ String
The ID of the Slack workspace authorized with AWS Chatbot.
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_id ⇒ String
The ID of the user in Slack
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 |