PermissionsPolicyFeature Enumeration | 
Version 106.0.290 
            All Permissions Policy features. This enum should match the one defined
            in third_party/blink/renderer/core/permissions_policy/permissions_policy_features.json5.
            
 
    Namespace: 
   CefSharp.DevTools.Page
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic enum PermissionsPolicyFeature
public enum class PermissionsPolicyFeature
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Accelerometer | 0 | 
            accelerometer
             | 
 | AmbientLightSensor | 1 | 
            ambient-light-sensor
             | 
 | AttributionReporting | 2 | 
            attribution-reporting
             | 
 | Autoplay | 3 | 
            autoplay
             | 
 | Bluetooth | 4 | 
            bluetooth
             | 
 | BrowsingTopics | 5 | 
            browsing-topics
             | 
 | Camera | 6 | 
            camera
             | 
 | ChDpr | 7 | 
            ch-dpr
             | 
 | ChDeviceMemory | 8 | 
            ch-device-memory
             | 
 | ChDownlink | 9 | 
            ch-downlink
             | 
 | ChEct | 10 | 
            ch-ect
             | 
 | ChPrefersColorScheme | 11 | 
            ch-prefers-color-scheme
             | 
 | ChRtt | 12 | 
            ch-rtt
             | 
 | ChSaveData | 13 | 
            ch-save-data
             | 
 | ChUa | 14 | 
            ch-ua
             | 
 | ChUaArch | 15 | 
            ch-ua-arch
             | 
 | ChUaBitness | 16 | 
            ch-ua-bitness
             | 
 | ChUaPlatform | 17 | 
            ch-ua-platform
             | 
 | ChUaModel | 18 | 
            ch-ua-model
             | 
 | ChUaMobile | 19 | 
            ch-ua-mobile
             | 
 | ChUaFull | 20 | 
            ch-ua-full
             | 
 | ChUaFullVersion | 21 | 
            ch-ua-full-version
             | 
 | ChUaFullVersionList | 22 | 
            ch-ua-full-version-list
             | 
 | ChUaPlatformVersion | 23 | 
            ch-ua-platform-version
             | 
 | ChUaReduced | 24 | 
            ch-ua-reduced
             | 
 | ChUaWow64 | 25 | 
            ch-ua-wow64
             | 
 | ChViewportHeight | 26 | 
            ch-viewport-height
             | 
 | ChViewportWidth | 27 | 
            ch-viewport-width
             | 
 | ChWidth | 28 | 
            ch-width
             | 
 | ClipboardRead | 29 | 
            clipboard-read
             | 
 | ClipboardWrite | 30 | 
            clipboard-write
             | 
 | CrossOriginIsolated | 31 | 
            cross-origin-isolated
             | 
 | DirectSockets | 32 | 
            direct-sockets
             | 
 | DisplayCapture | 33 | 
            display-capture
             | 
 | DocumentDomain | 34 | 
            document-domain
             | 
 | EncryptedMedia | 35 | 
            encrypted-media
             | 
 | ExecutionWhileOutOfViewport | 36 | 
            execution-while-out-of-viewport
             | 
 | ExecutionWhileNotRendered | 37 | 
            execution-while-not-rendered
             | 
 | FederatedCredentials | 38 | 
            federated-credentials
             | 
 | FocusWithoutUserActivation | 39 | 
            focus-without-user-activation
             | 
 | Fullscreen | 40 | 
            fullscreen
             | 
 | Frobulate | 41 | 
            frobulate
             | 
 | Gamepad | 42 | 
            gamepad
             | 
 | Geolocation | 43 | 
            geolocation
             | 
 | Gyroscope | 44 | 
            gyroscope
             | 
 | Hid | 45 | 
            hid
             | 
 | IdleDetection | 46 | 
            idle-detection
             | 
 | InterestCohort | 47 | 
            interest-cohort
             | 
 | JoinAdInterestGroup | 48 | 
            join-ad-interest-group
             | 
 | KeyboardMap | 49 | 
            keyboard-map
             | 
 | LocalFonts | 50 | 
            local-fonts
             | 
 | Magnetometer | 51 | 
            magnetometer
             | 
 | Microphone | 52 | 
            microphone
             | 
 | Midi | 53 | 
            midi
             | 
 | OtpCredentials | 54 | 
            otp-credentials
             | 
 | Payment | 55 | 
            payment
             | 
 | PictureInPicture | 56 | 
            picture-in-picture
             | 
 | PublickeyCredentialsGet | 57 | 
            publickey-credentials-get
             | 
 | RunAdAuction | 58 | 
            run-ad-auction
             | 
 | ScreenWakeLock | 59 | 
            screen-wake-lock
             | 
 | Serial | 60 | 
            serial
             | 
 | SharedAutofill | 61 | 
            shared-autofill
             | 
 | SharedStorage | 62 | 
            shared-storage
             | 
 | StorageAccess | 63 | 
            storage-access
             | 
 | SyncXhr | 64 | 
            sync-xhr
             | 
 | TrustTokenRedemption | 65 | 
            trust-token-redemption
             | 
 | Unload | 66 | 
            unload
             | 
 | Usb | 67 | 
            usb
             | 
 | VerticalScroll | 68 | 
            vertical-scroll
             | 
 | WebShare | 69 | 
            web-share
             | 
 | WindowPlacement | 70 | 
            window-placement
             | 
 | XrSpatialTracking | 71 | 
            xr-spatial-tracking
             | 
See Also