ZoneSettingsOverrideInitialSettingSecurityHeader

data class ZoneSettingsOverrideInitialSettingSecurityHeader(val enabled: Boolean? = null, val includeSubdomains: Boolean? = null, val maxAge: Int? = null, val nosniff: Boolean? = null, val preload: Boolean? = null)

Constructors

constructor(enabled: Boolean? = null, includeSubdomains: Boolean? = null, maxAge: Int? = null, nosniff: Boolean? = null, preload: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val maxAge: Int? = null
Link copied to clipboard
val nosniff: Boolean? = null
Link copied to clipboard
val preload: Boolean? = null