Enum GroupPolicyPermissionRights
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The Group Policy permission rights.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyPermissionRights
Fields
GpoApply = 3The trustee can apply the GPO.
GpoCustom = 6The trustee has custom permissions for the GPO.
GpoEdit = 4The trustee can edit the GPO.
GpoEditDeleteModifySecurity = 5The trustee can read, edit and delete the permissions for the GPO.
GpoRead = 2The trustee can read the GPO.
None = 1No rights are assigned.
SomCreateGpo = 17The trustee can create GPOs in the domain.
SomCreateStarterGpo = 18The trustee can create Starter GPOs in the domain.
SomCreateWmiFilter = 19The trustee can create WMI filters in the domain.
SomLink = 14The trustee can link GPOs to the SOM.
SomLogging = 15The trustee can generate RSoP logging data for the SOM.
SomPlanning = 16The trustee can generate RSoP planning data for the SOM.
SomWmiFilterFullControl = 20The trustee has full control over all WMI filters in the domain.
StarterGpoCustom = 10The trustee has custom permissions for the Starter GPO.
StarterGpoEdit = 8The trustee can edit the Starter GPO.
StarterGpoFullControl = 9The trustee has full control for the Starter GPO.
StarterGpoRead = 7The trustee can read the Starter GPO.
Unknown = 0The rights are unknown.
WmiFilterCustom = 13The trustee has custom permissions for the WMI filter.
WmiFilterEdit = 11The trustee can edit the WMI filter.
WmiFilterFullControl = 12The trustee has full control over the WMI filter.