Synchronize new proto/yaml changes.

PiperOrigin-RevId: 273552966
This commit is contained in:
Google APIs 2019-10-08 10:36:06 -07:00 committed by Copybara-Service
parent 6c17e292b6
commit dcebbafcd6
1 changed files with 4 additions and 0 deletions

View File

@ -109,6 +109,10 @@ message LoginProfile {
// A map from SSH public key fingerprint to the associated key object.
map<string, google.cloud.oslogin.common.SshPublicKey> 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.