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