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

Class that contains the request of a classification call on the Execution State. More...

#include <src/api/mip/upe/classification_request.h>

Public Member Functions

virtual std::string GetClassificationId () const =0
 Get the ID of the classification policy.
 
virtual std::string GetRulePackageId () const =0
 Get the ID of the rule package.
 

Detailed Description

Class that contains the request of a classification call on the Execution State.

Definition at line 44 of file classification_request.h.

Member Function Documentation

◆ GetClassificationId()

virtual std::string ClassificationRequest::GetClassificationId ( ) const
pure virtual

Get the ID of the classification policy.

Returns
ID of the classification policy.

◆ GetRulePackageId()

virtual std::string ClassificationRequest::GetRulePackageId ( ) const
pure virtual

Get the ID of the rule package.

Returns
ID of the rule package. prebuilt classifications will be set to empty guid.

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