| title | multiTenantApplicationsToProvisionSnapshot resource type |
|---|---|
| description | Represents a snapshot of a multi-tenant application configuration stored in a governance relationship or request. |
| author | hafowler |
| ms.date | 03/10/2026 |
| ms.localizationpriority | medium |
| ms.subservice | entra-tenant-governance |
| doc_type | resourcePageType |
Namespace: microsoft.graph.tenantGovernanceServices
[!INCLUDE beta-disclaimer]
Represents a snapshot of a multi-tenant application configuration that was captured when a governance relationship or request was created. This preserves the application configuration as it was defined at that point in time.
| Property | Type | Description |
|---|---|---|
| appId | String | The appId (client ID) of the multi-tenant application. |
| displayName | String | The display name of the application. |
| objectId | String | The object ID of the service principal in the governing tenant. |
| requiredResourceAccesses | microsoft.graph.tenantGovernanceServices.requiredResourceAccess collection | The collection of resource accesses (permissions) required by the application. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.tenantGovernanceServices.multiTenantApplicationsToProvisionSnapshot",
"appId": "String",
"objectId": "String",
"displayName": "String",
"requiredResourceAccesses": [
{
"@odata.type": "microsoft.graph.tenantGovernanceServices.requiredResourceAccess"
}
]
}