Show / Hide Table of Contents

Class GetRealmSecurityDefenseHeaderArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetRealmSecurityDefenseHeaderArgs
Inherited Members
InvokeArgs.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 GetRealmSecurityDefenseHeaderArgs : InvokeArgs

Constructors

View Source

GetRealmSecurityDefenseHeaderArgs()

Declaration
public GetRealmSecurityDefenseHeaderArgs()

Properties

View Source

ContentSecurityPolicy

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

ContentSecurityPolicyReportOnly

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

StrictTransportSecurity

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

XContentTypeOptions

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

XFrameOptions

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

XRobotsTag

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

XXssProtection

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