Microsoft 365 Certificate Expiry Probe Action Module Type

Microsoft.SystemCenter.M365.ProbeAction.CertificateExpiry (ProbeActionModuleType)

Probe Action Module Type for Microsoft 365 Certificate Expiry

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.PropertyBagData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
WarningDaysint$Config/WarningDays$Warning DaysThe parameter defines the value that will be compared with the number of days remaining until the certificate expires to generate a warning state.

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.M365.ProbeAction.CertificateExpiry" Accessibility="Internal" Batching="false" PassThrough="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AzureADEndpoint" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="GraphEndpoint" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TenantId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ApplicationClientId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ApplicationClientCredentials" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="WarningDays" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="WarningDays" Selector="$Config/WarningDays$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation>
<Managed>
<Assembly>Microsoft.SystemCenter.M365.ManagedModules.Assembly</Assembly>
<Type>Microsoft.SystemCenter.M365.ManagedModules.CertificateExpiry</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>