Format/Unity-Powershell.UnityAlertConfig.Format.ps1xml

<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
    <ViewDefinitions>
        <View>
    <Name>UnityalertConfigTable</Name>
    <ViewSelectedBy>
        <TypeName>UnityalertConfig</TypeName>
    </ViewSelectedBy>
    <TableControl>
        <AutoSize/>
        <TableHeaders>
            <TableColumnHeader>
                <Label>Id</Label>
                <Alignment>Left</Alignment>
            </TableColumnHeader>
            <TableColumnHeader>
                <Label>DestinationEmails</Label>
                <Alignment>Left</Alignment>
            </TableColumnHeader>
            <TableColumnHeader>
                <Label>MinEmailNotificationSeverity</Label>
                <Alignment>Left</Alignment>
            </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
            <TableRowEntry>
            <Wrap/>
                <TableColumnItems>
                    <TableColumnItem>
                        <PropertyName>id</PropertyName>
                    </TableColumnItem>
                    <TableColumnItem>
                        <PropertyName>DestinationEmails</PropertyName>
                    </TableColumnItem>
                    <TableColumnItem>
                        <PropertyName>MinEmailNotificationSeverity</PropertyName>
                    </TableColumnItem>
                    </TableColumnItems>
                </TableRowEntry>
            </TableRowEntries>
        </TableControl>
    </View>
<View>
      <Name>UnityalertConfigList</Name>
      <ViewSelectedBy>
        <TypeName>UnityalertConfig</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
                  <ListItem>
                    <Label>DestinationEmails</Label>
                    <PropertyName>destinationEmails</PropertyName>
                </ListItem>
                  <ListItem>
                    <Label>EmailFromAddress</Label>
                    <PropertyName>emailFromAddress</PropertyName>
                </ListItem>
                  <ListItem>
                    <Label>Id</Label>
                    <PropertyName>id</PropertyName>
                </ListItem>
                  <ListItem>
                    <Label>IsThresholdAlertsEnabled</Label>
                    <PropertyName>isThresholdAlertsEnabled</PropertyName>
                </ListItem>
                  <ListItem>
                    <Label>Locale</Label>
                    <PropertyName>locale</PropertyName>
                </ListItem>
                  <ListItem>
                    <Label>MinEmailNotificationSeverity</Label>
                    <PropertyName>minEmailNotificationSeverity</PropertyName>
                </ListItem>
                  <ListItem>
                    <Label>MinSNMPTrapNotificationSeverity</Label>
                    <PropertyName>minSNMPTrapNotificationSeverity</PropertyName>
                </ListItem>
             </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    </ViewDefinitions>
</Configuration>