GroupUpdateParameters Class

Definition

Parameters supplied to the Update Group operation.

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

Constructors

GroupUpdateParameters()

Initializes a new instance of the GroupUpdateParameters class.

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

Initializes a new instance of the GroupUpdateParameters 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