You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an owner for the [agentIdentity](../resources/agentIdentity.md). Agent identity owners can be users, the agent identity itself, or other service principals.
17
+
Add an owner for the [agentIdentity](../resources/agentidentity.md). Agent identity owners can be users, the agent identity itself, or other service principals.
18
18
19
19
## Permissions
20
20
@@ -49,7 +49,7 @@ In the request body, supply a reference to the [directoryObject](../resources/di
49
49
50
50
## Response
51
51
52
-
If successful, this method returns a `204 No Content` response code and a [directoryObject](../resources/directoryobject.md) object in the response body.
52
+
If successful, this method returns a `204 No Content` response code. No response body is returned.
Copy file name to clipboardExpand all lines: api-reference/beta/api/applicationtemplate-list.md
+60-12Lines changed: 60 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ Namespace: microsoft.graph
16
16
17
17
Retrieve a list of [applicationTemplate](../resources/applicationtemplate.md) objects from the Microsoft Entra application gallery. Details about optional risk properties such as **riskScore** and **riskFactors** are available with either the Microsoft Entra Suite or Microsoft Entra Internet Access license.
18
18
19
+
If a risk property is included in the request without appropriate license, a `@microsoft.graph.licenseRequired` OData annotation is returned in the response.
### Example 3: List application templates with filtering and ordering
291
-
This example shows how to get top 2 application templates sorted by total risk score which are classified in "contentSharing" category
293
+
### Example 3: List all application templates with optional properties (without appropriate license)
294
+
295
+
The following example shows how to retrieve all application templates with optional properties when the tenant lacks Microsoft Entra Suite or Microsoft Entra Internet Access subscription.
"@microsoft.graph.tips": "Use $select to choose only the properties your app needs, as this can lead to performance improvements. For example: GET applicationTemplates?$select=categories,configurationUris",
325
+
"@microsoft.graph.licenseRequired": "An Entra Suite or Entra Internet Access license is required to show riskScore or riskFactors properties. For more info see aka.ms/applicationTemplateEndpointLicensing",
326
+
"value": [
327
+
{
328
+
"id": "de92ca39-7b85-4b4c-90d8-2885eff5100b",
329
+
"displayName": "LinkedIn Lookup",
330
+
"riskScore": null,
331
+
"riskFactors": null
332
+
}
333
+
]
334
+
}
335
+
```
336
+
337
+
### Example 4: List application templates with filtering and ordering
338
+
339
+
The following example shows how to get the top two application templates, sorted by total risk score, that are classified in the `contentSharing`**category**.
GET https://graph.microsoft.com/beta/applicationTemplates/?$select=id,displayName,riskScore,categories&$filter=categories/any(c: c eq 'contentSharing')&$top=2&$orderBy=riskScore/total desc
350
+
GET https://graph.microsoft.com/beta/applicationTemplates?$select=id,displayName,riskScore,categories&$filter=categories/any(c: c eq 'contentSharing')&$top=2&$orderBy=riskScore/total desc
303
351
```
304
352
305
353
# [C#](#tab/csharp)
@@ -333,7 +381,7 @@ GET https://graph.microsoft.com/beta/applicationTemplates/?$select=id,displayNam
333
381
---
334
382
335
383
#### Response
336
-
384
+
The following example shows the response.
337
385
> **Note:** The response object shown here might be shortened for readability.
Copy file name to clipboardExpand all lines: api-reference/beta/api/intune-androidforwork-androiddeviceownerenrollmentprofile-setenrollmenttimedevicemembershiptarget.md
Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
Copy file name to clipboardExpand all lines: api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-requestenterpriseupgradeurl.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
---
1
+
---
2
2
title: "requestEnterpriseUpgradeUrl action"
3
3
description: "Intune Androidforwork Androidmanagedstoreaccountenterprisesettings Requestenterpriseupgradeurl Api ."
4
4
author: "jaiprakashmb"
@@ -25,9 +25,9 @@ One of the following permissions is required to call this API. To learn more, in
25
25
26
26
|Permission type|Permissions (from least to most privileged)|
27
27
|:---|:---|
28
-
|Delegated (work or school account)|DeviceManagementConfiguration.Read.All|
28
+
|Delegated (work or school account)|DeviceManagementConfiguration.ReadWrite.All|
29
29
|Delegated (personal Microsoft account)|Not supported.|
Copy file name to clipboardExpand all lines: api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-retrievestorelayout.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
---
1
+
---
2
2
title: "retrieveStoreLayout function"
3
3
description: "Gets the Managed Google Play store layout type from Google EMM API."
4
4
author: "jaiprakashmb"
@@ -25,9 +25,9 @@ One of the following permissions is required to call this API. To learn more, in
25
25
26
26
|Permission type|Permissions (from least to most privileged)|
27
27
|:---|:---|
28
-
|Delegated (work or school account)|DeviceManagementConfiguration.Read.All|
28
+
|Delegated (work or school account)|DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All|
29
29
|Delegated (personal Microsoft account)|Not supported.|
Copy file name to clipboardExpand all lines: api-reference/beta/api/intune-androidforwork-androidmanagedstoreaccountenterprisesettings-setstorelayout.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
---
1
+
---
2
2
title: "setStoreLayout action"
3
3
description: "Sets the Managed Google Play store layout type via Google EMM API."
4
4
author: "jaiprakashmb"
@@ -25,9 +25,9 @@ One of the following permissions is required to call this API. To learn more, in
25
25
26
26
|Permission type|Permissions (from least to most privileged)|
27
27
|:---|:---|
28
-
|Delegated (work or school account)|DeviceManagementConfiguration.Read.All|
28
+
|Delegated (work or school account)|DeviceManagementConfiguration.ReadWrite.All|
29
29
|Delegated (personal Microsoft account)|Not supported.|
Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
0 commit comments