| 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 |
Namespace: microsoft.graph
The collection of public key infrastructure instances over different Microsoft Entra features.
Inherits from entity.
None.
| Property | Type | Description |
|---|---|---|
| id | String | The identifier of the PublicKeyInfrastructure entity. Inherited from entity. |
| Relationship | Type | Description |
|---|---|---|
| certificateBasedAuthConfigurations | certificateBasedAuthPki collection | The collection of public key infrastructure instances for the certificate-based authentication feature for users. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.publicKeyInfrastructureRoot",
"id": "String (identifier)"
}