JwtHeaderArgs

data class JwtHeaderArgs(val name: Output<String>? = null, val valuePrefix: Output<String>? = null) : ConvertibleToJava<JwtHeaderArgs>

Deprecated This message specifies a header location to extract JWT token. This message specifies a header location to extract JWT token.

Constructors

Link copied to clipboard
fun JwtHeaderArgs(name: Output<String>? = null, valuePrefix: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val name: Output<String>? = null

The HTTP header name.

Link copied to clipboard
val valuePrefix: Output<String>? = null

The value prefix. The value format is "value_prefix" For example, for "Authorization: Bearer ", value_prefix="Bearer " with a space at the end.