Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 571 Bytes

File metadata and controls

20 lines (13 loc) · 571 Bytes
description Automatically generated file. DO NOT MODIFY
<?php
use Microsoft\Graph\Beta\GraphServiceClient;
use Microsoft\Graph\Beta\Generated\Models\Security\FilePlanReferenceTemplate;


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

$requestBody = new FilePlanReferenceTemplate();
$requestBody->setOdataType('#microsoft.graph.security.filePlanReferenceTemplate');
$requestBody->setDisplayName('FIN 01-02-001');

$result = $graphServiceClient->security()->labels()->filePlanReferences()->post($requestBody)->wait();