| description |
Automatically generated file. DO NOT MODIFY |
// Code snippets are only available for the latest version. Current version is 5.x
// Dependencies
using Microsoft.Graph.Beta.AuditLogs.SignIns.ConfirmCompromised;
var requestBody = new ConfirmCompromisedPostRequestBody
{
RequestIds = new List<string>
{
"f01c6af6-6683-4a37-a945-0a925501eede",
"42bf60ac-d0cb-4206-aa5c-101884298f55",
"f09c8f14-8d8e-42cf-8a7e-732b0594e79b",
},
};
// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=csharp
await graphClient.AuditLogs.SignIns.ConfirmCompromised.PostAsync(requestBody);