We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035d423 commit f649d91Copy full SHA for f649d91
api-reference/beta/resources/identifierurirestriction.md
@@ -42,11 +42,9 @@ The following JSON representation shows the resource type.
42
"restrictForAppsCreatedAfterDateTime": "String (timestamp)",
43
"excludeAppsReceivingV2Tokens": "Boolean",
44
"excludeSaml": "Boolean",
45
- "excludeActors": [
46
- {
47
- "@odata.type": "microsoft.graph.customSecurityAttributeExemption"
+ "excludeActors": {
+ "@odata.type": "microsoft.graph.appManagementPolicyActorExemptions"
48
}
49
- ]
50
51
```
52
0 commit comments