IPolicyCheck

Interface

Information about a specific policy check, and its response Used for debugging / observability

Properties

Property Type Notes
code string

Policy Response code, for i18n

name string

Description of the policy being checked e.g. License Required: "hub-premium"

response PolicyResponse

Policy Response string

value string

Value determined for the current user e.g. "hub-basic"


Interface defined in common/src/permissions/types/IPolicyCheck.ts:8