Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleAnalyticsAdminV1betaMeasurementProtocolSecret

import type { GoogleAnalyticsAdminV1betaMeasurementProtocolSecret } from "https://googleapis.deno.dev/v1/analyticsadmin:v1beta.ts";

A secret value used for sending hits to Measurement Protocol.

interface GoogleAnalyticsAdminV1betaMeasurementProtocolSecret {
displayName?: string;
readonly name?: string;
readonly secretValue?: string;
}

§Properties

§
displayName?: string
[src]

Required. Human-readable display name for this secret.

§
readonly name?: string
[src]

Output only. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}

§
readonly secretValue?: string
[src]

Output only. The measurement protocol secret value. Pass this value to the api_secret field of the Measurement Protocol API when sending hits to this secret's parent property.