| 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 |
Namespace: microsoft.graph
Represents metadata about the application integrated with Microsoft Purview data security APIs.
| Property | Type | Description |
|---|---|---|
| name | String | The name of the integrated application. |
| version | String | The version number of the integrated application. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.integratedApplicationMetadata",
"name": "String",
"version": "String"
}