Private/Types/validators/FtpAllowedSuite.generated.ps1

using namespace System.Management.Automation

class FtpAllowedSuiteValidator : IValidateSetValuesGenerator {
    [string[]]GetValidValues() {
        return ('AllCiphers', 'SecureOnly')
    }
}