Class: Aws::QuickSight::Types::GetIdentityContextRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

///////////////////////// /////////////////////////

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID for the Amazon Web Services account that the user whose identity context you want to retrieve is in. Currently, you use the ID for the Amazon Web Services account that contains your Quick Sight account.

Returns:

  • (String)


21448
21449
21450
21451
21452
21453
21454
21455
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21448

class GetIdentityContextRequest < Struct.new(
  :aws_account_id,
  :user_identifier,
  :namespace,
  :session_expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace of the user that you want to get identity context for. This parameter is required when the UserIdentifier is specified using Email or UserName.

Returns:

  • (String)


21448
21449
21450
21451
21452
21453
21454
21455
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21448

class GetIdentityContextRequest < Struct.new(
  :aws_account_id,
  :user_identifier,
  :namespace,
  :session_expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#session_expires_atTime

The timestamp at which the session will expire.

Returns:

  • (Time)


21448
21449
21450
21451
21452
21453
21454
21455
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21448

class GetIdentityContextRequest < Struct.new(
  :aws_account_id,
  :user_identifier,
  :namespace,
  :session_expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#user_identifierTypes::UserIdentifier

The identifier for the user whose identity context you want to retrieve.



21448
21449
21450
21451
21452
21453
21454
21455
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21448

class GetIdentityContextRequest < Struct.new(
  :aws_account_id,
  :user_identifier,
  :namespace,
  :session_expires_at)
  SENSITIVE = []
  include Aws::Structure
end