--- permalink: /1.32/core/v1/linuxContainerUser/ --- # core.v1.linuxContainerUser "LinuxContainerUser represents user identity information in Linux containers" ## Index * [`fn withGid(gid)`](#fn-withgid) * [`fn withSupplementalGroups(supplementalGroups)`](#fn-withsupplementalgroups) * [`fn withSupplementalGroupsMixin(supplementalGroups)`](#fn-withsupplementalgroupsmixin) * [`fn withUid(uid)`](#fn-withuid) ## Fields ### fn withGid ```ts withGid(gid) ``` "GID is the primary gid initially attached to the first process in the container" ### fn withSupplementalGroups ```ts withSupplementalGroups(supplementalGroups) ``` "SupplementalGroups are the supplemental groups initially attached to the first process in the container" ### fn withSupplementalGroupsMixin ```ts withSupplementalGroupsMixin(supplementalGroups) ``` "SupplementalGroups are the supplemental groups initially attached to the first process in the container" **Note:** This function appends passed data to existing values ### fn withUid ```ts withUid(uid) ``` "UID is the primary uid initially attached to the first process in the container"