Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 440 Bytes

File metadata and controls

15 lines (9 loc) · 440 Bytes

Example 1: Code snippet

Import-Module Microsoft.Graph.Beta.Applications

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

New-MgBetaServicePrincipalTokenLifetimePolicyByRef -ServicePrincipalId $servicePrincipalId -BodyParameter $params

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