modules/Devolutions.CIEM.Notifications/Classes/CIEMNotificationChannel.ps1
|
class CIEMNotificationChannel { [string]$Id [string]$Name [string]$Type [bool]$Enabled [string]$FromAddress [string]$ToRecipientsJson [string]$CcRecipientsJson [string]$BccRecipientsJson [string]$CreatedAt [string]$UpdatedAt } |