common

google.cloud.oslogin. common

Source:

Type Definitions

PosixAccount

The POSIX account information associated with a Google account.

Properties:
Name Type Description
primary boolean

Only one POSIX account can be marked as primary.

username string

The username of the POSIX account.

uid number

The user ID.

gid number

The default group ID.

homeDirectory string

The path to the home directory for this account.

shell string

The path to the logic shell for this account.

gecos string

The GECOS (user information) entry for this account.

systemId string

System identifier for which account the username or uid applies to. By default, the empty value is used.

accountId string

Output only. A POSIX account identifier.

Source:
See:

SshPublicKey

The SSH public key information associated with a Google account.

Properties:
Name Type Description
key string

Public key text in SSH format, defined by RFC4253 section 6.6.

expirationTimeUsec number

An expiration time in microseconds since epoch.

fingerprint string

Output only. The SHA-256 fingerprint of the SSH public key.

Source:
See: