Enum PrincipalType
Specifies the type of a principal. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: PnP.Core.Model.Security
Assembly: PnP.Core.dll
Syntax
public enum PrincipalType : int
All
Enumeration whose value specifies all principal types. Value = 15.
DistributionList
Enumeration whose value specifies a distribution list as the principal type. Value = 2.
None
Enumeration whose value specifies no principal type. Value = 0.
SecurityGroup
Enumeration whose value specifies a security group as the principal type. Value = 4.
SharePointGroup
User
Enumeration whose value specifies a user as the principal type. Value = 1.