UserIdentityResponse

data class UserIdentityResponse(val autoUser: AutoUserSpecificationResponse? = null, val userName: String? = null)

Specify either the userName or autoUser property, but not both.

Constructors

Link copied to clipboard
constructor(autoUser: AutoUserSpecificationResponse? = null, userName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The userName and autoUser properties are mutually exclusive; you must specify one but not both.

Link copied to clipboard
val userName: String? = null

The userName and autoUser properties are mutually exclusive; you must specify one but not both.