Class GroupEntity
Defines an Azure Active Directory Group
Inheritance
System.Object
GroupEntity
Namespace: PnP.Framework.Entities
Assembly: PnP.Framework.dll
Syntax
public class GroupEntity : object
Properties
Description
Group description
Declaration
public string Description { get; set; }
Property Value
System.
|
DisplayName
Group display name
Declaration
public string DisplayName { get; set; }
Property Value
System.
|
GroupId
Group id
Declaration
public string GroupId { get; set; }
Property Value
System.
|
GroupTypes
Types of group
Declaration
public string[] GroupTypes { get; set; }
Property Value
System.
|
Group e-mail address
Declaration
public string Mail { get; set; }
Property Value
System.
|
MailEnabled
Is the group enabled for receiving e-mail
Declaration
public bool? MailEnabled { get; set; }
Property Value
System.
|
MailNickname
Group nick name
Declaration
public string MailNickname { get; set; }
Property Value
System.
|
SecurityEnabled
Can the group be used to set permissions
Declaration
public bool? SecurityEnabled { get; set; }
Property Value
System.
|