Private/Types/enums/ConnectionLogUserType.generated.psm1

enum ConnectionLogUserType
{
    Local = 0
    Database = 1
    Both = 2
}