Skip to main content

vw_organizations

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

Overview

Namevw_organizations
TypeView
Idazure_isv.confluent.vw_organizations

Fields

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

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
systemData as system_data,
tags as tags,
JSON_EXTRACT(properties, '$.createdTime') as "created_time",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.organizationId') as "organization_id",
JSON_EXTRACT(properties, '$.ssoUrl') as "sso_url",
JSON_EXTRACT(properties, '$.offerDetail') as "offer_detail",
JSON_EXTRACT(properties, '$.userDetail') as "user_detail",
JSON_EXTRACT(properties, '$.linkOrganization') as "link_organization",
subscriptionId,
resourceGroupName,
organizationName
FROM azure_isv.confluent.organizations
WHERE subscriptionId = 'replace-me';