Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.48 KB

File metadata and controls

45 lines (36 loc) · 1.48 KB
title relatedTenantsRefreshStatus resource type
description Represents the status of a related tenants refresh operation.
author akhil-potturi
ms.date 03/10/2026
ms.localizationpriority medium
ms.subservice entra-tenant-governance
doc_type resourcePageType

relatedTenantsRefreshStatus resource type

Namespace: microsoft.graph.tenantGovernanceServices

[!INCLUDE beta-disclaimer]

Represents the status of a related tenants refresh operation, including the most recent refresh timestamp and current status of the operation.

Properties

Property Type Description
mostRecentRefreshTime String Timestamp of the respective refresh request.
mostRecentRefreshRequestStatus String The status of the refresh operation
isFirstRefresh Boolean Describes whether the related tenants refresh was the initial aggregation done by our service or not.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.tenantGovernanceServices.relatedTenantsRefreshStatus",
  "mostRecentRefreshTime": "String",
  "mostRecentRefreshRequestStatus": "String",
  "isFirstRefresh": "Boolean"
}