Nikoolayy1
Jun 20, 2022MVP
F5 Data Guard and Microsoft Azure Information Protection (AIP)
As the F5 Data Guard can match of words or regex patterns it should have no issue matching the Microsoft Azure Information Protection (AIP) labels as they are strings in the file's body like "" . Can someone confirm this?
https://docs.microsoft.com/en-us/microsoft-365/compliance/sensitivity-labels?view=o365-worldwide
Data Pattern example: "MSIP_Label_2096f6a2-d2f7-48be-b329-b73aaa526e5d_Enabled"
https://docs.microsoft.com/en-us/information-protection/develop/concept-mip-metadata
Try Custom Patterns:
MSIP_Label_\w{8}-\w{4}-\w{4}-\w{4}-\w{12}_(Enabled|SiteId|ActionId|Method|SetDate|Name|ContentBits)
note: I didn't fully test it, It should work fine. if not please let me know.