TestimoX

API Reference

Class

PrivilegeRightAssignment

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

A single user right assignment parsed from [Privilege Rights] in GptTmpl.inf.

Inheritance

  • Object
  • PrivilegeRightAssignment

Constructors

Properties

public String DomainName { get; set; } #

Domain DNS name.

public Guid GpoId { get; set; } #

Source GPO identifier.

public String RightName { get; set; } #

Right name (e.g., SeDenyNetworkLogonRight).

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

Principals assigned to the right.