Skip to main content

caller_role_assignments

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

Overview

Namecaller_role_assignments
TypeResource
Idazure.synapse_access_control.caller_role_assignments

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_caller_role_assignmentsexecendpointList role assignments of the caller.

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: )

Lifecycle Methods

List role assignments of the caller.

EXEC azure.synapse_access_control.caller_role_assignments.get_caller_role_assignments 
@endpoint='{{ endpoint }}' --required
;