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

A struct that includes application specific information. More...

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

+ Collaboration diagram for ApplicationInfo:

Public Attributes

std::string applicationId
 Application identifier as set in the AAD portal, (Should be a GUID without brackets).
 
std::string applicationName
 Application name, (Should only contain valid ASCII character excluding ';')
 
std::string applicationVersion
 The version of the application being used, (Should only contain valid ASCII character excluding ';')

 

Detailed Description

A struct that includes application specific information.

Definition at line 523 of file common_types.h.

Member Data Documentation

◆ applicationId

std::string ApplicationInfo::applicationId

Application identifier as set in the AAD portal, (Should be a GUID without brackets).

Definition at line 524 of file common_types.h.

◆ applicationName

std::string ApplicationInfo::applicationName

Application name, (Should only contain valid ASCII character excluding ';')

Definition at line 525 of file common_types.h.

◆ applicationVersion

std::string ApplicationInfo::applicationVersion

The version of the application being used, (Should only contain valid ASCII character excluding ';')

Definition at line 526 of file common_types.h.


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