Skip to content

TokenInfo

Windows access token information.

Fields

groups @ std.Seq[TokenGroup]

Immutable array-like view of the token's TokenGroups.

is_elevated @ Bool

Whether the token is elevated.

logon_sid @ (Sid | nil)

The group SID marked as the token's logon SID, or nil if there is none.

owner_sid @ Sid

Default owner SID for objects created by the token.

primary_group_sid @ Sid

Primary group SID for objects created by the token.

user_sid @ Sid

SID of the token's user.