bayesline.api.Grant

bayesline.api.Grant#

model Grant#

What one principal is granted on a feature.

States only what it overrides, so enabled and data are independently optional. A grant does not name the feature it is on; that is held by whatever carries the grant.

Fields#

Field

Type

Required

Default

data

dict[str, Any] | None

No

None

enabled

bool | None

No

None

principal

Principal

Yes

field data: dict[str, Any] | None [Optional]#
field enabled: bool | None [Optional]#
field principal: Principal [Required]#