publicKeyInfrastructureRoot 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.
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)"
}