GPPermission Members

Represents the pairing of a trustee (such as a user or security group) and a policy-related permission that applies to a single object; for example, to a GPO or a WMI filter. A trustee is also known as a security principal.

The following tables list the members exposed by the GPPermission type.

Public Constructors

  Name Description
  GPPermission Overloaded. Initializes a new instance of the GPPermission class.

Top

Public Properties

  Name Description
public property Denied Gets a value that indicates whether the permission is denied.
public property Inheritable Gets a value that indicates whether the permission can be inherited by a child container.
public property Inherited Gets a value that indicates whether the permission is inherited from a parent container.
public property Permission Gets the permission level for the security principal (trustee).
public property Trustee Gets the security principal (trustee) to which the permission applies.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

GPPermission Class
Microsoft.GroupPolicy Namespace