title | description | author | ms.author | ms.reviewer | ms.date | ms.service | ms.subservice | ms.topic | f1_keywords | helpviewer_keywords | dev_langs | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
sys.dm_server_external_policy_actions (Transact-SQL) |
Reference documentation to explain sys.dm_server_external_policy_actions (Transact-SQL) dynamic management view. |
srdan-bozovic-msft |
srbozovi |
randolphwest |
03/09/2023 |
sql |
system-objects |
reference |
|
|
|
[!INCLUDE sqlserver2022-asdb]
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.