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

ListUserWorkloadsSecretsResponse

import type { ListUserWorkloadsSecretsResponse } from "https://googleapis.deno.dev/v1/composer:v1.ts";

The user workloads Secrets for a given environment.

interface ListUserWorkloadsSecretsResponse {
nextPageToken?: string;
userWorkloadsSecrets?: UserWorkloadsSecret[];
}

§Properties

§
nextPageToken?: string
[src]

The page token used to query for the next page if one exists.

§
userWorkloadsSecrets?: UserWorkloadsSecret[]
[src]

The list of Secrets returned by a ListUserWorkloadsSecretsRequest.