Variable: RuleOrigin
const RuleOrigin: {
PANW_MANAGED: "PANW_MANAGED";
CUSTOM: "CUSTOM";
};
Defined in: src/models/model-security-enums.ts:90
Distinguishes PANW rule templates from customer-authored rules.
Type Declaration
PANW_MANAGED
readonly PANW_MANAGED: "PANW_MANAGED" = 'PANW_MANAGED';
CUSTOM
readonly CUSTOM: "CUSTOM" = 'CUSTOM';