Cross Tenant Connection Reports - List Cross Tenant Connection Reports
List cross-tenant connection reports for a tenant.
GET https://api.powerplatform.com/governance/crossTenantConnectionReports?api-version=2022-03-01-preview
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
api-version
|
query | True |
string |
The API version |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Success |
|
400 Bad Request |
Bad Request |
|
401 Unauthorized |
Unauthorized |
|
403 Forbidden |
Forbidden |
Security
oauth2
Microsoft Entra ID OAuth2
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize?resource=https://api.powerplatform.com
Scopes
Name | Description |
---|---|
.default | .default |
Definitions
Name | Description |
---|---|
Cross |
|
Cross |
|
Cross |
CrossTenantConnection
Name | Type | Description |
---|---|---|
connectionType |
enum:
|
The direction of the cross-tenant connection. |
tenantId |
string |
The Azure AD tenant ID to or from which the cross-tenant connection occurred. |
CrossTenantConnectionReport
Name | Type | Description |
---|---|---|
@odata.nextLink |
string |
The URI of the next page of the report containing additional cross-tenant connections. |
connections |
The page of cross-tenant connections occurring within the report date window. |
|
endDate |
string |
The end of the report date window. |
reportId |
string |
The report ID. |
reportStatus |
enum:
|
|
requestDate |
string |
The date when the cross-tenant connection report was requested. |
startDate |
string |
The start of the report date window. |
tenantId |
string |
The Azure AD tenant ID for which the report was generated. |
CrossTenantConnectionReportsResponseWithOdataContinuation
Name | Type | Description |
---|---|---|
@odata.nextLink |
string |
The URI of the next page of the list response. |
value |
The cross-tenant connection reports for the tenant. |