PortalSettingsCspMode type

Defines values for PortalSettingsCspMode.
KnownPortalSettingsCspMode can be used interchangeably with PortalSettingsCspMode, this enum contains the known values that the service supports.

Known values supported by the service

enabled: The browser will block requests not matching allowed origins.
disabled: The browser will not apply the origin restrictions.
reportOnly: The browser will report requests not matching allowed origins without blocking them.

type PortalSettingsCspMode = string