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

AwsSsoAuthentication

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

A structure containing information about how this workspace works with Amazon Web Services SSO.

interface AwsSsoAuthentication {
ssoClientId?: string | null;
}

§Properties

§
ssoClientId?: string | null
[src]

The ID of the Amazon Web Services SSO-managed application that is created by Amazon Managed Grafana.