Skip to main content

policy_policy_for_tenants

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

Overview

Namepolicy_policy_for_tenants
TypeResource
Idazure.subscription.policy_policy_for_tenants

Fields

The following fields are returned by SELECT queries:

Subscription tenant policy details for user's tenant.

NameDatatypeDescription
idstringPolicy Id.
namestringPolicy name.
propertiesobjectTenant policy properties.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
typestringResource type.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectGet the subscription tenant policy for the user's tenant.
listselectGet the subscription tenant policy for the user's tenant.

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

SELECT examples

Get the subscription tenant policy for the user's tenant.

SELECT
id,
name,
properties,
systemData,
type
FROM azure.subscription.policy_policy_for_tenants
;