Azure Security: External collaboration Settings

SRIDHAR R 41 Reputation points
2020-07-28T12:18:38.17+00:00

Hi ,

Is there any way we can get alert or monitor the below external collaboration settings get changed.

14000-image.png

Thanks in advance
Sridhar

Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,186 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. 2020-07-28T13:09:56.437+00:00

    There's none but you might try polling for changes using MS Graph beta policies endpoint. Please keep in mind that APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported

    GET https://graph.microsoft.com/beta/legacy/policies

    Look for the one of type "B2BManagementPolicy".

    Permissions required: Policy.Read.All (Application or delegated)

    1 person found this answer helpful.

  2. Garvit Bansal 1 Reputation point
    2022-11-09T17:19:43.34+00:00

    You can use the endpoint - https://graph.microsoft.com/v1.0/policies/homeRealmDiscoveryPolicies
    You just need to know the id of the B2BManagementPolicy in your org which you can get via Get-AzureADPolicy once for now

    0 comments No comments