v1

latestOpenAPI 3.0.22026-08-062794201004.1 KB
CMEK

Get Azure Application ID For Project

Retrieves the application ID so that the customer can install the service principal in their Azure tenant for a specific project.

In order to access this endpoint, the provided API key must have at least one of the following roles:

  • Organization Owner
  • Organization Member
  • Project Manager
  • Project Viewer
  • Database Data Reader/Writer
  • Database Data Reader

To learn more, see Organization, Project, and Database Access Overview.

get/v4/organizations/{organizationId}/projects/{projectId}/cmekAzureApplication

Response

Successfully retrieved the Azure application ID for a project.

idstring required

The client ID of the multi-tenant entra application.

Example response

{
  "id": "ffffffff-aaaa-1414-eeee-000000000000"
}