Private/Types/validators/RDPGatewayCredentialsSource.generated.ps1

using namespace System.Management.Automation

class RDPGatewayCredentialsSourceValidator : IValidateSetValuesGenerator {
    [string[]]GetValidValues() {
        return ('UserPassword', 'Smartcard', 'AskMeLater', 'GatewayAccessToken')
    }
}