SidName
Resolved Windows account identity.
Class Methods
lookup value -> SidName
Resolves an account name or SID in the active VFS target.
A Str is always an account name, never a SID in its canonical
string form.
Parameters
| Name | Type | Description |
|---|---|---|
value |
(Str | Sid | Bin | WellKnownSid) |
Account name, or a SID as a Sid, native packet, or well-known SID. |
Errors
| Exception | Condition |
|---|---|
sys.NotFoundError |
The identity is unmapped |
UnsupportedError |
The active VFS target is Unix |
Fields
domain @ StrAccount domain returned by Windows.
kind @ SidNameUseHow Windows classifies the SID.
Example
name @ StrUnqualified account name.
qualified_name @ StrThe
domain\nameform, ornamewhen the domain is empty.sid @ SidThe resolved SID.