Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Custom app management application configuration object that contains properties which can be configured to enable various restrictions specific to application objects.
Properties
| Property | Type | Description |
|---|---|---|
| identifierUris | identifierUriConfiguration | Configuration for identifierUris restrictions. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customAppManagementApplicationConfiguration",
"identifierUris": {
"@odata.type": "microsoft.graph.identifierUriConfiguration"
}
}