Class: Aws::QuickSight::Types::GenerateEmbedUrlForRegisteredUserWithIdentityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GenerateEmbedUrlForRegisteredUserWithIdentityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_domains ⇒ Array<String>
A list of domains to be allowed to generate the embed URL.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services registered user.
-
#experience_configuration ⇒ Types::RegisteredUserEmbeddingExperienceConfiguration
The type of experience you want to embed.
-
#session_lifetime_in_minutes ⇒ Integer
The validity of the session in minutes.
Instance Attribute Details
#allowed_domains ⇒ Array<String>
A list of domains to be allowed to generate the embed URL.
17665 17666 17667 17668 17669 17670 17671 17672 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17665 class GenerateEmbedUrlForRegisteredUserWithIdentityRequest < Struct.new( :aws_account_id, :session_lifetime_in_minutes, :experience_configuration, :allowed_domains) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
The ID of the Amazon Web Services registered user.
17665 17666 17667 17668 17669 17670 17671 17672 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17665 class GenerateEmbedUrlForRegisteredUserWithIdentityRequest < Struct.new( :aws_account_id, :session_lifetime_in_minutes, :experience_configuration, :allowed_domains) SENSITIVE = [] include Aws::Structure end |
#experience_configuration ⇒ Types::RegisteredUserEmbeddingExperienceConfiguration
The type of experience you want to embed. For registered users, you can embed Amazon QuickSight dashboards or the Amazon QuickSight console.
<note markdown=“1”> Exactly one of the experience configurations is required. You can choose ‘Dashboard` or `QuickSightConsole`. You cannot choose more than one experience configuration.
</note>
17665 17666 17667 17668 17669 17670 17671 17672 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17665 class GenerateEmbedUrlForRegisteredUserWithIdentityRequest < Struct.new( :aws_account_id, :session_lifetime_in_minutes, :experience_configuration, :allowed_domains) SENSITIVE = [] include Aws::Structure end |
#session_lifetime_in_minutes ⇒ Integer
The validity of the session in minutes.
17665 17666 17667 17668 17669 17670 17671 17672 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17665 class GenerateEmbedUrlForRegisteredUserWithIdentityRequest < Struct.new( :aws_account_id, :session_lifetime_in_minutes, :experience_configuration, :allowed_domains) SENSITIVE = [] include Aws::Structure end |