verifiedPublisher 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 a verified publisher of an application. For more information, see Publisher verification. Verified publishers are set using setVerifiedPublisher and can only be removed using unsetVerifiedPublisher.

Properties

Property Type Description
addedDateTime DateTimeOffSet The timestamp when the verified publisher was first added or most recently updated.
displayName String The verified publisher name from the app publisher's Microsoft Partner Network (MPN) account.
verifiedPublisherId String The ID of the verified publisher from the app publisher's Partner Center account.

JSON representation

The following JSON representation shows the resource type.

{
  "displayName": "String",
  "verifiedPublisherId": "String",
  "addedDateTime": "DateTimeOffSet"
}