Private/Types/enums/UserEntityPasswordFormat.generated.psm1

enum UserEntityPasswordFormat
{
    Legacy = 0
    IdentityV2 = 1
    IdentityV3 = 2
}