Skip to main content

services_tenant_whitelistings

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

Overview

Nameservices_tenant_whitelistings
TypeResource
Idazure.ad_hybrid_health_service.services_tenant_whitelistings

Fields

NameDatatypeDescription
valuebooleanThe value.

Methods

NameAccessible byRequired ParamsDescription
getSELECTfeatureName, serviceNameChecks 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 }}';