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

AuthorizationLoggingOptions

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

This is deprecated and has no effect. Do not use.

interface AuthorizationLoggingOptions {
permissionType?:
| "ADMIN_READ"
| "ADMIN_WRITE"
| "DATA_READ"
| "DATA_WRITE"
| "PERMISSION_TYPE_UNSPECIFIED";
}

§Properties

§
permissionType?: "ADMIN_READ" | "ADMIN_WRITE" | "DATA_READ" | "DATA_WRITE" | "PERMISSION_TYPE_UNSPECIFIED"
[src]

This is deprecated and has no effect. Do not use.