using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Identity.Client; namespace AipGateway.AIP { public class AipFileStatus { public bool IsProtected { get; set; } public bool IsLabeled { get; set; } public bool ContainsProtectedObjects { get; set; } } }