共用方式為


ADGroupInner Class

Definition

Active Directory group information.

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

Constructors

ADGroupInner()

Initializes a new instance of the ADGroupInner class.

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

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