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

UpdateEnvironmentRequest

import type { UpdateEnvironmentRequest } from "https://aws-api.deno.dev/v0.4/services/finspace.ts?docs=full";
interface UpdateEnvironmentRequest {
description?: string | null;
environmentId: string;
federationMode?: FederationMode | null;
federationParameters?: FederationParameters | null;
name?: string | null;
}

§Properties

§
description?: string | null
[src]

The description of the environment.

§
environmentId: string
[src]

The identifier of the FinSpace environment.

§
federationMode?: FederationMode | null
[src]

Authentication mode for the environment.

  • FEDERATED - Users access FinSpace through Single Sign On (SSO) via your Identity provider.
  • LOCAL - Users access FinSpace via email and password managed within the FinSpace environment.
§
federationParameters?: FederationParameters | null
[src]
§
name?: string | null
[src]

The name of the environment.