Skip to content

Latest commit

 

History

History
61 lines (47 loc) · 1.72 KB

provisionedidentity.md

File metadata and controls

61 lines (47 loc) · 1.72 KB
title description ms.localizationpriority author ms.subservice doc_type
provisionedIdentity resource type
Describes the identity associated with the provisioning object summary event.
medium
ArvindHarinder1
entra-monitoring-health
resourcePageType

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