Table of Contents

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

IReadOnlyCollection<AuthorizationError>

Reason

The reason for the decision.

[JsonPropertyName("reason")]
public required IReadOnlyCollection<string> Reason { get; init; }

Property Value

IReadOnlyCollection<string>