| title | unrestrictedAudience resource type |
|---|---|
| description | Indicates there are no restrictions on the configured signInAudience value |
| author | psignoret |
| ms.date | 11/14/2025 |
| ms.localizationpriority | medium |
| ms.subservice | entra-applications |
| doc_type | resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The unrestrictedAudience type is used as the signInAudienceRestrictions value for an application resource to indicate that there are no restrictions on what is allowed by the application's signInAudience value.
Inherits from signInAudienceRestrictionsBase.
| Property | Type | Description |
|---|---|---|
| kind | kind | If provided, must be unrestricted. Optional. Inherited from signInAudienceRestrictionsBase. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.unrestrictedAudience",
"kind": "String"
}