API Reference
Class
GpoPrivilegeRightsSet
Effective privilege rights for a target DN (computer scope).
Inheritance
- Object
- GpoPrivilegeRightsSet
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EffectivePolicyDetails.PrivilegeRights
- Property GpResultSingleReport.PrivilegeRights
- Method GpoSecurityTemplateService.GetEffectivePrivilegeRightsForDn
- Method GpoSecurityTemplateService.GetEffectivePrivilegeRightsForDn
- Method GpoSecurityTemplateService.GetEffectivePrivilegeRightsForDomainControllers
Constructors
public GpoPrivilegeRightsSet() #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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object