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

GetSAMLProviderResponse

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

Contains the response to a successful "GetSAMLProvider" request.

interface GetSAMLProviderResponse {
CreateDate?: Date | number | null;
SAMLMetadataDocument?: string | null;
Tags: Tag[];
ValidUntil?: Date | number | null;
}

§Properties

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

The date and time when the SAML provider was created.

§
SAMLMetadataDocument?: string | null
[src]

The XML metadata document that includes information about an identity provider.

§
Tags: Tag[]
[src]

A list of tags that are attached to the specified IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

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

The expiration date and time for the SAML provider.