Skip to main content

eligible_child_resources

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

Overview

Nameeligible_child_resources
TypeResource
Idazure.authorization.eligible_child_resources

Fields

NameDatatypeDescription
idstringThe resource scope Id.
namestringThe resource name.
typestringThe resource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTscopeGet 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 }}';