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

ServiceAccountCredentials

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

Describes the credentials for the service account used by the fleet or image builder to connect to the directory.

interface ServiceAccountCredentials {
AccountName: string;
AccountPassword: string;
}

§Properties

§
AccountName: string
[src]

The user name of the account. This account must have the following privileges: create computer objects, join computers to the domain, and change/reset the password on descendant computer objects for the organizational units specified.

§
AccountPassword: string
[src]

The password for the account.