summaryrefslogtreecommitdiffstats
path: root/chromium/components/policy/proto/secure_connect.proto
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/policy/proto/secure_connect.proto')
-rw-r--r--chromium/components/policy/proto/secure_connect.proto18
1 files changed, 18 insertions, 0 deletions
diff --git a/chromium/components/policy/proto/secure_connect.proto b/chromium/components/policy/proto/secure_connect.proto
new file mode 100644
index 00000000000..71519b0cf88
--- /dev/null
+++ b/chromium/components/policy/proto/secure_connect.proto
@@ -0,0 +1,18 @@
+// Copyright 2021 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+syntax = "proto2";
+
+option optimize_for = LITE_RUNTIME;
+
+import "policy_common_definitions.proto";
+
+package enterprise_management;
+
+// Response message for GetManagedAccountsSigninRestriction.
+message GetManagedAccountsSigninRestrictionResponse {
+ optional string policy_value = 1;
+ optional PolicyOptions policy_options = 2;
+ optional bool has_error = 3;
+} \ No newline at end of file