TestimoX

API Reference

Class

Finding (DcShadowIndicatorService)

Namespace ADPlayground.Security.DcShadowIndicatorService
Assembly ADPlayground
Modifiers sealed

Describes a single ACE granting replication-related extended rights to a principal.

Inheritance

  • Object
  • Finding

Constructors

public Finding() #
Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)

Properties

public String Target { get; set; } #

Distinguished name of the object (container) where the right is granted.

public String PrincipalSid { get; set; } #

Security identifier (SID) of the principal holding the right.

public String PrincipalName { get; set; } #

Resolved account name for PrincipalSid, when available.

public String Right { get; set; } #

Extended right name (e.g., DS-Replication-Get-Changes).

public Boolean Inherited { get; set; } #

Indicates whether the ACE is inherited.