Show / Hide Table of Contents

Class RealmSecurityDefensesHeadersArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RealmSecurityDefensesHeadersArgs
Inherited Members
ResourceArgs.Empty
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.Keycloak.Inputs
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class RealmSecurityDefensesHeadersArgs : ResourceArgs

Constructors

View Source

RealmSecurityDefensesHeadersArgs()

Declaration
public RealmSecurityDefensesHeadersArgs()

Properties

View Source

ContentSecurityPolicy

Declaration
public Input<string> ContentSecurityPolicy { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ContentSecurityPolicyReportOnly

Declaration
public Input<string> ContentSecurityPolicyReportOnly { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StrictTransportSecurity

Declaration
public Input<string> StrictTransportSecurity { get; set; }
Property Value
Type Description
Input<System.String>
View Source

XContentTypeOptions

Declaration
public Input<string> XContentTypeOptions { get; set; }
Property Value
Type Description
Input<System.String>
View Source

XFrameOptions

Declaration
public Input<string> XFrameOptions { get; set; }
Property Value
Type Description
Input<System.String>
View Source

XRobotsTag

Declaration
public Input<string> XRobotsTag { get; set; }
Property Value
Type Description
Input<System.String>
View Source

XXssProtection

Declaration
public Input<string> XXssProtection { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.