Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 427 Bytes

File metadata and controls

15 lines (9 loc) · 427 Bytes

Example 1: Code snippet

Import-Module Microsoft.Graph.Applications

$params = @{
	"@odata.id" = "https://graph.microsoft.com/v1.0/policies/tokenLifetimePolicies/4d2f137b-e8a9-46da-a5c3-cc85b2b840a4"
}

New-MgServicePrincipalTokenLifetimePolicyByRef -ServicePrincipalId $servicePrincipalId -BodyParameter $params

This example shows how to use the New-MgServicePrincipalTokenLifetimePolicyByRef Cmdlet.