detailsInfo resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

A property bag that can contain any information about the associated identity or system. This can include details about the property that is being provisioned or the source/target system.

Properties

The detailsInfo resource is a JSON string that contains other properties such as ApplicationId, ObjectId, and UPN. The set of properties varies based on the type of resource that is being provisioned. List provisioningObjectSummary shows an example.

Relationships

None

JSON Representation

The following JSON representation shows the resource type.

{
  "@odata.type": "microsoft.graph.detailsInfo"
}