-
Notifications
You must be signed in to change notification settings - Fork 115
Expand file tree
/
Copy pathappRegistrationRoles.json
More file actions
131 lines (130 loc) · 4.39 KB
/
Copy pathappRegistrationRoles.json
File metadata and controls
131 lines (130 loc) · 4.39 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
[
{
"allowedMemberTypes": ["User", "Application"],
"description": "Allows access to view user feedback admin page.",
"displayName": "Feedback Admin",
"id": "12e32860-88a8-421e-8a6f-faf08e3efe2e",
"isEnabled": true,
"value": "FeedbackAdmin"
},
{
"allowedMemberTypes": ["User"],
"description": "Allows access to view content safety violations.",
"displayName": "Safety Violation Admin",
"id": "877166d4-eaa3-4fa6-8d79-e2f325f0e331",
"isEnabled": true,
"value": "SafetyViolationAdmin"
},
{
"allowedMemberTypes": ["User"],
"description": "Allows user to create new groups (if enabled).",
"displayName": "Create Group",
"id": "3a614cbb-7f8b-47e1-8e55-5b3c4f71a1c8",
"isEnabled": true,
"value": "CreateGroups"
},
{
"allowedMemberTypes": ["User"],
"description": "Allows user to create public workspaces (if enabled).",
"displayName": "Create Public Workspace",
"id": "cdde6011-a59e-4b76-ae33-1dc878ea5c96",
"isEnabled": true,
"value": "CreatePublicWorkspaces"
},
{
"allowedMemberTypes": ["User"],
"description": "Standard user access to chat features.",
"displayName": "Users",
"id": "633746c6-3d03-480f-b273-58ece728be52",
"isEnabled": true,
"value": "User"
},
{
"allowedMemberTypes": ["User"],
"description": "Allows access to Admin Settings page.",
"displayName": "Admins",
"id": "e9b4823f-d17a-44f1-9d71-0f2c0ee45656",
"isEnabled": true,
"value": "Admin"
},
{
"allowedMemberTypes": [ "User", "Application" ],
"description": "Allows External API access.",
"displayName": "ExternalApi",
"id": "b0288440-5195-4264-9a33-cf9a4635d634",
"isEnabled": true,
"value": "ExternalApi"
},
{
"allowedMemberTypes": [ "User" ],
"description": "Full administrative access to Control Center features",
"displayName": "Control Center Admin",
"id": "fad9b386-9392-4f15-b6df-6b47d8f1e75c",
"isEnabled": true,
"value": "ControlCenterAdmin"
},
{
"allowedMemberTypes": [ "User" ],
"description": "Read-only access to Control Center dashboard and metrics",
"displayName": "Control Center Dashboard Reader",
"id": "6399b062-9114-49ec-a291-c445a0b2b33e",
"isEnabled": true,
"value": "ControlCenterDashboardReader"
},
{
"allowedMemberTypes": [ "User" ],
"description": "Allows use of Deep Research when the Deep Research app role requirement is enabled.",
"displayName": "Deep Research User",
"id": "25558b2f-8e53-47a2-83da-022e0dfee800",
"isEnabled": true,
"value": "DeepResearchUser"
},
{
"allowedMemberTypes": [ "User" ],
"description": "Allows use of URL Access when the URL Access app role requirement is enabled.",
"displayName": "URL Access User",
"id": "6faea62e-2595-48b2-92e2-842a56347c9f",
"isEnabled": true,
"value": "UrlAccessUser"
},
{
"allowedMemberTypes": [ "User" ],
"description": "Allows chat file uploads when the chat upload app role requirement is enabled.",
"displayName": "Chat File Upload User",
"id": "3f6ec07d-db95-4c0e-ab03-0645b95736e3",
"isEnabled": true,
"value": "ChatFileUploadUser"
},
{
"allowedMemberTypes": [ "User" ],
"description": "Allows personal workflow access when the workflow app role requirement is enabled.",
"displayName": "Workflow User",
"id": "7d42c0b7-5a95-43b6-9e38-2fb06988901e",
"isEnabled": true,
"value": "WorkflowUser"
},
{
"allowedMemberTypes": [ "User" ],
"description": "Allows personal File Sync source management when the personal sync app role requirement is enabled.",
"displayName": "Personal File Sync User",
"id": "eba309b8-baf2-4171-aa8e-16b76e5ebc7d",
"isEnabled": true,
"value": "PersonalFileSyncUser"
},
{
"allowedMemberTypes": [ "User" ],
"description": "Allows group File Sync source management when the group sync app role requirement is enabled.",
"displayName": "Group File Sync User",
"id": "1ce1805b-38d7-497c-933d-80ac9c9c3e30",
"isEnabled": true,
"value": "GroupFileSyncUser"
},
{
"allowedMemberTypes": [ "User" ],
"description": "Allows public workspace File Sync source management when the public sync app role requirement is enabled.",
"displayName": "Public Workspace File Sync User",
"id": "bda20c0d-c305-4c81-a9b2-66e245ee2354",
"isEnabled": true,
"value": "PublicWorkspaceFileSyncUser"
}
]