Domain Single Sign On Args
data class DomainSingleSignOnArgs(val idcInstanceArn: Output<String>? = null, 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(idcInstanceArn: Output<String>? = null, type: Output<DomainAuthType>? = null, userAssignment: Output<DomainUserAssignment>? = null)