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

UpdateIdentityProviderConfigurationRequest

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

§Properties

§
FleetArn: string
[src]

The ARN of the fleet.

§
IdentityProviderSamlMetadata?: string | null
[src]

The SAML metadata document provided by the customer’s identity provider. The existing IdentityProviderSamlMetadata is unset if null is passed.

§
IdentityProviderType: IdentityProviderType
[src]

The type of identity provider.