ExtensionPolicyFlags enum

Set of flags that can be associated with a given permission over an extension

Fields

None = 0

No permission

Private = 1

Permission on private extensions

Public = 2

Permission on public extensions

Preview = 4

Permission in extensions that are in preview

Released = 8

Permission in released extensions

FirstParty = 16

Permission in 1st party extensions

All = 31

Mask that defines all permissions