Skip to content

Latest commit

 

History

History
114 lines (51 loc) · 1.35 KB

core.decisionlogentrycheckresources.md

File metadata and controls

114 lines (51 loc) · 1.35 KB

Home > @cerbos/core > DecisionLogEntryCheckResources

DecisionLogEntryCheckResources interface

The outcome of a CheckResources decision made by the policy decision point server.

Signature:

export interface DecisionLogEntryCheckResources 

Properties

Property

Modifiers

Type

Description

error

string | undefined

The error (if any) encountered while evaluating the CheckResources call.

inputs

CheckInput[]

The inputs to the CheckResources call.

name

"CheckResources"

The method that was called.

outputs

CheckOutput[]

The outputs from the CheckResources call.