| 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 |
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.
| 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. |
None.
The following JSON representation shows the resource type.
{
"displayName": "String",
"verifiedPublisherId": "String",
"addedDateTime": "DateTimeOffSet"
}