forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMongoClusters_UserGet.json
More file actions
43 lines (43 loc) · 1.36 KB
/
MongoClusters_UserGet.json
File metadata and controls
43 lines (43 loc) · 1.36 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
{
"operationId": "Users_Get",
"title": "Gets a user on a Mongo Cluster resource.",
"parameters": {
"subscriptionId": "ffffffff-ffff-ffff-ffff-ffffffffffff",
"resourceGroupName": "TestGroup",
"mongoClusterName": "myMongoCluster",
"userName": "uuuuuuuu-uuuu-uuuu-uuuu-uuuuuuuuuuuu",
"api-version": "2025-04-01-preview"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestResourceGroup/providers/Microsoft.DocumentDB/mongoClusters/myMongoCluster/users/uuuuuuuu-uuuu-uuuu-uuuu-uuuuuuuuuuuu",
"name": "uuuuuuuu-uuuu-uuuu-uuuu-uuuuuuuuuuuu",
"type": "/Microsoft.DocumentDB/mongoClusters/users",
"systemData": {
"createdBy": "user1",
"createdByType": "User",
"createdAt": "2020-01-01T17:18:19.1234567Z",
"lastModifiedBy": "user2",
"lastModifiedByType": "User",
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z"
},
"properties": {
"provisioningState": "Succeeded",
"roles": [
{
"role": "dbOwner",
"db": "admin"
}
],
"identityProvider": {
"type": "MicrosoftEntraID",
"properties": {
"principalType": "user"
}
}
}
}
}
}
}