Skip to main content

vw_credential_operations

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

Overview

Namevw_credential_operations
TypeView
Idazure.data_factory.vw_credential_operations

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
type as type,
etag as etag,
JSON_EXTRACT(properties, '$.type') as "type",
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.annotations') as "annotations",
subscriptionId,
resourceGroupName,
factoryName,
credentialName
FROM azure.data_factory.credential_operations
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND factoryName = 'replace-me';