Skip to main content

vw_storage_account_credentials

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

Overview

Namevw_storage_account_credentials
TypeView
Idazure_extras.storsimple_1200_series.vw_storage_account_credentials

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,
JSON_EXTRACT(properties, '$.cloudType') as "cloud_type",
JSON_EXTRACT(properties, '$.endPoint') as "end_point",
JSON_EXTRACT(properties, '$.login') as "login",
JSON_EXTRACT(properties, '$.location') as "location",
JSON_EXTRACT(properties, '$.enableSSL') as "enable_ssl",
JSON_EXTRACT(properties, '$.accessKey') as "access_key",
subscriptionId,
resourceGroupName,
managerName,
credentialName
FROM azure_extras.storsimple_1200_series.storage_account_credentials
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND managerName = 'replace-me';