certificateAuthorityPath 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.
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. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.certificateAuthorityPath",
"id": "String (identifier)"
}