Header menu logo Nao

PolicyEnforcement Type

How a policy violation is handled

Union cases

Union case Description

Block

Full Usage: Block

Block the action entirely

Confirm

Full Usage: Confirm

Allow but require confirmation callback

Modify transform

Full Usage: Modify transform

Parameters:
    transform : string -> string

Modify the action (e.g., redact content)

transform : string -> string

Warn

Full Usage: Warn

Allow but log a warning

Instance members

Instance member Description

this.IsBlock

Full Usage: this.IsBlock

Returns: bool
Returns: bool

this.IsConfirm

Full Usage: this.IsConfirm

Returns: bool
Returns: bool

this.IsModify

Full Usage: this.IsModify

Returns: bool
Returns: bool

this.IsWarn

Full Usage: this.IsWarn

Returns: bool
Returns: bool

Type something to start searching.