Synchronize new proto/yaml changes.
PiperOrigin-RevId: 273552966
This commit is contained in:
parent
6c17e292b6
commit
dcebbafcd6
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue