-
Notifications
You must be signed in to change notification settings - Fork 48
/
useCases.json
101 lines (100 loc) · 2.06 KB
/
useCases.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"_comment": "This JSON contains all the possible use cases that can be assigned to a workflow.",
"useCases": [
{
"name": "provisioning",
"title": "Provisioning",
"description": ""
},
{
"name": "deprovisioning",
"title": "Deprovisioning",
"description": ""
},
{
"name": "group-management",
"title": "Group management",
"description": ""
},
{
"name": "user-management",
"title": "User management",
"description": ""
},
{
"name": "advanced-onboarding-offboarding",
"title": "Advanced Onboarding/Offboarding",
"description": ""
},
{
"name": "issue-management",
"title": "Issue management",
"description": ""
},
{
"name": "access-management",
"title": "Access management",
"description": ""
},
{
"name": "infrastructure-management",
"title": "Infrastructure management",
"description": ""
},
{
"name": "devops",
"title": "DevOps",
"description": ""
},
{
"name": "incident-management",
"title": "Incident management",
"description": ""
},
{
"name": "device-management",
"title": "Device management",
"description": ""
},
{
"name": "factor-management",
"title": "Factor management",
"description": ""
},
{
"name": "policy-management",
"title": "Policy management",
"description": ""
},
{
"name": "id-proofing",
"title": "ID Proofing",
"description": ""
},
{
"name": "notification",
"title": "Notification",
"description": ""
},
{
"name": "reporting",
"title": "Reporting",
"description": ""
},
{
"name": "custom-integration",
"title": "Custom Integration",
"description": ""
},
{
"name": "time-based",
"title": "Time Based",
"description": ""
},
{
"name": "utility",
"title": "Utility",
"description": ""
}
]
}