Skip to main content

Module claim

Module claim 

Source
Expand description

Claims: the contract for asserted facts about runtime subjects.

The kernel defines the Claim record, its kinds, visibility, and the ClaimPattern match contract; libraries supply the claims and the stores that hold them.

Structs§

Claim
An asserted fact about a runtime subject: a subject/predicate/object triple plus kind, evidence, required capabilities, and visibility.
ClaimPattern
Query pattern matched against stored Claims; None fields are wildcards.

Enums§

ClaimKind
How a Claim was established.
Visibility
Read visibility policy for a Claim.