CedarQuery class final

Annotations
  • @_serializable

Constructors

CedarQuery({required String description, required CedarEntityId? principal, required CedarEntityId? resource, required CedarEntityId action, required Map<String, Object?> context, required CedarAuthorizationDecision decision, required List<String> reasons, required List<String> errors})
const
CedarQuery.fromJson(Map json)
factory

Properties

action → CedarEntityId
final
context Map<String, Object?>
final
decision → CedarAuthorizationDecision
final
description String
final
errors List<String>
final
hashCode int
The hash code for this object.
no setterinherited
principal → CedarEntityId?
final
reasons List<String>
final
resource → CedarEntityId?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited