UserSubject

data class UserSubject(val name: String)

UserSubject holds detailed information for user-kind subject.

Constructors

Link copied to clipboard
constructor(name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

name is the username that matches, or "*" to match all usernames. Required.