question

sandeeppediredla-0555 avatar image
0 Votes"
sandeeppediredla-0555 asked sandeeppediredla-0555 edited

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

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
mip-sdk-wrapper.jpg (112.8 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers