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

FederatedAuthentication

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

Describes the IAM SAML identity providers used for federated authentication.

interface FederatedAuthentication {
SamlProviderArn?: string | null;
SelfServiceSamlProviderArn?: string | null;
}

§Properties

§
SamlProviderArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM SAML identity provider.

§
SelfServiceSamlProviderArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.