| Index: components/policy/proto/device_management_backend.proto
|
| diff --git a/components/policy/proto/device_management_backend.proto b/components/policy/proto/device_management_backend.proto
|
| index f0d3ba034c36281a8d1de7b21fd109c114209ce7..cb775ab8d32e28411bcfb6f3f95f71cdc1917912 100644
|
| --- a/components/policy/proto/device_management_backend.proto
|
| +++ b/components/policy/proto/device_management_backend.proto
|
| @@ -79,6 +79,11 @@ message DeviceRegisterRequest {
|
| FLAVOR_ENROLLMENT_RECOVERY = 6;
|
| // User policy registration for a logged-in user.
|
| FLAVOR_USER_REGISTRATION = 7;
|
| + // Attestation-based with the option to use a different authentication
|
| + // mechanism.
|
| + FLAVOR_ENROLLMENT_ATTESTATION = 8;
|
| + // Attestation-based enrollment.
|
| + FLAVOR_ENROLLMENT_ATTESTATION_FORCED = 9;
|
| };
|
|
|
| // Indicates the registration flavor. This is passed to the server FYI when
|
|
|