| title | certificateAuthorityPath resource type |
|---|---|
| description | Container for certificate authorities-related configurations for applications in the tenant. |
| author | madansr7 |
| ms.localizationpriority | medium |
| ms.date | 12/31/2024 |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Container for certificate authorities-related configurations for applications in the tenant.
Inherits from entity.
None.
| Property | Type | Description |
|---|---|---|
| id | String | The unique identifier for the certificate authority configuration. Inherited from entity. |
| Relationship | Type | Description |
|---|---|---|
| certificateBasedApplicationConfigurations | certificateBasedApplicationConfiguration collection | Defines the trusted certificate authorities for certificates that can be added to apps and service principals in the tenant. |
| mutualTlsOauthConfigurations | mutualTlsOauthConfiguration collection | Defines the trusted certificate authorities for certificates that can be added to Internet of Things (IoT) devices. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.certificateAuthorityPath",
"id": "String (identifier)"
}