Table of Contents

Interface IPartialAuthorizationAnswer

Namespace
CedarDotNet.Models
Assembly
CedarDotNet.dll

The marker interface for partial authorization answer.

[Experimental("CedarPartialExpressions")]
[JsonPolymorphic(TypeDiscriminatorPropertyName = "type")]
[JsonDerivedType(typeof(PartialAuthorizationAnswerResiduals), "residuals")]
[JsonDerivedType(typeof(PartialAuthorizationAnswerFailure), "failure")]
public interface IPartialAuthorizationAnswer