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

UpdateSecurityConfigRequest

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

§Properties

§
clientToken?: string | null
[src]

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

§
configVersion: string
[src]

The version of the security configuration to be updated. You can find the most recent version of a security configuration using the GetSecurityPolicy command.

§
description?: string | null
[src]

A description of the security configuration.

§
id: string
[src]

The security configuration identifier. For SAML the ID will be saml/<accountId>/<idpProviderName>. For example, saml/123456789123/OKTADev.

§
samlOptions?: SamlConfigOptions | null
[src]

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