trustedCertificateAuthorityAsEntityBase 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.
An abstract base type that represents the trusted certificate authority types for the tenant.
Base type of certificateBasedApplicationConfiguration.
Inherits from directoryObject.
Methods
None.
Properties
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. |
Relationships
Relationship | Type | Description |
---|---|---|
trustedCertificateAuthorities | certificateAuthorityAsEntity collection | Collection of trusted certificate authorities. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.trustedCertificateAuthorityAsEntityBase",
"deletedDateTime": "String (timestamp)",
"id": "String (identifier)"
}