eligible_child_resources
Creates, updates, deletes, gets or lists a eligible_child_resources
resource.
Overview
Name | eligible_child_resources |
Type | Resource |
Id | azure.authorization.eligible_child_resources |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The resource scope Id. |
name | string | The resource name. |
type | string | The resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | scope | Get the child resources of a resource on which user has eligible access |
SELECT
examples
Get the child resources of a resource on which user has eligible access
SELECT
id,
name,
type
FROM azure.authorization.eligible_child_resources
WHERE scope = '{{ scope }}';