Private/Types/validators/SecureAttachmentType.generated.ps1
using namespace System.Management.Automation class SecureAttachmentTypeValidator : IValidateSetValuesGenerator { [string[]]GetValidValues() { return ('Password', 'PrivateConnection', 'PamCheckout', 'File', 'TemporaryAccessRequest') } } |