DomainSingleSignOn

data class DomainSingleSignOn(val type: DomainAuthType? = null, val userAssignment: DomainUserAssignment? = null)

The single-sign on configuration of the Amazon DataZone domain.

Constructors

Link copied to clipboard
constructor(type: DomainAuthType? = null, userAssignment: DomainUserAssignment? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: DomainAuthType? = null

The type of single sign-on in Amazon DataZone.

Link copied to clipboard

The single sign-on user assignment in Amazon DataZone.