policy_policy_for_tenants
Creates, updates, deletes, gets or lists a policy_policy_for_tenants
resource.
Overview
Name | policy_policy_for_tenants |
Type | Resource |
Id | azure.subscription.policy_policy_for_tenants |
Fields
The following fields are returned by SELECT
queries:
- get
- list
Subscription tenant policy details for user's tenant.
Name | Datatype | Description |
---|---|---|
id | string | Policy Id. |
name | string | Policy name. |
properties | object | Tenant policy properties. |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
type | string | Resource type. |
Subscription tenant policy details for user's tenant.
Name | Datatype | Description |
---|---|---|
id | string | Policy Id. |
name | string | Policy name. |
properties | object | Tenant policy properties. |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
type | string | Resource type. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get | select | Get the subscription tenant policy for the user's tenant. | ||
list | select | Get 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.
Name | Datatype | Description |
---|
SELECT
examples
- get
- list
Get the subscription tenant policy for the user's tenant.
SELECT
id,
name,
properties,
systemData,
type
FROM azure.subscription.policy_policy_for_tenants
;
Get the subscription tenant policy for the user's tenant.
SELECT
id,
name,
properties,
systemData,
type
FROM azure.subscription.policy_policy_for_tenants
;