Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 967 Bytes

File metadata and controls

42 lines (32 loc) · 967 Bytes
title spaApplication resource type
description Specifies settings for a single-page application.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-applications
author Jackson-Woods
ms.date 07/22/2024

spaApplication resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Specifies settings for a single-page application.

Properties

Property Type Description
redirectUris String collection Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "redirectUris": ["String"]
}