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
ReportTo
[JsonPropertyName("report_to")]
public Optional<CspReportTo?> ReportTo { get; set; }
Property Value
ReportingEndpoints
[JsonPropertyName("reporting_endpoints")]
public Dictionary<string, string>? ReportingEndpoints { 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.