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

SasPortalGenerateSecretResponse

import type { SasPortalGenerateSecretResponse } from "https://googleapis.deno.dev/v1/prod_tt_sasportal:v1alpha1.ts";

Response for GenerateSecret.

interface SasPortalGenerateSecretResponse {
secret?: string;
}

§Properties

§
secret?: string
[src]

The secret generated by the string and used by ValidateInstaller.