Class: Aws::QuickSight::Types::IdentityCenterConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#enable_identity_propagationBoolean

A Boolean option that controls whether Trusted Identity Propagation should be used.

Returns:

  • (Boolean)


16930
16931
16932
16933
16934
# File 'lib/aws-sdk-quicksight/types.rb', line 16930

class IdentityCenterConfiguration < Struct.new(
  :enable_identity_propagation)
  SENSITIVE = []
  include Aws::Structure
end