GroupCreateParameters Class

Definition

Parameters supplied to the Create Group operation.

[Microsoft.Rest.Serialization.JsonTransformation]
public class GroupCreateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GroupCreateParameters = class
Public Class GroupCreateParameters
Inheritance
GroupCreateParameters
Attributes

Constructors

GroupCreateParameters()

Initializes a new instance of the GroupCreateParameters class.

GroupCreateParameters(String, String, Nullable<GroupType>, String)

Initializes a new instance of the GroupCreateParameters class.

Properties

Description

Gets or sets group description.

DisplayName

Gets or sets group name.

ExternalId

Gets or sets identifier of the external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory aad://&amp;lt;tenant&amp;gt;.onmicrosoft.com/groups/&amp;lt;group object id&amp;gt;; otherwise the value is null.

Type

Gets or sets group type. Possible values include: 'custom', 'system', 'external'

Methods

Validate()

Validate the object.

Applies to