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

GrantAccessResult

import type { GrantAccessResult } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";

Contains the response to a GrantAccess request.

interface GrantAccessResult {
TemporaryCredential?: TemporaryCredential | null;
}

§Properties

§
TemporaryCredential?: TemporaryCredential | null
[src]

A TemporaryCredential object that contains the data needed to log in to the instance by RDP clients, such as the Microsoft Remote Desktop Connection.