PolicyEnforcement Type
How a policy violation is handled
Union cases
| Union case |
Description
|
Full Usage:
Block
|
Block the action entirely |
Full Usage:
Confirm
|
Allow but require confirmation callback |
Full Usage:
Modify transform
Parameters:
string -> string
|
Modify the action (e.g., redact content)
|
Full Usage:
Warn
|
Allow but log a warning |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBlock
Returns: bool
|
|
Full Usage:
this.IsConfirm
Returns: bool
|
|
Full Usage:
this.IsModify
Returns: bool
|
|
Full Usage:
this.IsWarn
Returns: bool
|
|
Nao