Interface IGraphPrincipal
Represents a Microsoft 365 user or group
public interface IGraphPrincipal
Properties
Id
Gets a value that specifies the member identifier for the user or group.
string Id { get; set; }
Represents a Microsoft 365 user or group
public interface IGraphPrincipal
Gets a value that specifies the member identifier for the user or group.
string Id { get; set; }