Skip to content

Interface: EntitlementClaims

Defined in: packages/core/src/introspection/EntitlementScanner.ts:107

Declaration claims for validation against detected entitlements.

Properties

allowed?

ts
readonly optional allowed: readonly EntitlementCategory[];

Defined in: packages/core/src/introspection/EntitlementScanner.ts:113

Explicitly allowed entitlements (bypasses violation detection)


destructive?

ts
readonly optional destructive: boolean;

Defined in: packages/core/src/introspection/EntitlementScanner.ts:111

Whether the action is declared as destructive


readOnly?

ts
readonly optional readOnly: boolean;

Defined in: packages/core/src/introspection/EntitlementScanner.ts:109

Whether the action is declared as readOnly