Class: Aws::QuickSight::Types::IdentityCenterConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::IdentityCenterConfiguration
- Defined in:
- gems/aws-sdk-quicksight/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.
19575 19576 19577 19578 19579 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19575 class IdentityCenterConfiguration < Struct.new( :enable_identity_propagation) SENSITIVE = [] include Aws::Structure end |