Class: Aws::QuickSight::Types::IdentityCenterConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::IdentityCenterConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The parameters for an IAM Identity Center configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable_identity_propagation ⇒ Boolean
A Boolean option that controls whether Trusted Identity Propagation should be used.
Instance Attribute Details
#enable_identity_propagation ⇒ Boolean
A Boolean option that controls whether Trusted Identity Propagation should be used.
18589 18590 18591 18592 18593 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18589 class IdentityCenterConfiguration < Struct.new( :enable_identity_propagation) SENSITIVE = [] include Aws::Structure end |