Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.17 KB

File metadata and controls

44 lines (34 loc) · 1.17 KB
title integratedApplicationMetadata resource type
description Represents metadata about the application integrated with Microsoft Purview data security APIs.
author ArunGedela
ms.date 04/08/2025
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType

integratedApplicationMetadata resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents metadata about the application integrated with Microsoft Purview data security APIs.

Properties

Property Type Description
name String The name of the integrated application.
version String The version number of the integrated application.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.integratedApplicationMetadata",
  "name": "String",
  "version": "String"
}