AuthBackendUser

data class AuthBackendUser(val groups: List<String>? = null, val policies: List<String>? = null, val username: String)

Constructors

Link copied to clipboard
constructor(groups: List<String>? = null, policies: List<String>? = null, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groups: List<String>? = null

Groups within the Okta auth backend to associate with this user

Link copied to clipboard
val policies: List<String>? = null

Policies to associate with this user

Link copied to clipboard

Name of the user within Okta