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

UpdateWorkspaceAuthenticationRequest

import type { UpdateWorkspaceAuthenticationRequest } from "https://aws-api.deno.dev/v0.4/services/grafana.ts?docs=full";
interface UpdateWorkspaceAuthenticationRequest {
authenticationProviders: AuthenticationProviderTypes[];
samlConfiguration?: SamlConfiguration | null;
workspaceId: string;
}

§Properties

§
authenticationProviders: AuthenticationProviderTypes[]
[src]

Specifies whether this workspace uses SAML 2.0, IAM Identity Center (successor to Single Sign-On), or both to authenticate users for using the Grafana console within a workspace. For more information, see User authentication in Amazon Managed Grafana.

§
samlConfiguration?: SamlConfiguration | null
[src]

If the workspace uses SAML, use this structure to map SAML assertion attributes to workspace user information and define which groups in the assertion attribute are to have the Admin and Editor roles in the workspace.

§
workspaceId: string
[src]

The ID of the workspace to update the authentication for.