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

SAMLIdp

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

The SAML identity povider's information.

interface SAMLIdp {
EntityId: string;
MetadataContent: string;
}

§Properties

§
EntityId: string
[src]

The unique entity ID of the application in SAML identity provider.

§
MetadataContent: string
[src]

The metadata of the SAML application in XML format.