Microsoft Information Protection SDK - C 1.17
API Reference Documentation for C
Loading...
Searching...
No Matches
mip_cc_application_action_state Struct Reference

Represents the current state of the application as it performs a label-related operation. More...

#include <application_action_state_cc.h>

Public Attributes

mip_cc_label_action_state actionState
 
mip_cc_label newLabel
 
mip_cc_dictionary newLabelExtendedProperties
 
mip_cc_label_assignment_method newLabelAssignmentMethod
 
bool isDowngradeJustified
 
const char * downgradeJustification
 
mip_cc_label_action_type supportedActions
 

Detailed Description

Represents the current state of the application as it performs a label-related operation.

Member Data Documentation

◆ actionState

mip_cc_label_action_state mip_cc_application_action_state::actionState

Describes if/how an application is attempting to change label state.

◆ downgradeJustification

const char* mip_cc_application_action_state::downgradeJustification

If 'actionType' is 'UPDATE': Label downgrade justification text provided by user.

◆ isDowngradeJustified

bool mip_cc_application_action_state::isDowngradeJustified

If 'actionType' is 'UPDATE': Whether or not a label downgrade has been justified by user.

◆ newLabel

mip_cc_label mip_cc_application_action_state::newLabel

If 'actionType' is 'UPDATE': New label.

◆ newLabelAssignmentMethod

mip_cc_label_assignment_method mip_cc_application_action_state::newLabelAssignmentMethod

If 'actionType' is 'UPDATE': The method of assignment of the new label.

◆ newLabelExtendedProperties

mip_cc_dictionary mip_cc_application_action_state::newLabelExtendedProperties

If 'actionType' is 'UPDATE': Additional properties to be written to metadata.

◆ supportedActions

mip_cc_label_action_type mip_cc_application_action_state::supportedActions

Enum mask describing the label-related actions an application is able to perform.


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