Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.65 KB

File metadata and controls

56 lines (44 loc) · 1.65 KB
title description ms.localizationpriority doc_type ms.subservice author
verifiedPublisher resource type
Represents the verified publisher of the application.
medium
resourcePageType
entra-applications
xurobertMSFT

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"
}