Show / Hide Table of Contents

Class ZoneSettingsOverrideInitialSettingsSecurityHeader

Inheritance
System.Object
ZoneSettingsOverrideInitialSettingsSecurityHeader
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Cloudflare.Outputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class ZoneSettingsOverrideInitialSettingsSecurityHeader

Fields

View Source

Enabled

true/false

Declaration
public readonly bool? Enabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

IncludeSubdomains

true/false

Declaration
public readonly bool? IncludeSubdomains
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

MaxAge

Integer

Declaration
public readonly int? MaxAge
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Nosniff

true/false

Declaration
public readonly bool? Nosniff
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Preload

true/false

Declaration
public readonly bool? Preload
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.