Skip to main content

role_definitions

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

Overview

Namerole_definitions
TypeResource
Idazure.synapse_access_control.role_definitions

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_role_definitionsexecendpointList roles.
get_role_definition_by_idexecrole_id, endpointGet role by role Id.
list_role_definitionsexecendpointisBuiltIn, scopeList role definitions.
list_scopesexecendpointList rbac scopes.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
endpointstringThe service endpoint host (no scheme). (default: )
role_idstringSynapse Built-In Role Id.
isBuiltInbooleanIs a Synapse Built-In Role or not.
scopestringScope of the Synapse Built-in Role.

Lifecycle Methods

List roles.

EXEC azure.synapse_access_control.role_definitions.get_role_definitions 
@endpoint='{{ endpoint }}' --required
;