DataSourceIdentityCenterConfigurationArgs

data class DataSourceIdentityCenterConfigurationArgs(val enableIdentityPropagation: Output<Boolean>? = null) : ConvertibleToJava<DataSourceIdentityCenterConfigurationArgs>

The parameters for an IAM Identity Center configuration.

Constructors

constructor(enableIdentityPropagation: Output<Boolean>? = null)

Properties

Link copied to clipboard
val enableIdentityPropagation: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): DataSourceIdentityCenterConfigurationArgs