certification resource type
Namespace: microsoft.graph
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.
{
"certificationDetailsUrl": "String",
"certificationExpirationDateTime": "DateTimeOffset",
"isCertifiedByMicrosoft": "Boolean",
"isPublisherAttested": "Boolean",
"lastCertificationDateTime": "DateTimeOffset"
}