Skip to content

Commit 5445709

Browse files
committed
Add initial agent ID samples
1 parent 28ef2b6 commit 5445709

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

sample-queries/sample-queries.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4074,6 +4074,69 @@
40744074
"tip": "This query requires the Goals-Export.Read.All/Goals-Export.ReadWrite.All permission",
40754075
"docLink": "https://learn.microsoft.com/en-us/graph/api/goalsexportjob-get?view=graph-rest-beta#example-6-get-the-content-of-a-successfully-completed-goalsexportjob-resource",
40764076
"skipTest": false
4077+
},
4078+
{
4079+
"id": "76ecc500-897d-4a5e-a15c-0f6702a43d32",
4080+
"category": "Agents",
4081+
"method": "GET",
4082+
"humanName": "List agent identity blueprints",
4083+
"requestUrl": "/beta/applications/microsoft.graph.agentIdentityBlueprint",
4084+
"docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentityblueprint-list",
4085+
"skipTest": false
4086+
},
4087+
{
4088+
"id": "76ecc500-897d-4a5e-a15c-0f6702a43d32",
4089+
"category": "Agents",
4090+
"method": "GET",
4091+
"humanName": "Get agent identity blueprint",
4092+
"requestUrl": "/beta/applications/microsoft.graph.agentIdentityBlueprint/{id}",
4093+
"docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentityblueprint-get",
4094+
"skipTest": false
4095+
},
4096+
{
4097+
"id": "76ecc500-897d-4a5e-a15c-0f6702a43d32",
4098+
"category": "Agents",
4099+
"method": "GET",
4100+
"humanName": "List agent identity blueprint principals",
4101+
"requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentityBlueprintPrincipal",
4102+
"docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentityblueprintprincipal-list",
4103+
"skipTest": false
4104+
},
4105+
{
4106+
"id": "76ecc500-897d-4a5e-a15c-0f6702a43d32",
4107+
"category": "Agents",
4108+
"method": "GET",
4109+
"humanName": "Get agent identity blueprint principal",
4110+
"requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentityBlueprintPrincipal/{id}",
4111+
"docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentityblueprintprincipal-list",
4112+
"skipTest": false
4113+
},
4114+
{
4115+
"id": "76ecc500-897d-4a5e-a15c-0f6702a43d32",
4116+
"category": "Agents",
4117+
"method": "GET",
4118+
"humanName": "List agent identities",
4119+
"requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentity",
4120+
"docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentity-list",
4121+
"skipTest": false
4122+
},
4123+
{
4124+
"id": "76ecc500-897d-4a5e-a15c-0f6702a43d32",
4125+
"category": "Agents",
4126+
"method": "GET",
4127+
"humanName": "Get agent identity",
4128+
"requestUrl": "/beta/servicePrincipals/microsoft.graph.agentIdentity/{id}",
4129+
"docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentidentity-list",
4130+
"skipTest": false
4131+
},
4132+
{
4133+
"id": "76ecc500-897d-4a5e-a15c-0f6702a43d32",
4134+
"category": "Agents",
4135+
"method": "GET",
4136+
"humanName": "List agent ID users",
4137+
"requestUrl": "/beta/users/microsoft.graph.agentUser",
4138+
"docLink": "https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/agentuser-list",
4139+
"skipTest": false
40774140
}
40784141
]
40794142
}

0 commit comments

Comments
 (0)