RagAdminAccessSecurityResponse

data class RagAdminAccessSecurityResponse(val securityEnabled: Boolean, val currentRole: String?, val tokenHeaderName: String, val tokenQueryParameter: String, val featureRoles: Map<String, List<String>>, val recentAccessAudits: List<RagAdminAccessAuditEntry>)

Constructors

Link copied to clipboard
constructor(securityEnabled: Boolean, currentRole: String?, tokenHeaderName: String, tokenQueryParameter: String, featureRoles: Map<String, List<String>>, recentAccessAudits: List<RagAdminAccessAuditEntry>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard