| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Beta.Applications
$params = @{
permissionId = "e1fe6dd8-ba31-4d61-89e7-88639da4683d"
permissionName = "User.Read"
classification = "low"
}
New-MgBetaServicePrincipalDelegatedPermissionClassification -ServicePrincipalId $servicePrincipalId -BodyParameter $params