TestimoX

API Reference

Class

Item (ForestBackupMetadataPostureService)

Namespace ADPlayground.Forests.ForestBackupMetadataPostureService
Assembly ADPlayground
Modifiers sealed

Single naming-context backup metadata posture item.

Inheritance

  • Object
  • Item

Constructors

Properties

public String ForestName { get; set; } #

Forest DNS name used for the view.

public String DomainName { get; set; } #

Domain DNS name that produced the record.

public String NamingContext { get; set; } #

Distinguished name of the naming context.

public Nullable<DateTime> LastBackupUtc { get; set; } #

Last backup timestamp in UTC when available.

public Nullable<Int32> DaysSinceBackup { get; set; } #

Days since the last backup when available.

public Boolean IsMissing { get; set; } #

True when the naming context is missing backup metadata.

public Boolean IsStale { get; set; } #

True when the naming context is older than the configured maximum age.