caption: Configure allowed WebAuthn factors
desc: |-
Setting the policy controls which WebAuthn factors can be used.
To allow:
* Every WebAuthn factor, use ["all"] (includes factors added in the future).
* Only PIN, use ["PIN"].
* PIN and fingerprint, use ["PIN", "FINGERPRINT"].
If the policy is unset or set to an empty list, no WebAuthn factors are available for managed devices.
example_value:
- PIN
features:
dynamic_refresh: true
per_profile: false
items:
- caption: All
name: all
value: all
- caption: PIN
name: PIN
value: PIN
- caption: Fingerprint
name: FINGERPRINT
value: FINGERPRINT
owners:
- [email protected]
- [email protected]
- [email protected]
schema:
$ref: WebAuthnFactors
supported_on:
- chrome_os:101-
tags: []
type: string-enum-list