GroupCreateParameters Class
Request parameters for creating a new group.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
GroupCreateParameters
Constructor
GroupCreateParameters(*, display_name: str, mail_nickname: str, additional_properties=None, **kwargs)
Parameters
Unmatched properties from the message are deserialized this collection
Variables
- mail_enabled
- bool
Required. Whether the group is mail-enabled. Must be false. This is because only pure security groups can be created using the Graph API. Default value: False .
- security_enabled
- bool
Required. Whether the group is a security group. Must be true. This is because only pure security groups can be created using the Graph API. Default value: True .
Attributes
mail_enabled
mail_enabled = False
security_enabled
security_enabled = True
Feedback
Submit and view feedback for