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

AssociateWebsiteAuthorizationProviderRequest

import type { AssociateWebsiteAuthorizationProviderRequest } from "https://aws-api.deno.dev/v0.4/services/worklink.ts?docs=full";
interface AssociateWebsiteAuthorizationProviderRequest {
AuthorizationProviderType: AuthorizationProviderType;
DomainName?: string | null;
FleetArn: string;
}

§Properties

§
AuthorizationProviderType: AuthorizationProviderType
[src]

The authorization provider type.

§
DomainName?: string | null
[src]

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

§
FleetArn: string
[src]

The ARN of the fleet.