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

SamlAuthentication

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

A structure containing information about how this workspace works with SAML.

interface SamlAuthentication {
configuration?: SamlConfiguration | null;
}

§Properties

§
configuration?: SamlConfiguration | null
[src]

A structure containing details about how this workspace works with SAML.

§

Specifies whether the workspace's SAML configuration is complete.