Class CspReportToEndpoint
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
A single reporting endpoint.
[Serializable]
public record CspReportToEndpoint : IJsonOnDeserialized, IEquatable<CspReportToEndpoint>
- Inheritance
-
CspReportToEndpoint
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Url
HTTPS URL for the reporting endpoint.
[JsonPropertyName("url")]
public string? Url { 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.