Table of Contents

Class CspPolicyReporting

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Per-policy reporting configuration.

[Serializable]
public record CspPolicyReporting : IJsonOnDeserialized, IEquatable<CspPolicyReporting>
Inheritance
CspPolicyReporting
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

ReportToGroup

Report-To group name for modern reporting.

[JsonPropertyName("report_to_group")]
public string? ReportToGroup { get; set; }

Property Value

string

ReportUri

HTTPS endpoint for CSP violation reports.

[JsonPropertyName("report_uri")]
public string? ReportUri { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.