Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.7 KB

File metadata and controls

55 lines (41 loc) · 1.7 KB
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

certificateAuthorityPath resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Container for certificate authorities-related configurations for applications in the tenant.

Inherits from entity.

Methods

None.

Properties

Property Type Description
id String The unique identifier for the certificate authority configuration. Inherited from entity.

Relationships

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.

JSON representation

The following JSON representation shows the resource type.

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