Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
A group of users and the rights associated with them. More...
#include <src/api/mip/user_rights.h>
Public Member Functions | |
const std::vector< std::string > & | Rights () const |
Gets rights associated with a group of users. | |
UserRights (const std::vector< std::string > &users, const std::vector< std::string > &rights) | |
UserRights constructor. | |
const std::vector< std::string > & | Users () const |
Gets users associated with a set of rights. | |
A group of users and the rights associated with them.
Definition at line 46 of file user_rights.h.
|
inline |
UserRights constructor.
users | Group of users that share the same rights |
rights | Rights shared by group of users |
Definition at line 54 of file user_rights.h.
|
inline |
Gets rights associated with a group of users.
Definition at line 68 of file user_rights.h.
|
inline |
Gets users associated with a set of rights.
Definition at line 61 of file user_rights.h.