共用方式為


ADGroup Class

Definition

Active Directory group information.

[Newtonsoft.Json.JsonObject("Group")]
public class ADGroup : Microsoft.Azure.Graph.RBAC.Models.DirectoryObject
[<Newtonsoft.Json.JsonObject("Group")>]
type ADGroup = class
    inherit DirectoryObject
Public Class ADGroup
Inherits DirectoryObject
Inheritance
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

ADGroup()

Initializes a new instance of the ADGroup class.

ADGroup(IDictionary<String,Object>, String, Nullable<DateTime>, String, Nullable<Boolean>, String, Nullable<Boolean>, String)

Initializes a new instance of the ADGroup class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from DirectoryObject)
DeletionTimestamp

Gets the time at which the directory object was deleted.

(Inherited from DirectoryObject)
DisplayName

Gets or sets the display name of the group.

Mail

Gets or sets the primary email address of the group.

MailEnabled

Gets or sets whether the group is mail-enabled. Must be false. This is because only pure security groups can be created using the Graph API.

MailNickname

Gets or sets the mail alias for the group.

ObjectId

Gets the object ID.

(Inherited from DirectoryObject)
SecurityEnabled

Gets or sets whether the group is security-enable.

Applies to