Skip to main content

List Children of Parent (Azure)

POST 

/cloud-accounts-manager/v1/cloudAccounts/azureAccounts/:parent_id/children

Lists all the children, both management groups and subscriptions, under the given parent. A parent can be either an Azure tenant or a management group.

Request

Path Parameters

    parent_id stringrequired

    Parent Resource ID

Body

required

Azure cloud account parameters

    cloudAccount objectrequired
    accountId string

    Azure account ID

    accountType stringrequired

    Possible values: [tenant]

    Cloud Account Type

    clientId stringrequired

    Application (Client) ID

    environmentType stringrequired

    Possible values: [azure, azure_gov, azure_china]

    • azure - Commercial deployment type. Applicable for Prisma Commercial and Government stacks

    • azure_gov - Government deployment type. Applicable for Prisma Commercial and Government stacks..

    • azure_china - Applicable for Prisma China Stack.

    key stringrequired

    Application key/client secret

    monitorFlowLogs boolean

    Automatically ingest flow logs

    servicePrincipalId stringrequired

    Service Principal ID

    tenantId stringrequired

    Directory (Tenant) ID

    rootSyncEnabled booleanrequired

    true = Azure tenant has children. Must be true.

Responses

success

Schema
  • Array [
  • id string

    Node ID

    type string

    Possible values: [TENANT, MANAGEMENT_GROUP, ACCOUNT]

    Node type

    displayName string

    Display name

    parent string

    Parent

    hasChild boolean

    true = Has child

  • ]
Loading...