Azure

Add A Microsoft Entra ID

post/azure/active-directories

This endpoint is used to create a new Microsoft Entra ID in Conformity.
Note:

  • Only ADMIN user can create a new Microsoft Entra ID

IMPORTANT:    In order to create a new Microsoft Entra ID, you need to:

  1. Consult the HELP pages to Setup Cloud Conformity Azure Access Application
  2. Provide the ID of the Microsoft Entra ID.
  3. Provide Azure Application registration ID and Key.
SecurityApiKeyAuth
Request
Request Body schema: application/json
object
Responses
200

OK

403

Unauthorized. The requesting user does not have enough privilege.

422

Unprocessed Entity. Validation error.

Request samples
application/json
{
  • "data": {
    }
}
Response samples
application/json
{
  • "data": {
    }
}

List Azure Subscriptions from an onboarded Microsoft Entra ID

get/azure/active-directories/{directoryId}/subscriptions

This endpoint is used to list Azure Subscriptions from an onboarded Microsoft Entra ID.
Note:

  • Only ADMIN user can access subscriptions of an Microsoft Entra ID
SecurityApiKeyAuth
Request
path Parameters
directoryId
required
string

This is the groupId of the onboarded Microsoft Entra ID within conformity.

Responses
200

OK

403

Unauthorized. The requesting user does not have enough privilege.

404

Does not exist

Response samples
application/json
{
  • "data": [
    ]
}