Table of Contents

Class CspReportingInfrastructure

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Global reporting infrastructure configuration.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

ReportTo

[JsonPropertyName("report_to")]
public Optional<CspReportTo?> ReportTo { get; set; }

Property Value

Optional<CspReportTo>

ReportingEndpoints

[JsonPropertyName("reporting_endpoints")]
public Dictionary<string, string>? ReportingEndpoints { get; set; }

Property Value

Dictionary<string, string>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.