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

InforNexusConnectorProfileCredentials

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

The connector-specific profile credentials required by Infor Nexus.

interface InforNexusConnectorProfileCredentials {
accessKeyId: string;
datakey: string;
secretAccessKey: string;
userId: string;
}

§Properties

§
accessKeyId: string
[src]

The Access Key portion of the credentials.

§
datakey: string
[src]

The encryption keys used to encrypt data.

§
secretAccessKey: string
[src]

The secret key used to sign requests.

§
userId: string
[src]

The identifier for the user.