Classes/AlertPolicy.psm1


Class AlertPolicy {
    [Int]$Id
    [String]$Name
    [String]$Description
    [Boolean]$Enabled
    [Boolean]$DefaultPolicy
    [Boolean]$State
    [Boolean]$Visible
    [String]$Owner
    [PSCustomObject]$PolicyData
}