Class Diagnostics
- Namespace
- CedarDotNet.Models
- Assembly
- CedarDotNet.dll
The diagnostics of a Response.
public sealed record Diagnostics : IEquatable<Diagnostics>
- Inheritance
-
Diagnostics
- Implements
- Inherited Members
Properties
Errors
The authorization errors.
[JsonPropertyName("errors")]
public required IReadOnlyCollection<AuthorizationError> Errors { get; init; }
Property Value
Reason
The reason for the decision.
[JsonPropertyName("reason")]
public required IReadOnlyCollection<string> Reason { get; init; }