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

AccessReason

import type { AccessReason } from "https://googleapis.deno.dev/v1/accessapproval:v1.ts";
interface AccessReason {
detail?: string;
type?:
| "TYPE_UNSPECIFIED"
| "CUSTOMER_INITIATED_SUPPORT"
| "GOOGLE_INITIATED_SERVICE"
| "GOOGLE_INITIATED_REVIEW"
| "THIRD_PARTY_DATA_REQUEST"
| "GOOGLE_RESPONSE_TO_PRODUCTION_ALERT"
| "CLOUD_INITIATED_ACCESS";
}

§Properties

§
detail?: string
[src]

More detail about certain reason types. See comments for each type above.

§
type?: "TYPE_UNSPECIFIED" | "CUSTOMER_INITIATED_SUPPORT" | "GOOGLE_INITIATED_SERVICE" | "GOOGLE_INITIATED_REVIEW" | "THIRD_PARTY_DATA_REQUEST" | "GOOGLE_RESPONSE_TO_PRODUCTION_ALERT" | "CLOUD_INITIATED_ACCESS"
[src]

Type of access justification.