Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions power-platform/guidance/coe/setup-auditlog-http-graphapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ You can store the client secret in plain text in the **Audit Logs - Client Secre
| Audit Logs - Use Graph API | A parameter that controls whether Graph API should be used to query events. | **Yes** |
| Audit Logs - Audience | The audience parameter for the HTTP calls. | <ul><li>Commercial (default): `https://graph.microsoft.com`</li><li>GCC: `https://graph.microsoft.com`</li><li>GCC High: `https://graph.microsoft.us`</li><li>DoD: `https://dod-graph.microsoft.us`</li></ul> |
| Audit Logs - Authority | The authority field in the HTTP calls. | <ul><li>Commercial (default): `https://login.windows.net`</li><li>GCC: `https://login.windows.net`</li><li>GCC High: `https://login.microsoftonline.us`</li><li>DoD: `https://login.microsoftonline.us`</li></ul> |
| Audit Logs - ClientID | The app registration client ID. | The application client ID from the [Create a Microsoft Entra app registration for Office 365 Management API access](./setup-auditlog-http.md#create-a-microsoft-entra-app-registration-for-office-365-management-api-access) step. |
| Audit Logs - Client Secret | The app registration client secret (not the secret ID, but the actual value) in plain text. | <p>The application client secret from the [Create a Microsoft Entra app registration for Office 365 Management API access](./setup-auditlog-http.md#create-a-microsoft-entra-app-registration-for-office-365-management-api-access) step.</p><p>If you're using Azure Key Vault to store your client ID and secret, leave this variable empty.</p> |
| Audit Logs - Client Azure Secret | The Azure Key Vault reference of the app registration client secret. | <p>The Azure Key Vault reference for the application client secret from the [Create a Microsoft Entra app registration for Office 365 Management API access](./setup-auditlog-http.md#create-a-microsoft-entra-app-registration-for-office-365-management-api-access) step.</p><p>If you're storing your client ID in plain text in the **Audit Logs - Client Secret** environment variable, leave this variable empty. This variable expects the Azure Key Vault reference, not the secret. Learn more in [Use environment variables for Azure Key Vault secrets](/power-apps/maker/data-platform/environmentvariables-azure-key-vault-secrets).
| Audit Logs - ClientID | The app registration client ID. | The application client ID from the [Create a Microsoft Entra app registration for Graph API access](#create-a-microsoft-entra-app-registration-for-graph-api-access) step. |
| Audit Logs - Client Secret | The app registration client secret (not the secret ID, but the actual value) in plain text. | <p>The application client secret from the [Create a Microsoft Entra app registration for Graph API access](#create-a-microsoft-entra-app-registration-for-graph-api-access) step.</p><p>If you're using Azure Key Vault to store your client ID and secret, leave this variable empty.</p> |
| Audit Logs - Client Azure Secret | The Azure Key Vault reference of the app registration client secret. | <p>The Azure Key Vault reference for the application client secret from the [Create a Microsoft Entra app registration for Graph API access](#create-a-microsoft-entra-app-registration-for-graph-api-access) step.</p><p>If you're storing your client ID in plain text in the **Audit Logs - Client Secret** environment variable, leave this variable empty. This variable expects the Azure Key Vault reference, not the secret. Learn more in [Use environment variables for Azure Key Vault secrets](/power-apps/maker/data-platform/environmentvariables-azure-key-vault-secrets).

### Turn on flows

Expand Down