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

SAMLOptionsOutput

import type { SAMLOptionsOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/es.ts";
interface SAMLOptionsOutput {
Enabled?: boolean | null;
Idp?: SAMLIdp | null;
RolesKey?: string | null;
SessionTimeoutMinutes?: number | null;
SubjectKey?: string | null;
}

§Properties

§
Enabled?: boolean | null
[src]
§
Idp?: SAMLIdp | null
[src]
§
RolesKey?: string | null
[src]
§
SessionTimeoutMinutes?: number | null
[src]
§
SubjectKey?: string | null
[src]