# ProcessGroupIds

`import { ProcessGroupIds } from "destack:process/binding";`

Real, effective, and saved-set group identifiers.

```ds title="ProcessGroupIds"
export struct ProcessGroupIds {
    real: GroupId;
    effective: GroupId;
    saved: GroupId;
}
```

[language/library/src/process/binding/identity.ds:24:31](https://github.com/destack-sh/destack/blob/main/language/library/src/process/binding/identity.ds#L24-L31)

## Members

### `real: GroupId`

Real group identifier.

### `effective: GroupId`

Effective group identifier.

### `saved: GroupId`

Saved-set group identifier.
