Skip to main content

Variable: Action

const Action: {
ALLOW: "allow";
BLOCK: "block";
ALERT: "alert";
};

Defined in: src/models/enums.ts:14

Enforcement action taken by AIRS.

Type Declaration

ALLOW

readonly ALLOW: "allow" = 'allow';

BLOCK

readonly BLOCK: "block" = 'block';

ALERT

readonly ALERT: "alert" = 'alert';