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

KaclsKeyMetadata

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

Metadata for private keys managed by an external key access control list service. For details about managing key access, see Google Workspace CSE API Reference.

interface KaclsKeyMetadata {
kaclsData?: string;
kaclsUri?: string;
}

§Properties

§
kaclsData?: string
[src]

Opaque data generated and used by the key access control list service. Maximum size: 8 KiB.

§
kaclsUri?: string
[src]

The URI of the key access control list service that manages the private key.