customAppManagementApplicationConfiguration resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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