SecurityPolicyRuleHeaderActionRequestHeadersToAdd

data class SecurityPolicyRuleHeaderActionRequestHeadersToAdd(val headerName: String, val headerValue: String? = null)

Constructors

constructor(headerName: String, headerValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the header to set.

Link copied to clipboard
val headerValue: String? = null

The value to set the named header to.