Microsoft Management Activity API (O365 Azure Events)
The Microsoft Management Activity API integration enables you to subscribe or unsubscribe to different audits, receive their content, and fetch new content as incidents.
Data Enrichment & Threat Intelligence · Microsoft Management Activity API (O365/Azure Events)
Configuration parameters
base_url— Base URLauth_id— Application ID or Client IDcredentials_auth_id—refresh_token— Token or Tenant IDcredentials_refresh_token—enc_key— Key or Client Secretcredentials_enc_key—certificate_thumbprint— Certificate Thumbprintcredentials_certificate_thumbprint—private_key— Private Keyself_deployed— Use a self-deployed Azure applicationredirect_uri— Application redirect URI (for self-deployed mode)auth_code— Authorization code (for self-deployed mode)credentials_auth_code—use_managed_identities— Use Azure Managed Identitiesmanaged_identities_client_id—insecure— Trust any certificate (not secure)proxy— Use system proxy settingsfirst_fetch_delta— First fetch time rangetimeout— Timeoutcontent_types_to_fetch— Content types to fetchisFetch— Fetch incidentsincidentType— Incident typerecord_types_filter— Record types to fetchworkloads_filter— Workloads to fetchoperations_filter— Operations to fetch
Commands (6)
-
ms-management-activity-auth-resetRun this command if for some reason you need to rerun the authentication process.
-
ms-management-activity-generate-login-urlGenerate the login url used for Authorization code flow.
-
ms-management-activity-list-contentReturns all content of a specific content type.
-
ms-management-activity-list-subscriptionsList the content types you are currently subscribed to.
-
ms-management-activity-start-subscriptionStarts a subscription to a given content type.
-
ms-management-activity-stop-subscriptionStops a subscription to a given content type.