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

CreateAuthorizedViewRequest

import type { CreateAuthorizedViewRequest } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

The request for CreateAuthorizedView

interface CreateAuthorizedViewRequest {
authorizedView?: AuthorizedView;
authorizedViewId?: string;
parent?: string;
}

§Properties

§
authorizedView?: AuthorizedView
[src]

Required. The AuthorizedView to create.

§
authorizedViewId?: string
[src]

Required. The id of the AuthorizedView to create. This AuthorizedView must not already exist. The authorized_view_id appended to parent forms the full AuthorizedView name of the form projects/{project}/instances/{instance}/tables/{table}/authorizedView/{authorized_view}.

§
parent?: string
[src]

Required. This is the name of the table the AuthorizedView belongs to. Values are of the form projects/{project}/instances/{instance}/tables/{table}.