Skip to main content

palo_alto_networks_cloudngfw_cloud_manager_tenants

Creates, updates, deletes, gets or lists a palo_alto_networks_cloudngfw_cloud_manager_tenants resource.

Overview

Namepalo_alto_networks_cloudngfw_cloud_manager_tenants
TypeResource
Idazure_isv.paloalto.palo_alto_networks_cloudngfw_cloud_manager_tenants

Fields

The following fields are returned by SELECT queries:

The request has succeeded.

NameDatatypeDescription

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectsubscriptionId

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
subscriptionIdstringThe ID of the target subscription.

SELECT examples

The request has succeeded.

SELECT
*
FROM azure_isv.paloalto.palo_alto_networks_cloudngfw_cloud_manager_tenants
WHERE subscriptionId = '{{ subscriptionId }}' -- required
;