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

SAMLProviderListEntry

import type { SAMLProviderListEntry } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";

Contains the list of SAML providers for this account.

interface SAMLProviderListEntry {
Arn?: string | null;
CreateDate?: Date | number | null;
ValidUntil?: Date | number | null;
}

§Properties

§
Arn?: string | null
[src]

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

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

The date and time when the SAML provider was created.

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

The expiration date and time for the SAML provider.