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

AdvancedSecurityOptions

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

The advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled.

interface AdvancedSecurityOptions {
AnonymousAuthDisableDate?: Date | number | null;
AnonymousAuthEnabled?: boolean | null;
Enabled?: boolean | null;
InternalUserDatabaseEnabled?: boolean | null;
SAMLOptions?: SAMLOptionsOutput | null;
}

§Properties

§
AnonymousAuthDisableDate?: Date | number | null
[src]

Specifies the Anonymous Auth Disable Date when Anonymous Auth is enabled.

§
AnonymousAuthEnabled?: boolean | null
[src]

True if Anonymous auth is enabled. Anonymous auth can be enabled only when AdvancedSecurity is enabled on existing domains.

§
Enabled?: boolean | null
[src]

True if advanced security is enabled.

§
InternalUserDatabaseEnabled?: boolean | null
[src]

True if the internal user database is enabled.

§
SAMLOptions?: SAMLOptionsOutput | null
[src]

Describes the SAML application configured for a domain.