AuthorityTier

How authoritative the source backing a proposition is.

Tiers are declared in descending authority, so the enum ordinal is a built-in ranking: a lower ordinal means higher authority. PRIMARY (ordinal 0) is the most authoritative; UNKNOWN (the highest ordinal) is the least and is the fail-safe default when authority cannot be determined.

Entries

Link copied to clipboard

First-party / directly attributable source (e.g. a connector reference).

Link copied to clipboard

Named external source such as a URI or file.

Link copied to clipboard

Indirect or derived source (e.g. content-addressed material, abstractions).

Link copied to clipboard

Authority could not be determined; the lowest-authority fail-safe default.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.