AuthzPolicyHttpRuleToOperationHeaderSetHeaderArgs

data class AuthzPolicyHttpRuleToOperationHeaderSetHeaderArgs(val name: Output<String>? = null, val value: Output<AuthzPolicyHttpRuleToOperationHeaderSetHeaderValueArgs>? = null) : ConvertibleToJava<AuthzPolicyHttpRuleToOperationHeaderSetHeaderArgs>

Constructors

constructor(name: Output<String>? = null, value: Output<AuthzPolicyHttpRuleToOperationHeaderSetHeaderValueArgs>? = null)

Properties

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

Specifies the name of the header in the request.

Link copied to clipboard

Specifies how the header match will be performed. Structure is documented below.

Functions

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