Microsoft Information Protection (MIP) SDK for C: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C
Loading...
Searching...
No Matches
mip_cc_user_roles Struct Reference

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.
 

Detailed Description

A group of users and the roles associated with them.

Definition at line 70 of file protection_descriptor_cc.h.

Field Documentation

◆ roles

const char** mip_cc_user_roles::roles

List of roles.

Definition at line 73 of file protection_descriptor_cc.h.

◆ rolesCount

int64_t mip_cc_user_roles::rolesCount

Number of roles.

Definition at line 74 of file protection_descriptor_cc.h.

◆ users

const char** mip_cc_user_roles::users

List of users.

Definition at line 71 of file protection_descriptor_cc.h.

◆ usersCount

int64_t mip_cc_user_roles::usersCount

Number of users.

Definition at line 72 of file protection_descriptor_cc.h.


The documentation for this struct was generated from the following file: