certification 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.

Represents the certification details of an application.

The certification property of an application is read-only, and can't be manually set. It is updated when the application is certified through the Microsoft 365 App Compliance Program. For more information, see Microsoft 365 App Compliance Program.

Properties

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 has been self-attested by the application developer or the publisher.
lastCertificationDateTime DateTimeOffset The timestamp when the certification for the application was most recently added or updated.

JSON representation

The following JSON representation shows the resource type.

{
  "isPublisherAttested": "Boolean",
  "isCertifiedByMicrosoft": "Boolean",
  "certificationDetailsUrl": "String",
  "lastCertificationDateTime": "DateTimeOffset",
  "certificationExpirationDateTime": "DateTimeOffset"
}