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_rights Struct Reference

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.
 

Detailed Description

A group of users and the rights associated with them.

Definition at line 60 of file protection_descriptor_cc.h.

Field Documentation

◆ rights

const char** mip_cc_user_rights::rights

List of rights.

Definition at line 63 of file protection_descriptor_cc.h.

◆ rightsCount

int64_t mip_cc_user_rights::rightsCount

Number of rights.

Definition at line 64 of file protection_descriptor_cc.h.

◆ users

const char** mip_cc_user_rights::users

List of users.

Definition at line 61 of file protection_descriptor_cc.h.

◆ usersCount

int64_t mip_cc_user_rights::usersCount

Number of users.

Definition at line 62 of file protection_descriptor_cc.h.


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