Microsoft.Windows.CertificateServices.CAWatcherCertificate Authority Watcher

Microsoft.Windows.CertificateServices.CAWatcher (ClassType)

Element properties:

Base ClassSystem.Perspective
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6506a8c3-ba4a-d97d-e6a0-47eb3833b778

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.CertificateServices.CAWatcher:
WatcherName  string  Watcher Name Common Name of the Certificate Authority being watched by this Certificate Authority Watcher. true 256  False 
IsWatcherOnline  bool  Is Watcher Online Indicates whether or not the Certificate Authority being watched is operating in online or offline mode. false 256   
WatcherHierarchyEntryPoint  string  Watcher Hierarchy Entry Point Configuration string of one of the closest online Certificate Authorities below the Certificate Authority being watched in the hierarchy. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.CertificateServices.CAWatcher" Accessibility="Public" Abstract="true" Base="System!System.Perspective" Hosted="true" Singleton="false">
<Property ID="WatcherName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="IsWatcherOnline" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="WatcherHierarchyEntryPoint" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>