GroupCreateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|
Type |
Gets or sets group type. Possible values include: 'custom', 'system', 'external' |
Methods
Validate() |
Validate the object. |