TestimoX

API Reference

Enum

GpoPermissionType

Namespace ADPlayground.Gpo
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies whether a permission allows or denies an action.

Inheritance

  • Enum
  • GpoPermissionType

Values

public const GpoPermissionType Allow #

Permissions allow the action.

Value: 0
public const GpoPermissionType Deny #

Permissions deny the action.

Value: 1