SecurityArgs

data class SecurityArgs(val csrfAlwaysCheck: Output<Boolean>? = null) : ConvertibleToJava<SecurityArgs>

Grafana security settings

Constructors

Link copied to clipboard
constructor(csrfAlwaysCheck: Output<Boolean>? = null)

Properties

Link copied to clipboard
val csrfAlwaysCheck: Output<Boolean>? = null

Set to true to execute the CSRF check even if the login cookie is not in a request (default false).

Functions

Link copied to clipboard
open override fun toJava(): SecurityArgs