Private/Types/models/WebCustomAutoFillHtmlItem.generated.psm1
class WebCustomAutoFillHtmlItem { [String]$FormID = '' [String]$HtmlControlID = '' [String]$InputType = '' [String]$Name = '' [boolean]$Prompt = $false [boolean]$Secure = $false [String]$SecureSafeValue = '' [String]$SecureValue = '' [String]$Value = '' } |