title
sys.dm_server_external_policy_actions (Transact-SQL)
description
Reference documentation to explain sys.dm_server_external_policy_actions (Transact-SQL) dynamic management view.
author
srdan-bozovic-msft
ms.author
srbozovi
ms.reviewer
randolphwest
ms.date
03/09/2023
ms.service
sql
ms.subservice
system-objects
ms.topic
reference
ms.custom
f1_keywords
dm_server_external_policy_actions_TSQL
sys.dm_server_external_policy_actions
dm_server_external_policy_actions
sys.dm_server_external_policy_actions_TSQL
helpviewer_keywords
sys.dm_server_external_policy_actions dynamic management view
dev_langs
sys.dm_server_external_policy_actions (Transact-SQL)
[!INCLUDE sqlserver2022-asdb-fabricsqldb ]
List all available data actions, independently of them being used or not.
Column name
Data type
Description
sql_action_id
int
Internal ID for joining with other dynamic management views. Not used by external policy providers.
action_namespace
nvarchar(256)
The path or namespace on which the action type part applies to.
action_type
varchar(20)
Identifies the type of operation.
action_provider_string
varchar(20)
Identifies the resource provider that owns the action. Currently only supported value is Microsoft.Sql.
Principals must have the VIEW SERVER SECURITY STATE permission.