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)


17041
17042
17043
17044
17045
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17041

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