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

EntitledApplication

import type { EntitledApplication } from "https://aws-api.deno.dev/v0.4/services/appstream.ts?docs=full";

The application associated to an entitlement. Access is controlled based on user attributes.

interface EntitledApplication {
ApplicationIdentifier: string;
}

§Properties

§
ApplicationIdentifier: string
[src]

The identifier of the application.