Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.9 KB

File metadata and controls

45 lines (34 loc) · 1.9 KB
title sys.dm_server_external_policy_role_actions (Transact-SQL)
description Reference documentation to explain sys.dm_server_external_policy_role_actions (Transact-SQL) dynamic management view.
author srdan-bozovic-msft
ms.author srbozovi
ms.date 11/07/2022
ms.service sql
ms.subservice system-objects
ms.topic reference
ms.custom
ignite-2025
f1_keywords
dm_server_external_policy_role_actions_TSQL
sys.dm_server_external_policy_role_actions
dm_server_external_policy_role_actions
sys.dm_server_external_policy_role_actions_TSQL
helpviewer_keywords
sys.dm_server_external_policy_role_actions dynamic management view
dev_langs
TSQL

sys.dm_server_external_policy_role_actions (Transact-SQL)

[!INCLUDE sqlserver2022-fabricsqldb]

Lists the links between the roles and actions and can be used to join the two DMVs sys.dm_server_external_policy_roles and sys.dm_server_external_policy_actions.

Column name Data type Description
role_guid nvarchar(128) The role name as defined in external policy source. Has to be unique.
sql_action_id int Internal ID for joining with other dynamic management views. Not used by external policy providers.

Permissions

Principals must have the VIEW SERVER SECURITY STATE permission.

See also

sys.dm_server_external_policy_principal_assigned_actions (Transact-SQL)