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

Properties of a PosixAccount.

Package

@google-cloud/os-login!

Properties

accountId

accountId?: (string|null);

PosixAccount accountId

Property Value
TypeDescription
(string|null)

gecos

gecos?: (string|null);

PosixAccount gecos

Property Value
TypeDescription
(string|null)

gid

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

PosixAccount gid

Property Value
TypeDescription
(number|Long|string|null)

homeDirectory

homeDirectory?: (string|null);

PosixAccount homeDirectory

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

PosixAccount name

Property Value
TypeDescription
(string|null)

operatingSystemType

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

PosixAccount operatingSystemType

Property Value
TypeDescription
(google.cloud.oslogin.common.OperatingSystemType|keyof typeof google.cloud.oslogin.common.OperatingSystemType|null)

primary

primary?: (boolean|null);

PosixAccount primary

Property Value
TypeDescription
(boolean|null)

shell

shell?: (string|null);

PosixAccount shell

Property Value
TypeDescription
(string|null)

systemId

systemId?: (string|null);

PosixAccount systemId

Property Value
TypeDescription
(string|null)

uid

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

PosixAccount uid

Property Value
TypeDescription
(number|Long|string|null)

username

username?: (string|null);

PosixAccount username

Property Value
TypeDescription
(string|null)