Edit

Share via


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
audiences audiencesConfiguration Property to restrict creation or update of apps based on their target signInAudience types.
identifierUris identifierUriConfiguration Configuration for identifierUris restrictions.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.customAppManagementApplicationConfiguration",
  "audiences": {
    "@odata.type": "microsoft.graph.audiencesConfiguration"
  },
  "identifierUris": {
    "@odata.type": "microsoft.graph.identifierUriConfiguration"
  }
}