Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 383 Bytes

File metadata and controls

19 lines (14 loc) · 383 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Identity.SignIns

$params = @{
	definition = @(
	'{"TokenLifetimePolicy":{"Version":1,"AccessTokenLifetime":"8:00:00"}}'
)
displayName = "Contoso token lifetime policy"
isOrganizationDefault = $true
}

New-MgBetaPolicyTokenLifetimePolicy -BodyParameter $params