Group Class
A container for users that can be granted security privileges.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::SecurityPrincipalBase
Microsoft.MasterDataServices.Services.DataContracts::Group
| Name | Description | |
|---|---|---|
![]() | Group() | Default constructor for the Group. |
| Name | Description | |
|---|---|---|
![]() | AuditInfo | Gets or sets the AuditInfo. (Inherited from SecurityPrincipalBase.) |
![]() | Description | Gets or sets the description for the security principal. (Inherited from SecurityPrincipalBase.) |
![]() | GroupType | Gets o sets the GroupType. |
![]() | Identifier | Gets or sets the user Identifier. (Inherited from SecurityPrincipalBase.) |
![]() | SecurityPrivilege | Gets or sets the list of SecurityPrivileges assigned to the principal. (Inherited from SecurityPrincipalBase.) |
![]() | SID | Gets or sets the security token identifier for the security principal. (Inherited from SecurityPrincipalBase.) |
![]() | UserAssignments | Gets or sets the list of users known to be assigned to the group. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates whether the specified object is equal to this instance. (Inherited from SecurityPrincipalBase.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from SecurityPrincipalBase.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The Group complex type specifies a security group that is associated with MDS.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

