namespace SharepointToolbox.Core.Models; /// /// Holds the five location-related fields extracted from a UserAccessEntry /// when permission rows are merged into a consolidated entry. /// public record LocationInfo( string SiteUrl, string SiteTitle, string ObjectTitle, string ObjectUrl, string ObjectType );