FrontdoorRuleActionsResponseHeaderAction

data class FrontdoorRuleActionsResponseHeaderAction(val headerAction: String, val headerName: String, val value: String? = null)

Constructors

Link copied to clipboard
constructor(headerAction: String, headerName: String, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action to be taken on the specified header_name. Possible values include Append, Overwrite or Delete.

Link copied to clipboard

The name of the header to modify.

Link copied to clipboard
val value: String? = null

The value to append or overwrite. ->NOTE: value is required if the header_action is set to Append or Overwrite.