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

IdentityProviderSummary

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

Describes an identity provider.

interface IdentityProviderSummary {
FailureMessage?: string | null;
IdentityProvider: IdentityProvider;
Product: string;
Settings: Settings;
Status: string;
}

§Properties

§
FailureMessage?: string | null
[src]

The failure message associated with an identity provider.

§
IdentityProvider: IdentityProvider
[src]

An object that specifies details for the identity provider.

§
Product: string
[src]

The name of the user-based subscription product.

§
Settings: Settings
[src]

An object that details the registered identity provider’s product related configuration settings such as the subnets to provision VPC endpoints.

§
Status: string
[src]

The status of an identity provider.