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

SqlAclEntry

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

An entry for an Access Control list.

interface SqlAclEntry {
expireTime?: Date;
label?: string;
ttl?: number;
value?: string;
}

§Properties

§
expireTime?: Date
[src]

The time when this access control entry expires in RFC 3339 format, for example: 2012-11-15T16:19:00.094Z.

§
label?: string
[src]

A label to identify this entry.

§
ttl?: number
[src]

Input only. The time-to-leave of this access control entry.

§
value?: string
[src]

The allowlisted value for the access control list.