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
permalink #allowed_domains ⇒ Array<String>
A list of domains to be allowed to generate the embed URL.
17869 17870 17871 17872 17873 17874 17875 17876 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17869 class GenerateEmbedUrlForRegisteredUserWithIdentityRequest < Struct.new( :aws_account_id, :session_lifetime_in_minutes, :experience_configuration, :allowed_domains) SENSITIVE = [] include Aws::Structure end |
permalink #aws_account_id ⇒ String
The ID of the Amazon Web Services registered user.
17869 17870 17871 17872 17873 17874 17875 17876 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17869 class GenerateEmbedUrlForRegisteredUserWithIdentityRequest < Struct.new( :aws_account_id, :session_lifetime_in_minutes, :experience_configuration, :allowed_domains) SENSITIVE = [] include Aws::Structure end |
permalink #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>
17869 17870 17871 17872 17873 17874 17875 17876 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17869 class GenerateEmbedUrlForRegisteredUserWithIdentityRequest < Struct.new( :aws_account_id, :session_lifetime_in_minutes, :experience_configuration, :allowed_domains) SENSITIVE = [] include Aws::Structure end |
permalink #session_lifetime_in_minutes ⇒ Integer
The validity of the session in minutes.
17869 17870 17871 17872 17873 17874 17875 17876 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17869 class GenerateEmbedUrlForRegisteredUserWithIdentityRequest < Struct.new( :aws_account_id, :session_lifetime_in_minutes, :experience_configuration, :allowed_domains) SENSITIVE = [] include Aws::Structure end |