Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.32 KB

File metadata and controls

49 lines (39 loc) · 1.32 KB
title publicKeyInfrastructureRoot resource type
description The collection of public key infrastructure instances.
author vimranga
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 06/23/2025

publicKeyInfrastructureRoot resource type

Namespace: microsoft.graph

The collection of public key infrastructure instances over different Microsoft Entra features.

Inherits from entity.

Methods

None.

Properties

Property Type Description
id String The identifier of the PublicKeyInfrastructure entity. Inherited from entity.

Relationships

Relationship Type Description
certificateBasedAuthConfigurations certificateBasedAuthPki collection The collection of public key infrastructure instances for the certificate-based authentication feature for users.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.publicKeyInfrastructureRoot",
  "id": "String (identifier)"
}