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

SAMLOptionsInput

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

The SAML application configuration for the domain.

interface SAMLOptionsInput {
Enabled?: boolean | null;
Idp?: SAMLIdp | null;
MasterBackendRole?: string | null;
MasterUserName?: string | null;
RolesKey?: string | null;
SessionTimeoutMinutes?: number | null;
SubjectKey?: string | null;
}

§Properties

§
Enabled?: boolean | null
[src]

True if SAML is enabled.

§
Idp?: SAMLIdp | null
[src]

The SAML Identity Provider's information.

§
MasterBackendRole?: string | null
[src]

The backend role that the SAML master user is mapped to.

§
MasterUserName?: string | null
[src]

The SAML master username, which is stored in the Amazon OpenSearch Service domain's internal database.

§
RolesKey?: string | null
[src]

Element of the SAML assertion to use for backend roles. Default is roles.

§
SessionTimeoutMinutes?: number | null
[src]

The duration, in minutes, after which a user session becomes inactive. Acceptable values are between 1 and 1440, and the default value is 60.

§
SubjectKey?: string | null
[src]

Element of the SAML assertion to use for username. Default is NameID.