{{ count($version->assignments) }} assignment(s) @php $hasOrphaned = $version->metadata['has_orphaned_assignments'] ?? false; @endphp @if($hasOrphaned) (includes orphaned groups) @endif
Standard policy assignments do not apply to Intune RBAC role definitions.
Role memberships and scope are modeled separately as Intune RBAC role assignments.
@elseif($assignmentsFetchFailed)Assignments could not be fetched from Microsoft Graph.
@if($assignmentsFetchError){{ $assignmentsFetchError }}
@endif @elseif($assignmentsFetched)No assignments found for this version.
@elseAssignments were not captured for this version.
@endif @php $hasBackupItem = $version->policy->backupItems() ->whereNotNull('assignments') ->where('created_at', '<=', $version->captured_at) ->exists(); @endphp @if($hasBackupItem)💡 Assignment data may be available in related backup items.
@endif