Office 365 Alert Autoclose Datasource
Microsoft.SystemCenter.O365.DataSource.AlertAutoclose (DataSourceModuleType)
The data source is used by the rule to close obsolete alerts automatically.
Element properties:
Member Modules:
Overrideable Parameters:
Source Code:
<DataSourceModuleType ID="Microsoft.SystemCenter.O365.DataSource.AlertAutoclose" Accessibility="Internal" RunAs="Microsoft.SystemCenter.O365.RunAsProfile.Proxy" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TimeOut" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IntervalSeconds" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SyncTime" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SubscriptionId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="MaxAlertAge" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AuthorityUri" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="OfficeResourceUri" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ManagementServiceUri" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TenantId" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="TimeOut" ParameterType="int" Selector="$Config/TimeOut$"/>
<OverrideableParameter ID="IntervalSeconds" ParameterType="int" Selector="$Config/IntervalSeconds$"/>
<OverrideableParameter ID="SyncTime" ParameterType="string" Selector="$Config/SyncTime$"/>
<OverrideableParameter ID="MaxAlertAge" ParameterType="int" Selector="$Config/MaxAlertAge$"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="Trigger" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval>$Config/IntervalSeconds$</Interval>
<SyncTime>$Config/SyncTime$</SyncTime>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction ID="Probe" TypeID="Microsoft.SystemCenter.O365.ProbeAction.AlertAutoclose">
<TimeOut>$Config/TimeOut$</TimeOut>
<Interval>$Config/IntervalSeconds$</Interval>
<UserName>$RunAs[Name="Microsoft.SystemCenter.O365.RunAsProfile.Password"]/UserName$</UserName>
<Password>$RunAs[Name="Microsoft.SystemCenter.O365.RunAsProfile.Password"]/Password$</Password>
<SubscriptionId>$Config/SubscriptionId$</SubscriptionId>
<MaxAlertAge>$Config/MaxAlertAge$</MaxAlertAge>
<AuthorityUri>$Config/AuthorityUri$</AuthorityUri>
<OfficeResourceUri>$Config/OfficeResourceUri$</OfficeResourceUri>
<ManagementServiceUri>$Config/ManagementServiceUri$</ManagementServiceUri>
<TenantId>$Config/TenantId$</TenantId>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Probe">
<Node ID="Trigger"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
</DataSourceModuleType>