Skip to main content

EnvironmentType

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

Summary

Classification of Dataverse environment types. Drives protection levels and default color theming.

Members

Fields

Development

EnvironmentType Development

Development environment — unrestricted DML.

Production

EnvironmentType Production

Production environment — DML blocked by default, requires confirmation with preview.

Sandbox

EnvironmentType Sandbox

Sandbox/staging environment — unrestricted DML.

Test

EnvironmentType Test

Test/QA/UAT environment — unrestricted DML.

Trial

EnvironmentType Trial

Trial environment — unrestricted DML.

Unknown

EnvironmentType Unknown

Unknown or unconfigured — auto-detect from Discovery API or URL heuristics.