Skip to main content

key_vault_connections

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

Overview

Namekey_vault_connections
TypeResource
Idazure.purview_scanning.key_vault_connections

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_rawexecendpointGets key vault information.
list_allexecendpointList key vault connections in account.

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

Gets key vault information.

EXEC azure.purview_scanning.key_vault_connections.get_raw 
@endpoint='{{ endpoint }}' --required
;