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

GenerateCseTokenResponse

import type { GenerateCseTokenResponse } from "https://googleapis.deno.dev/v1/drive:v3.ts";

JWT and associated metadata used to generate CSE files.

interface GenerateCseTokenResponse {
currentKaclsId?: bigint;
currentKaclsName?: string;
fileId?: string;
jwt?: string;
kind?: string;
}

§Properties

§
currentKaclsId?: bigint
[src]

The current Key ACL Service (KACLS) ID associated with the JWT.

§
currentKaclsName?: string
[src]

Name of the KACLs that the returned KACLs ID points to.

§
fileId?: string
[src]

The fileId for which the JWT was generated.

§
jwt?: string
[src]

The signed JSON Web Token (JWT) for the file.

§
kind?: string
[src]

Output only. Identifies what kind of resource this is. Value: the fixed string "drive#generateCseTokenResponse".