25 lines
358 B
Plaintext
25 lines
358 B
Plaintext
@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 |