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

UpdateSAMLProviderRequest

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

§Properties

§
SAMLMetadataDocument: string
[src]

An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.

§
SAMLProviderArn: string
[src]

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

For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.