Skip to content

AccessorType

Defined in: src/enums/AccessorType.ts:7

Enumerates the types of the clients allowed to access another system, data or configuration.

SYSTEM: "system"

Defined in: src/enums/AccessorType.ts:12

Indicates that the target can be accessed by system (such as all backend, server-side systems).


APPLICATION: "application"

Defined in: src/enums/AccessorType.ts:17

Indicates that the target can be accessed by an application (such as a website, desktop or mobile app).


ALL: "all"

Defined in: src/enums/AccessorType.ts:22

Indicates that the target can be accessed by both a system or an application.