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 = 3
The trustee can apply the GPO.
GpoCustom = 6
The trustee has custom permissions for the GPO.
GpoEdit = 4
The trustee can edit the GPO.
GpoEditDeleteModifySecurity = 5
The trustee can read, edit and delete the permissions for the GPO.
GpoRead = 2
The trustee can read the GPO.
None = 1
No rights are assigned.
SomCreateGpo = 17
The trustee can create GPOs in the domain.
SomCreateStarterGpo = 18
The trustee can create Starter GPOs in the domain.
SomCreateWmiFilter = 19
The trustee can create WMI filters in the domain.
SomLink = 14
The trustee can link GPOs to the SOM.
SomLogging = 15
The trustee can generate RSoP logging data for the SOM.
SomPlanning = 16
The trustee can generate RSoP planning data for the SOM.
SomWmiFilterFullControl = 20
The trustee has full control over all WMI filters in the domain.
StarterGpoCustom = 10
The trustee has custom permissions for the Starter GPO.
StarterGpoEdit = 8
The trustee can edit the Starter GPO.
StarterGpoFullControl = 9
The trustee has full control for the Starter GPO.
StarterGpoRead = 7
The trustee can read the Starter GPO.
Unknown = 0
The rights are unknown.
WmiFilterCustom = 13
The trustee has custom permissions for the WMI filter.
WmiFilterEdit = 11
The trustee can edit the WMI filter.
WmiFilterFullControl = 12
The trustee has full control over the WMI filter.