RagAdminAccessContext

data class RagAdminAccessContext(val enabled: Boolean, val tokenPresent: Boolean, val role: String?, val allowedFeatures: Set<String>)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, tokenPresent: Boolean, role: String?, allowedFeatures: Set<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val role: String?
Link copied to clipboard