Skip to main content

ProtectionLevel

  • Namespace: PPDS.Auth.Profiles
  • Assembly: PPDS.Auth
  • Kind: Enum
  • Implements: IComparable, IConvertible, IFormattable, ISpanFormattable

Summary

Environment protection level determining DML behavior.

Members

Fields

Development

ProtectionLevel Development

Unrestricted DML. Sandbox and Developer environments.

Production

ProtectionLevel Production

Block by default, require explicit confirmation with preview. Production and unknown environments.

Test

ProtectionLevel Test

Warn per thresholds. Trial environments.