Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 727 Bytes

File metadata and controls

22 lines (14 loc) · 727 Bytes
description Automatically generated file. DO NOT MODIFY
<?php
use Microsoft\Graph\GraphServiceClient;
use Microsoft\Graph\Generated\Security\AttackSimulation\LandingPages\LandingPagesRequestBuilderGetRequestConfiguration;


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

$requestConfiguration = new LandingPagesRequestBuilderGetRequestConfiguration();
$queryParameters = LandingPagesRequestBuilderGetRequestConfiguration::createQueryParameters();
$queryParameters->filter = "source eq 'tenant'";
$requestConfiguration->queryParameters = $queryParameters;


$result = $graphServiceClient->security()->attackSimulation()->landingPages()->get($requestConfiguration)->wait();