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 2a4bab38d33eda3f90942b71f4a334876f0167a6..2c2d6131c5887079be226b811c1ece270973bbcd 100644 |
--- a/components/policy/proto/device_management_backend.proto |
+++ b/components/policy/proto/device_management_backend.proto |
@@ -89,6 +89,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 |