Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 596 Bytes

File metadata and controls

19 lines (12 loc) · 596 Bytes
description Automatically generated file. DO NOT MODIFY
<?php
use Microsoft\Graph\Beta\GraphServiceClient;
use Microsoft\Graph\Beta\Generated\AuditLogs\SignIns\ConfirmSafe\ConfirmSafePostRequestBody;


$graphServiceClient = new GraphServiceClient($tokenRequestContext, $scopes);

$requestBody = new ConfirmSafePostRequestBody();
$requestBody->setRequestIds(['5a0c76d2-cb57-4ece-9bc1-c323178f116a', '96609214-09ef-4f80-9d4a-ace5fceecaec', '05020696-4eb8-45a3-918f-8f8bb7ad6015', 	]);

$graphServiceClient->auditLogs()->signIns()->confirmSafe()->post($requestBody)->wait();