DomainSingleSignOn

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null
Link copied to clipboard
val userAssignment: String? = null