Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.65 KB

File metadata and controls

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

protectedApplicationMetadata resource type

Namespace: microsoft.graph

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