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

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

Instance Attribute Details

#enable_identity_propagationBoolean

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

Returns:

  • (Boolean)


17124
17125
17126
17127
17128
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17124

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