services_tenant_whitelistings
Creates, updates, deletes, gets or lists a services_tenant_whitelistings
resource.
Overview
Name | services_tenant_whitelistings |
Type | Resource |
Id | azure.ad_hybrid_health_service.services_tenant_whitelistings |
Fields
Name | Datatype | Description |
---|---|---|
value | boolean | The value. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | featureName, serviceName | Checks if the tenant, to which a service is registered, is listed as allowed to use a feature. |
SELECT
examples
Checks if the tenant, to which a service is registered, is listed as allowed to use a feature.
SELECT
value
FROM azure.ad_hybrid_health_service.services_tenant_whitelistings
WHERE featureName = '{{ featureName }}'
AND serviceName = '{{ serviceName }}';