Class RealmSecurityDefensesHeadersArgs
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 RealmSecurityDefensesHeadersArgs : ResourceArgs
Constructors
View SourceRealmSecurityDefensesHeadersArgs()
Declaration
public RealmSecurityDefensesHeadersArgs()
Properties
View SourceContentSecurityPolicy
Declaration
public Input<string> ContentSecurityPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ContentSecurityPolicyReportOnly
Declaration
public Input<string> ContentSecurityPolicyReportOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StrictTransportSecurity
Declaration
public Input<string> StrictTransportSecurity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
XContentTypeOptions
Declaration
public Input<string> XContentTypeOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
XFrameOptions
Declaration
public Input<string> XFrameOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
XRobotsTag
Declaration
public Input<string> XRobotsTag { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
XXssProtection
Declaration
public Input<string> XXssProtection { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |