| title | certification resource type |
|---|---|
| description | Represents the certification details of an application. |
| ms.localizationpriority | medium |
| doc_type | resourcePageType |
| ms.subservice | entra-applications |
| author | arpitha-dhanapathi |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the certification details of an application.
The certification property of an application is read-only, and can't be manually set. It's updated when the application is certified through the Microsoft 365 App Compliance Program. For more information, see Microsoft 365 App Compliance Program.
| Property | Type | Description |
|---|---|---|
| certificationDetailsUrl | String | URL that shows certification details for the application. |
| certificationExpirationDateTime | DateTimeOffset | The timestamp when the current certification for the application expires. |
| isCertifiedByMicrosoft | Boolean | Indicates whether the application is certified by Microsoft. |
| isPublisherAttested | Boolean | Indicates whether the application developer or publisher completed Publisher Attestation. |
| lastCertificationDateTime | DateTimeOffset | The timestamp when the certification for the application was most recently added or updated. |
None.
The following JSON representation shows the resource type.
{
"isPublisherAttested": "Boolean",
"isCertifiedByMicrosoft": "Boolean",
"certificationDetailsUrl": "String",
"lastCertificationDateTime": "DateTimeOffset",
"certificationExpirationDateTime": "DateTimeOffset"
}