Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.74 KB

File metadata and controls

62 lines (48 loc) · 1.74 KB
title provisionedIdentity resource type
description Describes the identity associated with the provisioning object summary event.
ms.localizationpriority medium
author ArvindHarinder1
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.date 03/21/2024

provisionedIdentity resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Describes the identity associated with the provisioning object summary event. Inherits from identity.

Properties

Property Type Description
details detailsInfo Details of the identity.
displayName String Display name of the identity. Inherited from identity. Supports $filter (eq, contains).
id String Uniquely identifies the identity. Inherited from identity. Supports $filter (eq, contains).
identityType String Type of identity that has been provisioned, such as 'user' or 'group.' Supports $filter (eq, contains).

JSON representation

The following JSON representation shows the resource type.

{
  "details": {
    "@odata.type": "microsoft.graph.detailsInfo"
  },
  "displayName": "String",
  "id": "String",
  "identityType": "String"
}