Domain Single Sign On Args
data class DomainSingleSignOnArgs(val type: Output<DomainAuthType>? = null, val userAssignment: Output<DomainUserAssignment>? = null) : ConvertibleToJava<DomainSingleSignOnArgs>
The single-sign on configuration of the Amazon DataZone domain.
Constructors
Link copied to clipboard
constructor(type: Output<DomainAuthType>? = null, userAssignment: Output<DomainUserAssignment>? = null)