DomainSingleSignOnArgs

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)

Properties

Link copied to clipboard
val type: Output<DomainAuthType>? = null

The type of single sign-on in Amazon DataZone.

Link copied to clipboard

The single sign-on user assignment in Amazon DataZone.

Functions

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