File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed
Applications/v1.0/examples Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1- ### Example 1: {{ Add title here }}
1+ ### Example 1: Code snippet
2+
23``` powershell
3- PS C:\> {{ Add code here }}
44
5- {{ Add output here }}
6- ```
5+ Import-Module Microsoft.Graph.Applications
76
8- {{ Add description here }}
7+ Get-MgServicePrincipalTokenLifetimePolicy -ServicePrincipalId $servicePrincipalId
98
10- ### Example 2: {{ Add title here }}
11- ``` powershell
12- PS C:\> {{ Add code here }}
13-
14- {{ Add output here }}
159```
16-
17- {{ Add description here }}
10+ This example shows how to use the Get-MgServicePrincipalTokenLifetimePolicy Cmdlet.
1811
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ $params = @{
1313 contentSources = @(
1414 "/external/connections/connectionfriendlyname"
1515 )
16+ region = "US"
1617 query = @{
1718 queryString = "contoso product"
1819 }
You can’t perform that action at this time.
0 commit comments