IPolicyCheck
Information about a specific policy check, and its response Used for debugging / observability
Properties
Property | Type | Notes |
---|---|---|
string |
Policy Response code, for i18n |
|
string |
Description of the policy being checked e.g. License Required: "hub-premium" |
|
PolicyResponse |
Policy Response string |
|
string |
Value determined for the current user e.g. "hub-basic" |
Interface defined in common/src/permissions/types/IPolicyCheck.ts:8