UserSsoIdDTO

data class UserSsoIdDTO(val scimExternalId: String?, val subject: String?, val tenant: String?)

Constructors

Link copied to clipboard
constructor(scimExternalId: String?, subject: String?, tenant: String?)

Properties

Link copied to clipboard
val scimExternalId: String?
Link copied to clipboard
val subject: String?
Link copied to clipboard
val tenant: String?