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

SasPortalTestPermissionsRequest

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

Request message for TestPermissions method.

interface SasPortalTestPermissionsRequest {
permissions?: string[];
resource?: string;
}

§Properties

§
permissions?: string[]
[src]

The set of permissions to check for the resource.

§
resource?: string
[src]

Required. The resource for which the permissions are being requested.