Skip to main content

effective_grants

Operations on a effective_grants resource.

Overview

Nameeffective_grants
TypeResource
Iddatabricks_workspace.unitycatalog.effective_grants

Fields

NameDatatype
principalstring
privilegesarray

Methods

NameAccessible byRequired ParamsDescription
geteffectiveSELECTfull_name, securable_type, deployment_nameGets the effective permissions for a securable.

SELECT examples

SELECT
principal,
privileges
FROM databricks_workspace.unitycatalog.effective_grants
WHERE full_name = '{{ full_name }}' AND
securable_type = '{{ securable_type }}' AND
deployment_name = '{{ deployment_name }}';