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

CheckAccessTypeResponse

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

Response to checking the token's access type.

interface CheckAccessTypeResponse {
oneTimeResources?: string[];
timeBasedResources?: string[];
}

§Properties

§
oneTimeResources?: string[]
[src]

Jobs initiated with this token will be one-time if any requested resources have one-time access.

§
timeBasedResources?: string[]
[src]

Jobs initiated with this token will be time-based if all requested resources have time-based access.