Security Add-in XML Schema Reference

This reference document provides information about the schema elements and attributes that are used to define a security add-in.

A security add-in relies on users writing XML files that define the security components that will be monitored and the types of health checks that will apply to the security components. These XML files must validate against the schema to function correctly.

Security Add-in Schema Elements

The following table lists all of the elements that are used to define a security add-in.

Element Child Elements Attributes

FeatureList Element

Feature

--

Feature Element

HealthChecks

DetailGroups

Name

Source

HealthChecks Element

HealthCheck

--

DetailGroups Element

DetailGroup

--

HealthCheck Element

Script

ResultTrue

ResultFalse

Type

Timeout

DetailGroup Element

Assembly

Class

InitializeScript

Detail

Type

Assembly Element

--

--

Class Element

--

--

Script Element

--

--

ResultTrue Element

--

Status

Detail

ResultFalse Element

--

Status

Detail

Detail Element

--

Title

ValueScript

InitializationScript Element

--

--

Help Element

--

--

See Also

Concepts

Walkthrough: Creating a Security Add-in Using XML and PowerShell
Walkthrough: Creating a Security Add-in Using XML and C#