UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

10 lines (9 loc) 153 B
/** * Data model for a user. */ export interface UserPrincipal { userName: string; domain: string; prinicipal: string; ssid: string; }