Table of Contents

Class CspReportTo

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Report-To header configuration.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Endpoints

[JsonPropertyName("endpoints")]
public IEnumerable<CspReportToEndpoint>? Endpoints { get; set; }

Property Value

IEnumerable<CspReportToEndpoint>

Group

Reporting group identifier.

[JsonPropertyName("group")]
public string? Group { get; set; }

Property Value

string

MaxAge

Maximum age in seconds for the Report-To header.

[JsonPropertyName("max_age")]
public int? MaxAge { get; set; }

Property Value

int?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.