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 roles associated with them. More...
#include <src/api/mip_cc/protection_descriptor_cc.h>
Data Fields | |
const char ** | roles |
List of roles. | |
int64_t | rolesCount |
Number of roles. | |
const char ** | users |
List of users. | |
int64_t | usersCount |
Number of users. | |
A group of users and the roles associated with them.
Definition at line 70 of file protection_descriptor_cc.h.
const char** mip_cc_user_roles::roles |
List of roles.
Definition at line 73 of file protection_descriptor_cc.h.
int64_t mip_cc_user_roles::rolesCount |
Number of roles.
Definition at line 74 of file protection_descriptor_cc.h.
const char** mip_cc_user_roles::users |
List of users.
Definition at line 71 of file protection_descriptor_cc.h.
int64_t mip_cc_user_roles::usersCount |
Number of users.
Definition at line 72 of file protection_descriptor_cc.h.