Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.85 KB

File metadata and controls

50 lines (38 loc) · 1.85 KB
title audiencesConfiguration resource type
description Contains settings to block specific signInAudience types.
author madansr7
ms.localizationpriority medium
ms.subservice
doc_type resourcePageType
ms.date 02/04/2025

audiencesConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Contains settings to block specific signInAudience types in an application management policy. Only restrictions for azureAdMultipleOrgs and personalMicrosoftAccount signInAudience types are available.

Properties

Property Type Description
azureAdMultipleOrgs audienceRestriction Setting to allow or disallow creation of apps with multitenant signInAudience.
personalMicrosoftAccount audienceRestriction Setting to allow or disallow creation of apps with personal Microsoft account signInAudience.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.audiencesConfiguration",
  "azureAdMultipleOrgs": {
    "@odata.type": "microsoft.graph.audienceRestriction"
  },
  "personalMicrosoftAccount": {
    "@odata.type": "microsoft.graph.audienceRestriction"
  }
}