Enums/IdentityType.ps1

enum IdentityType {
    User = 1
    SecurityGroups = 2
    DistributionGroups = 8
}