v1

latestOpenAPI 3.0.22026-08-062794201004.1 KB
CMEK

Get Azure Application ID

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

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

  • Organization Owner
  • Organization Member

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

get/v4/organizations/{organizationId}/cmekAzureApplication

Response

Successfully retrieved the Azure application ID.

idstring required

The client ID of the multi-tenant entra application.

Example response

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