Table of Contents

Class Response

Namespace
CedarDotNet.Models
Assembly
CedarDotNet.dll

The response of a AuthorizationAnswerSuccess.

public sealed record Response : IEquatable<Response>
Inheritance
Response
Implements
Inherited Members

Properties

Decision

The decision.

[JsonPropertyName("decision")]
public required Decision Decision { get; init; }

Property Value

Decision

Diagnostics

The diagnostics.

[JsonPropertyName("diagnostics")]
public required Diagnostics Diagnostics { get; init; }

Property Value

Diagnostics