Ajout formation haute-vienne

This commit is contained in:
2025-05-19 17:01:24 +02:00
parent ea387594b8
commit 027b808259
11 changed files with 3371 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
@startuml
if (L'utilisateur peut atteindre "tous les services" ?) then (Oui)
: Autorisation ✅;
detach
else (Non)
endif
:L'utilisateur ne peut "atteindre" que son service principal;
If (Le service principal de l'utilisateur est-il celui de l'information ?) then (Oui)
: Autorisation ✅;
detach
else (Non)
:Pas d'autorisation ❌;
detach
@enduml