PeerSubjectKind
const PeerSubjectKind: object;Defined in: src/identity.ts:44
Category of subject identified by peer evidence.
Type Declaration
Section titled “Type Declaration”ENDPOINT
Section titled “ENDPOINT”readonly ENDPOINT: "endpoint" = "endpoint";A network endpoint.
TAGGED_NODE
Section titled “TAGGED_NODE”readonly TAGGED_NODE: "tagged_node" = "tagged_node";A tagged infrastructure node.
UNKNOWN
Section titled “UNKNOWN”readonly UNKNOWN: "unknown" = "unknown";A subject whose category is unknown.
readonly USER: "user" = "user";A human user.
WORKLOAD
Section titled “WORKLOAD”readonly WORKLOAD: "workload" = "workload";A service workload.
