Private/Types/validators/UserEntityPasswordFormat.generated.ps1

using namespace System.Management.Automation

class UserEntityPasswordFormatValidator : IValidateSetValuesGenerator {
    [string[]]GetValidValues() {
        return ('Legacy', 'IdentityV2', 'IdentityV3')
    }
}