Class TenantSettingsNullableSecurityHeaders
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Security headers configuration for tenant responses.
[Serializable]
public record TenantSettingsNullableSecurityHeaders : IJsonOnDeserialized, IEquatable<TenantSettingsNullableSecurityHeaders>
- Inheritance
-
TenantSettingsNullableSecurityHeaders
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ContentSecurityPolicy
[JsonPropertyName("content_security_policy")]
public Optional<ContentSecurityPolicyConfig?> ContentSecurityPolicy { get; set; }
Property Value
XXssProtection
[JsonPropertyName("x_xss_protection")]
public Optional<XssProtectionConfig?> XXssProtection { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.