Share via


GroupAddMemberParameters Class

Definition

Request parameters for adding a member to a group.

public class GroupAddMemberParameters
type GroupAddMemberParameters = class
Public Class GroupAddMemberParameters
Inheritance
GroupAddMemberParameters

Constructors

GroupAddMemberParameters()

Initializes a new instance of the GroupAddMemberParameters class.

GroupAddMemberParameters(String, IDictionary<String,Object>)

Initializes a new instance of the GroupAddMemberParameters class.

Properties

AdditionalProperties

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

Url

Gets or sets a member object URL, such as "https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd", where "0b1f9851-1bf0-433f-aec3-cb9272f093dc" is the tenantId and "f260bbc4-c254-447b-94cf-293b5ec434dd" is the objectId of the member (user, application, servicePrincipal, group) to be added.

Methods

Validate()

Validate the object.

Applies to