UserSubjectPatch

data class UserSubjectPatch(val name: String? = null)

UserSubject holds detailed information for user-kind subject.

Constructors

Link copied to clipboard
constructor(name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

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