TestimoX

API Reference

Class

GpoPrivilegeRightsSet

Namespace ADPlayground.Gpo.Policy.GpoSecurityTemplateService
Assembly ADPlayground
Modifiers sealed

Effective privilege rights for a target DN (computer scope).

Inheritance

  • Object
  • GpoPrivilegeRightsSet

Constructors

Methods

public IReadOnlyList<String> GetValues(String rightName) #
Returns: IReadOnlyList<String>

Returns the principals assigned to the specified right, or null when none.

Parameters

rightName System.String requiredposition: 0

Properties

public String DomainName { get; set; } #

Domain DNS name.

public String TargetDistinguishedName { get; set; } #

DN of the target object.

public IReadOnlyList<PrivilegeRightAssignment> Rights { get; set; } #

Effective rights assignments.