Class AuthorizationError
- Namespace
- CedarDotNet.Models
- Assembly
- CedarDotNet.dll
An authorization error of a Diagnostics.
public sealed record AuthorizationError : IEquatable<AuthorizationError>
- Inheritance
-
AuthorizationError
- Implements
- Inherited Members
Properties
Error
The error.
[JsonPropertyName("error")]
public required DetailedError Error { get; init; }
Property Value
PolicyId
The policy ID.
[JsonPropertyName("policyId")]
public required string PolicyId { get; init; }