Skip to content

Latest commit

 

History

History
152 lines (67 loc) · 1.76 KB

core.inspectedpolicy.md

File metadata and controls

152 lines (67 loc) · 1.76 KB

Home > @cerbos/core > InspectedPolicy

InspectedPolicy interface

Details of a policy in the store.

Signature:

export interface InspectedPolicy 

Properties

Property

Modifiers

Type

Description

actions

string[]

Actions defined in the policy.

attributes

InspectedAttribute[]

Attributes referenced in the policy.

constants

InspectedConstant[]

Constants referenced in the policy.

derivedRoles

InspectedDerivedRole[]

Derived roles referenced in the policy.

id

string

ID of the policy.

variables

InspectedVariable[]

Variables referenced in the policy.