| title | class DirectoryObjectRights |
|---|---|
| description | Documents the directoryobjectrights::undefined class of the Microsoft Information Protection (MIP) SDK. |
| author | msmbaldwin |
| ms.service | information-protection |
| ms.topic | reference |
| ms.author | mbaldwin |
| ms.date | 11/07/2023 |
The directory object and rights associated with it.
| Members | Descriptions |
|---|---|
| public DirectoryObjectRights(const DirectoryObject& directoryObject, const std::vector<std::string>& rights) | DirectoryObjectRights constructor. |
| public const DirectoryObject& GetDirectoryObject() const | Gets directory object. |
| public const std::vector<std::string>& GetRights() const | Gets rights associated with the directory object. |
DirectoryObjectRights constructor.
Parameters:
-
directoryObject: The directory object
-
rights: Rights associated with the directory object
Gets directory object.
Returns: The directory object
Gets rights associated with the directory object.
Returns: Rights associated with the directory object