bitflag enum ui.SshPropertySet.PropertyId

bitflag enum PropertyId {
    UserName,
    AuthenticationMethod,
    RememberLastPassword,
    Process,
    PtyType,
    All,
};