GroupCreateParameters Class

Definition

Request parameters for creating a new group.

public class GroupCreateParameters
type GroupCreateParameters = class
Public Class GroupCreateParameters
Inheritance
GroupCreateParameters

Constructors

GroupCreateParameters()

Initializes a new instance of the GroupCreateParameters class.

GroupCreateParameters(String, String, IDictionary<String,Object>)

Initializes a new instance of the GroupCreateParameters class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

DisplayName

Gets or sets group display name

MailEnabled

Whether the group is mail-enabled. Must be false. This is because only pure security groups can be created using the Graph API.

MailNickname

Gets or sets mail nickname

SecurityEnabled

Whether the group is a security group. Must be true. This is because only pure security groups can be created using the Graph API.

Methods

Validate()

Validate the object.

Applies to