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

AuthenticationSummary

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

A structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication, and whether that authentication is fully configured.

interface AuthenticationSummary {
samlConfigurationStatus?: SamlConfigurationStatus | null;
}

§Properties

§

Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.

§
samlConfigurationStatus?: SamlConfigurationStatus | null
[src]

Specifies whether the workplace's user authentication method is fully configured.