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

DynatraceConnectorProfileCredentials

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

The connector-specific profile credentials required by Dynatrace.

interface DynatraceConnectorProfileCredentials {
apiToken: string;
}

§Properties

§
apiToken: string
[src]

The API tokens used by Dynatrace API to authenticate various API calls.