MIP SDK Java Wrapper: How to retrieve label's protection settings like encrypt & mark properties of the label

sandeep pediredla 1 Reputation point
2021-08-24T10:17:24.197+00:00

Need help to retrieve label's protection attributes like "encrypt files & email" and "mark the content of files" programmatically using MIP SDK Java Wrapper library.

There were no fields in Label class to hold these values:

public class Label {
private String id;
private String name;
private String description;
private String color;
private int sensitivity;
private String tooltip;
private String autotooltip;
private ActionSource actionsource;
private Label parent;
private List<Label> children;
private List<Pair<String, String>> customSettings;
private List<String> contentFormats;
private boolean isActive;
}

Label Attributes:
label's protection attributes images

Azure Information Protection
Azure Information Protection
An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
516 questions
0 comments No comments
{count} votes