Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.71 KB

File metadata and controls

51 lines (39 loc) · 1.71 KB
title protectedApplicationMetadata resource type
description Represents metadata about an application whose activities are being governed by an integrated application.
author ArunGedela
ms.date 04/08/2025
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType

protectedApplicationMetadata resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents metadata about an application whose activities governed by an integrated application.

Inhertits from integratedApplicationMetadata.

For internal use only. Don't use.

Properties

Property Type Description
applicationLocation policyLocation The client (application) ID of the Microsoft Entra application. Required.
name String The name of the integrated application. Inherited from integratedApplicationMetadata.
version String The version number of the integrated application. Inherited from integratedApplicationMetadata.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.protectedApplicationMetadata",
  "applicationLocation": {
    "@odata.type": "#microsoft.graph.policyLocation",
    "location": "String"
  }
}