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

Sasl

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

Details for client authentication using SASL.

interface Sasl {
Iam?: Iam | null;
Scram?: Scram | null;
}

§Properties

§
Iam?: Iam | null
[src]

Indicates whether IAM access control is enabled.

§
Scram?: Scram | null
[src]

Details for SASL/SCRAM client authentication.