Skip to content

digital-identity-platform-docs


digital-identity-platform-docs / supabase/functions/sgtm-containers / CreateContainerResponse

Interface: CreateContainerResponse

Defined in: supabase/functions/sgtm-containers/index.ts:124

Successful response for container creation

Properties

id

id: string

Defined in: supabase/functions/sgtm-containers/index.ts:126

Container UUID


clientId

clientId: string

Defined in: supabase/functions/sgtm-containers/index.ts:128

Client ID


name

name: string

Defined in: supabase/functions/sgtm-containers/index.ts:130

Container display name


containerId

containerId: string

Defined in: supabase/functions/sgtm-containers/index.ts:132

GTM Container ID (e.g., "GTM-XXXX")


status

status: string

Defined in: supabase/functions/sgtm-containers/index.ts:134

Current status


statusMessage

statusMessage: string

Defined in: supabase/functions/sgtm-containers/index.ts:136

Human-readable status message


serverUrl

serverUrl: string

Defined in: supabase/functions/sgtm-containers/index.ts:138

Server URL for the container


sites

sites: object[]

Defined in: supabase/functions/sgtm-containers/index.ts:140

Created sites with their tokens

siteId

siteId: string

domain

domain: string

containerToken

containerToken: string

Released under proprietary license.