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

ApplicationPermission

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

A permission required by the app.

interface ApplicationPermission {
description?: string;
name?: string;
permissionId?: string;
}

§Properties

§
description?: string
[src]

A longer description of the permission, providing more detail on what it affects. Localized.

§
name?: string
[src]

The name of the permission. Localized.

§
permissionId?: string
[src]

An opaque string uniquely identifying the permission. Not localized.