Skip to main content

vw_marketplace_registration_definitions_without_scopes

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

Overview

Namevw_marketplace_registration_definitions_without_scopes
TypeView
Idazure.managed_services.vw_marketplace_registration_definitions_without_scopes

Fields

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

SQL Definition

SELECT
id as id,
name as name,
plan as plan,
type as type,
JSON_EXTRACT(properties, '$.managedByTenantId') as "managed_by_tenant_id",
JSON_EXTRACT(properties, '$.authorizations') as "authorizations",
JSON_EXTRACT(properties, '$.eligibleAuthorizations') as "eligible_authorizations",
JSON_EXTRACT(properties, '$.offerDisplayName') as "offer_display_name",
JSON_EXTRACT(properties, '$.publisherDisplayName') as "publisher_display_name",
JSON_EXTRACT(properties, '$.planDisplayName') as "plan_display_name",
marketplaceIdentifier
FROM azure.managed_services.marketplace_registration_definitions_without_scopes
WHERE marketplaceIdentifier = 'replace-me';