-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
98 lines (98 loc) · 2.42 KB
/
example.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
[
{
"Display Name": "Webmail",
"URL": "https://mail.example.com",
"Profile": "Personal",
"Count": 0
},
{
"Display Name": "Cloud Console",
"URL": "https://cloud.console.example.com",
"Profile": "Admin",
"Count": 1
},
{
"Display Name": "Version Control",
"URL": "https://git.example.com/projects",
"Profile": "Contract",
"Count": 0
},
{
"Display Name": "Office Webmail",
"URL": "https://office365.example.com",
"Profile": "Corporate",
"Count": 0
},
{
"Display Name": "Collaboration Tool",
"URL": "https://teams.example.com",
"Profile": "Corporate",
"Count": 0
},
{
"Display Name": "Project Tracking",
"URL": "https://projecttrack.example.com/boards/123",
"Profile": "Contract",
"Count": 0
},
{
"Display Name": "Knowledge Base",
"URL": "https://kb.example.com/wiki",
"Profile": "Contract",
"Count": 0
},
{
"Display Name": "App Analytics",
"URL": "https://analytics.example.com",
"Profile": "Admin",
"Count": 0
},
{
"Display Name": "Cloud Resource Manager",
"URL": "https://cloud.console.example.com/resource-manager",
"Profile": "Admin",
"Count": 0
},
{
"Display Name": "Calendar",
"URL": "https://calendar.example.com",
"Profile": "Personal",
"Count": 0
},
{
"Display Name": "Cloud IAM",
"URL": "https://cloud.console.example.com/iam",
"Profile": "Corporate",
"Count": 0
},
{
"Display Name": "User Groups",
"URL": "https://groups.example.com",
"Profile": "Admin",
"Count": 0
},
{
"Display Name": "Shopping Site",
"URL": "https://shop.example.com",
"Profile": "Personal",
"Count": 0
},
{
"Display Name": "Privacy Search",
"URL": "https://search.example.com",
"Profile": "Personal",
"Count": 0
},
{
"Display Name": "Gaming Platform",
"URL": "https://games.example.com",
"Profile": "Personal",
"Count": 0
},
{
"Display Name": "Infra-Cloud-Analytics",
"URL": "https://git.example.com/infra/cloud-analytics",
"Profile": "Contract",
"Count": 0
}
]