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

Label information for a template or ad-hoc (custom) protection. More...

#include <src/api/mip/protection_descriptor.h>

+ Collaboration diagram for LabelInfo:

Public Member Functions

 LabelInfo (const std::string &_labelId, const std::string &_tenantId)
 

Public Attributes

std::string labelId
 
std::string tenantId
 

Detailed Description

Label information for a template or ad-hoc (custom) protection.

Definition at line 60 of file protection_descriptor.h.

Constructor & Destructor Documentation

◆ LabelInfo()

LabelInfo::LabelInfo ( const std::string & _labelId,
const std::string & _tenantId )
inline

Definition at line 61 of file protection_descriptor.h.

61 {
62 labelId = _labelId;
63 tenantId = _tenantId;
64 }
std::string labelId
std::string tenantId

References labelId, and tenantId.

Member Data Documentation

◆ labelId

std::string LabelInfo::labelId

Definition at line 65 of file protection_descriptor.h.

Referenced by LabelInfo().

◆ tenantId

std::string LabelInfo::tenantId

Definition at line 66 of file protection_descriptor.h.

Referenced by LabelInfo().


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