Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.11 KB

File metadata and controls

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

integratedApplicationMetadata resource type

Namespace: microsoft.graph

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