LoginProfile

The user profile information used for logging in to a virtual machine on Google Compute Engine.

JSON representation
{
  "name": string,
  "posixAccounts": [
    {
      object (PosixAccount)
    }
  ],
  "sshPublicKeys": {
    string: {
      object (SshPublicKey)
    },
    ...
  }
}
Fields
name

string

Required. A unique user ID.

posixAccounts[]

object (PosixAccount)

The list of POSIX accounts associated with the user.

sshPublicKeys

map (key: string, value: object (SshPublicKey))

A map from SSH public key fingerprint to the associated key object.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.