Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.17 KB

File metadata and controls

55 lines (41 loc) · 1.17 KB
title provisioningServicePrincipal resource type
description Represents the service principal used for provisioning.
ms.localizationpriority medium
author ArvindHarinder1
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.date 03/21/2024

provisioningServicePrincipal resource type

Namespace: microsoft.graph

Represents the service principal used for provisioning.

Properties

Property Type Description
id String Uniquely identifies the servicePrincipal used for provisioning.
name String Customer-defined name for the servicePrincipal.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "String",
  "name": "String"
}