verifiedPublisher resource type

Namespace: microsoft.graph

Represents the verified publisher of the 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 Partner Center 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"
}