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

WebsiteAuthorizationProviderSummary

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

The summary of the website authorization provider.

interface WebsiteAuthorizationProviderSummary {
AuthorizationProviderId?: string | null;
AuthorizationProviderType: AuthorizationProviderType;
CreatedTime?: Date | number | null;
DomainName?: string | null;
}

§Properties

§
AuthorizationProviderId?: string | null
[src]

A unique identifier for the authorization provider.

§
AuthorizationProviderType: AuthorizationProviderType
[src]

The authorization provider type.

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

The time of creation.

§
DomainName?: string | null
[src]

The domain name of the authorization provider. This applies only to SAML-based authorization providers.