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

DescribeIdentityProviderConfigurationResponse

import type { DescribeIdentityProviderConfigurationResponse } from "https://aws-api.deno.dev/v0.4/services/worklink.ts?docs=full";
interface DescribeIdentityProviderConfigurationResponse {
IdentityProviderSamlMetadata?: string | null;
IdentityProviderType?: IdentityProviderType | null;
ServiceProviderSamlMetadata?: string | null;
}

§Properties

§
IdentityProviderSamlMetadata?: string | null
[src]

The SAML metadata document provided by the user’s identity provider.

§
IdentityProviderType?: IdentityProviderType | null
[src]

The type of identity provider.

§
ServiceProviderSamlMetadata?: string | null
[src]

The SAML metadata document uploaded to the user’s identity provider.