Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.77 KB

File metadata and controls

62 lines (48 loc) · 1.77 KB
title verifiedPublisher resource type
description Represents the verified publisher of the application.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-applications
author xurobertMSFT
ms.date 03/21/2024

verifiedPublisher resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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