| 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 |
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.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.tenantGovernanceServices.relatedTenantsRefreshStatus",
"mostRecentRefreshTime": "String",
"mostRecentRefreshRequestStatus": "String",
"isFirstRefresh": "Boolean"
}