From dcebbafcd6f915ae59f01e92ac7260e61a545dd5 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 8 Oct 2019 10:36:06 -0700 Subject: [PATCH] Synchronize new proto/yaml changes. PiperOrigin-RevId: 273552966 --- google/cloud/oslogin/v1/oslogin.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/google/cloud/oslogin/v1/oslogin.proto b/google/cloud/oslogin/v1/oslogin.proto index 3cb778b4..d5b771bf 100644 --- a/google/cloud/oslogin/v1/oslogin.proto +++ b/google/cloud/oslogin/v1/oslogin.proto @@ -109,6 +109,10 @@ message LoginProfile { // A map from SSH public key fingerprint to the associated key object. map ssh_public_keys = 3; + + // Indicates if the user is suspended. A suspended user cannot log in but + // their profile information is retained. + bool suspended = 4; } // A request message for deleting a POSIX account entry.