bayesline.api.PolicyAuthority#

class bayesline.api.PolicyAuthority(value)#

Who a policy comes from, and so how far it outranks another.

A member’s name serves as a unique identity for the authority–and it must NEVER change so long as the authority exists! A member’s value is the label it is presented under and is free to change.

__init__(*args, **kwds)#

Attributes

identity

What a stored row names this authority by.

APPLICATION

DEPLOYMENT

LICENSE

APPLICATION = 'application'#
DEPLOYMENT = 'deployment'#
LICENSE = 'license'#
property identity: str#

What a stored row names this authority by.