Interface protos.google.cloud.oslogin.common.IPosixAccount (5.4.0)

Properties of a PosixAccount.

Package

@google-cloud/os-login

Properties

accountId

accountId?: (string|null);

PosixAccount accountId

gecos

gecos?: (string|null);

PosixAccount gecos

gid

gid?: (number|Long|string|null);

PosixAccount gid

homeDirectory

homeDirectory?: (string|null);

PosixAccount homeDirectory

name

name?: (string|null);

PosixAccount name

operatingSystemType

operatingSystemType?: (google.cloud.oslogin.common.OperatingSystemType|keyof typeof google.cloud.oslogin.common.OperatingSystemType|null);

PosixAccount operatingSystemType

primary

primary?: (boolean|null);

PosixAccount primary

shell

shell?: (string|null);

PosixAccount shell

systemId

systemId?: (string|null);

PosixAccount systemId

uid

uid?: (number|Long|string|null);

PosixAccount uid

username

username?: (string|null);

PosixAccount username