Class GetRealmSecurityDefenseHeaderArgs
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.Keycloak.Inputs
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class GetRealmSecurityDefenseHeaderArgs : InvokeArgs
Constructors
View SourceGetRealmSecurityDefenseHeaderArgs()
Declaration
public GetRealmSecurityDefenseHeaderArgs()
Properties
View SourceContentSecurityPolicy
Declaration
public string ContentSecurityPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ContentSecurityPolicyReportOnly
Declaration
public string ContentSecurityPolicyReportOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StrictTransportSecurity
Declaration
public string StrictTransportSecurity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
XContentTypeOptions
Declaration
public string XContentTypeOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
XFrameOptions
Declaration
public string XFrameOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
XRobotsTag
Declaration
public string XRobotsTag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
XXssProtection
Declaration
public string XXssProtection { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |