Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.23 KB

File metadata and controls

44 lines (33 loc) · 1.23 KB
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

unrestrictedAudience resource type

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.

Properties

Property Type Description
kind kind If provided, must be unrestricted. Optional. Inherited from signInAudienceRestrictionsBase.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.unrestrictedAudience",
  "kind": "String"
}