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

CreateSecurityConfigRequest

import type { CreateSecurityConfigRequest } from "https://aws-api.deno.dev/v0.4/services/opensearchserverless.ts?docs=full";
interface CreateSecurityConfigRequest {
clientToken?: string | null;
description?: string | null;
name: string;
samlOptions?: SamlConfigOptions | null;
}

§Properties

§
clientToken?: string | null
[src]

Unique, case-sensitive identifier to ensure idempotency of the request.

§
description?: string | null
[src]

A description of the security configuration.

§
name: string
[src]

The name of the security configuration.

§
samlOptions?: SamlConfigOptions | null
[src]

Describes SAML options in in the form of a key-value map.

§

The type of security configuration.