ADGroupInner 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.
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
- 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. |
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
Azure SDK for .NET