key_vault_connections
Creates, updates, deletes, gets or lists a key_vault_connections resource.
Overview
| Name | key_vault_connections |
| Type | Resource |
| Id | azure.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_raw | exec | endpoint | Gets key vault information. | |
list_all | exec | endpoint | List 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.
| Name | Datatype | Description |
|---|---|---|
endpoint | string | The service endpoint host (no scheme). (default: ) |
Lifecycle Methods
- get_raw
- list_all
Gets key vault information.
EXEC azure.purview_scanning.key_vault_connections.get_raw
@endpoint='{{ endpoint }}' --required
;
List key vault connections in account.
EXEC azure.purview_scanning.key_vault_connections.list_all
@endpoint='{{ endpoint }}' --required
;