You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -140,11 +162,15 @@ export function toJson_ProjectSettings(
140
162
*/
141
163
exportinterfaceProjectTeam{
142
164
/**
165
+
* Unique 24-hexadecimal character string that identifies the team. string = 24 characters ^([a-f0-9]{24})$
166
+
*
143
167
* @schema projectTeam#TeamId
144
168
*/
145
169
readonlyteamId?: string;
146
170
147
171
/**
172
+
* One or more organization- or project-level roles to assign to the MongoDB Cloud user. tems Enum: "GROUP_CLUSTER_MANAGER" "GROUP_DATA_ACCESS_ADMIN" "GROUP_DATA_ACCESS_READ_ONLY" "GROUP_DATA_ACCESS_READ_WRITE" "GROUP_OWNER" "GROUP_READ_ONLY"
173
+
*
148
174
* @schema projectTeam#RoleNames
149
175
*/
150
176
readonlyroleNames?: string[];
@@ -177,11 +203,15 @@ export function toJson_ProjectTeam(
177
203
*/
178
204
exportinterfaceProjectApiKey{
179
205
/**
206
+
* Unique 24-hexadecimal digit string that identifies this organization API key assigned to this project.
207
+
*
180
208
* @schema projectApiKey#Key
181
209
*/
182
210
readonlykey?: string;
183
211
184
212
/**
213
+
* List of roles to grant this API key. If you provide this list, provide a minimum of one role and ensure each role applies to this project.Items Enum: "ORG_OWNER" "ORG_MEMBER" "ORG_GROUP_CREATOR" "ORG_BILLING_ADMIN" "ORG_READ_ONLY" "ORG_TEAM_MEMBERS_ADMIN" "GROUP_ATLAS_ADMIN" "GROUP_AUTOMATION_ADMIN" "GROUP_BACKUP_ADMIN" "GROUP_MONITORING_ADMIN" "GROUP_OWNER" "GROUP_READ_ONLY" "GROUP_USER_ADMIN" "GROUP_BILLING_ADMIN" "GROUP_DATA_ACCESS_ADMIN" "GROUP_DATA_ACCESS_READ_ONLY" "GROUP_DATA_ACCESS_READ_WRITE" "GROUP_CHARTS_ADMIN" "GROUP_CLUSTER_MANAGER" "GROUP_SEARCH_INDEX_EDITOR"
0 commit comments