| description | Automatically generated file. DO NOT MODIFY |
|---|
Import-Module Microsoft.Graph.Beta.Identity.SignIns
$params = @{
displayName = "PassthroughAuthentication rollout policy"
description = "PassthroughAuthentication rollout policy"
feature = "passthroughAuthentication"
isEnabled = $true
isAppliedToOrganization = $false
}
New-MgBetaPolicyFeatureRolloutPolicy -BodyParameter $params