API Reference
Class
SourceDetails
Human‑readable metadata for a rule's source used by UIs and reports.
Inheritance
- Object
- SourceDetails
Constructors
public SourceDetails() #Inherited Methods
Properties
public Category[] Category { get; set; } #Category classification for the rule.
public String Description { get; set; } #Short description shown in lists and detail views.
public List<String> Resources { get; set; } #Helpful links (KBs, docs, references).
public IEnumerable<String> Tags { get; set; } #Free‑form tags for filtering/search.
public TestimoStatus StatusTrue { get; set; } #Status applied when the source returns expected/healthy data.
public TestimoStatus StatusFalse { get; set; } #Status applied when the source returns unexpected/unhealthy data.