TestimoX

API Reference

Class

DuplicateObjectInfo

Namespace ADPlayground.DirectoryOps.Models
Assembly ADPlayground
Modifiers sealed

Typed record for duplicate attribute values across AD objects.

Inheritance

  • Object
  • DuplicateObjectInfo

Constructors

Properties

public String AttributeName { get; set; } #

Attribute name exhibiting duplicate values (e.g., servicePrincipalName).

public String AttributeValue { get; set; } #

The duplicated attribute value.

public IReadOnlyList<String> Objects { get; set; } #

Distinguished names of objects sharing the same value.