antimatter.constants.fact_policy#

Module Contents#

Classes#

FactOperator

Enum class for defining the operator of a fact policy.

FactArgumentSource

Enum class for defining the source of a fact policy argument.

class antimatter.constants.fact_policy.FactOperator#

Bases: str, enum.Enum

Enum class for defining the operator of a fact policy.

Exists = 'Exists'#
NotExists = 'NotExists'#
class antimatter.constants.fact_policy.FactArgumentSource#

Bases: str, enum.Enum

Enum class for defining the source of a fact policy argument.

DomainIdentity = 'domainIdentity'#
Literal = 'literal'#
Any = 'any'#