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;
}