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

SasPortalTestPermissionsResponse

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

Response message for TestPermissions method.

interface SasPortalTestPermissionsResponse {
permissions?: string[];
}

§Properties

§
permissions?: string[]
[src]

A set of permissions that the caller is allowed.