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

AuthenticationDescription

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

A structure containing information about the user authentication methods used by the workspace.

interface AuthenticationDescription {
awsSso?: AwsSsoAuthentication | null;
saml?: SamlAuthentication | null;
}

§Properties

§

A structure containing information about how this workspace works with IAM Identity Center.

§

Specifies whether this workspace uses IAM Identity Center, SAML, or both methods to authenticate users to use the Grafana console in the Amazon Managed Grafana workspace.

§

A structure containing information about how this workspace works with SAML, including what attributes within the assertion are to be mapped to user information in the workspace.