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_cc/protection_descriptor_cc.h>
Data Fields | |
const char ** | rights |
List of rights. | |
int64_t | rightsCount |
Number of rights. | |
const char ** | users |
List of users. | |
int64_t | usersCount |
Number of users. | |
A group of users and the rights associated with them.
Definition at line 60 of file protection_descriptor_cc.h.
const char** mip_cc_user_rights::rights |
List of rights.
Definition at line 63 of file protection_descriptor_cc.h.
int64_t mip_cc_user_rights::rightsCount |
Number of rights.
Definition at line 64 of file protection_descriptor_cc.h.
const char** mip_cc_user_rights::users |
List of users.
Definition at line 61 of file protection_descriptor_cc.h.
int64_t mip_cc_user_rights::usersCount |
Number of users.
Definition at line 62 of file protection_descriptor_cc.h.