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