Edit

customAppManagementApplicationConfiguration resource type

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"
  }
}