Microsoft.Identity.Client.AppConfig.ManagedIdentityId
namespace Microsoft.Identity.Client.AppConfig
{
public class ManagedIdentityId
{
public static ManagedIdentityId SystemAssigned { get; }
public static ManagedIdentityId WithUserAssignedClientId(string clientId);
public static ManagedIdentityId WithUserAssignedResourceId(string resourceId);
public static ManagedIdentityId WithUserAssignedObjectId(string objectId);
}
}