UserLookup

API: Internal/Beta

data class UserLookup(
    val subject: String,
    val role: Role,
)
Properties
subject: String
role: Role