ADGroup Class

Active Directory group information.

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
ADGroup

Constructor

ADGroup(**kwargs)

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized this collection

object_type
str
Required

Required. Constant filled by server.

display_name
str
Required

The display name of the group.

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.

mail_nickname
str
Required

The mail alias for the group.

security_enabled
bool
Required

Whether the group is security-enable.

mail
str
Required

The primary email address of the group.

Variables

object_id
str

The object ID.

deletion_timestamp
datetime

The time at which the directory object was deleted.