| title | trustedCertificateAuthorityAsEntityBase resource type |
|---|---|
| description | An abstract base type that represents the trusted certificate authority types for 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]
An abstract base type that represents the trusted certificate authority types for the tenant.
Base type of certificateBasedApplicationConfiguration.
Inherits from directoryObject.
None.
| Property | Type | Description |
|---|---|---|
| deletedDateTime | DateTimeOffset | Date and time when this object was deleted. Always null when the object hasn't been deleted. Inherited from directoryObject. |
| id | String | The unique identifier of the object. Inherited from directoryObject. |
| Relationship | Type | Description |
|---|---|---|
| trustedCertificateAuthorities | certificateAuthorityAsEntity collection | Collection of trusted certificate authorities. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.trustedCertificateAuthorityAsEntityBase",
"deletedDateTime": "String (timestamp)",
"id": "String (identifier)"
}